Bestony AI Provider for StepFun
by Bestony 0 (0 reviews)

Bestony AI Provider for StepFun

StepFun (阶跃星辰) provider for the PHP AI Client: text, vision and image generation with Step models.

Bestony AI Provider for StepFun ranks #60,005 among WordPress.org plugins with 0+ active installations, and was last updated Sep 23, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Compatible with WP 7.1.2
v1.2.2 Current Version v1.2.2
Updated 8 hours ago Last Update on 23 Sep, 2026
Refreshed 7 hours ago Last Refreshed on
Actively maintained
View on WordPress.org
Rank
#60,005
No change
Active Installs
0+
No change
KW Avg Position
93.5
No change
Downloads
37
Total downloads
Support Resolved
0%
No change
Rating
0%
Review 0 out of 5
0 (0 reviews)

Next Milestone 10

Total Progress 10%
0+ 10+
40,265
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 9 more installs to reach 10+

Rank Changes

57,005 58,505 60,005 61,505 63,005 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
57,005 58,505 60,005 61,505 63,005 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Current #60,005
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 50 100 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
0 50 100 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

0.0
0 reviews
Overall 0%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Track This Plugin

Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.

Start Tracking Free

Plugin Details

Version
1.2.2
Last Updated
Sep 23, 2026
Requires WP
7.0+
Tested Up To
7.1.2
PHP Version
N/A
Author
Bestony

Support & Rating

Rating
☆ ☆ ☆ ☆ ☆ 0
Reviews
0
Support Threads
0
Resolved
0%

Keywords

Upgrade to Pro

Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.

Upgrade Now

Frequently Asked Questions

Common questions about Bestony AI Provider for StepFun

No. It requires the PHP AI Client SDK, which is provided by WordPress 7.0 or by the AI plugin. The provider stays silent when the SDK is missing.
The API key (on Settings → Connectors) and, if you do not use the default host, the base URL chosen on Settings → Bestony AI Provider for StepFun. Both can instead be set with an environment variable or constant.
Because the Connectors screen and the connectors_ai_stepfun_api_key option are WordPress 7.0 features. The SDK's own credential lookup reads only environment variables and constants, so on 6.9 you could paste a key into a UI that does not exist yet. WordPress 7.0 wires the stored key to the provider for you.
step-3.7-flash, the step-1v-* family and any model whose ID ends in -vision. The model list endpoint reports no capabilities, so this list lives in the plugin source. If your model supports images but is not on the list, set STEPFUN_MODEL_INPUT_MODALITIES=text,image.
StepFun's video models are asynchronous jobs, and the PHP AI Client only exposes a synchronous entry point for video generation. The plugin therefore declares no capability for step-video-* models: they still appear in the model list, but they cannot be selected. Implementing it would mean writing code the SDK never calls.
Only text-to-image (POST /v1/images/generations) is implemented. StepFun's edit endpoints (/v1/images/edits, /v1/images/image2image) take a different request shape per model family, and the AI Client's reference-image flow is not a reliable fit for them. Image generation fails with an invalid size The plugin sends 1360x768 for landscape and 768x1360 for portrait. StepFun documents step-image-edit-2 sizes as height x width, which is ambiguous — those two values are the reasonable numeric reading, but if the API rejects them, swap them: STEPFUN_SIZE_LANDSCAPE=768x1360 STEPFUN_SIZE_PORTRAIT=1360x768 A JSON feature fails with `400 ... "param":"response_format"` That feature asks for a JSON schema response. Try STEPFUN_STRUCTURED_OUTPUT=json_object to ask for plain JSON instead, or none to send no response_format at all — the prompt still asks for JSON.
In the WordPress options table on your own site, under the AI Client's connector option (connectors_ai_stepfun_api_key), or in an environment variable or PHP constant if you set one. It is never transmitted anywhere except to the StepFun API when fulfilling a request.
Only what you send to the AI: your prompts, and whatever the calling plugin or theme adds to them (system instructions, conversation history, tool definitions, a JSON schema, or attached files). See External services below for the exact endpoints.
Yes, one: Settings → Bestony AI Provider for StepFun, which chooses the API host (see Settings above). The API key still lives on Settings → Connectors, and the remaining optional behaviour is controlled by environment variables or constants.

Sign In / Register

You need to sign in or register to use this feature.