Vendor hub

StepFun models on ChinaAPI

Every model below is reachable with one ChinaAPI key and one OpenAI-compatible base URL. The same key works for every vendor in the catalog, so adding a model is a configuration change rather than a new account.

Availability

Sign-up is the blocker, not the model.

Chinese model providers run their own developer consoles, but registration, invoicing and identity verification are built for mainland-China entities and phone numbers. Developers outside that boundary frequently cannot finish sign-up at all, whatever the model can do.

ChinaAPI puts these models behind one gateway account, so the open questions become price and payload shape instead of eligibility. This page states what is available and what it costs; it makes no quality or ranking claim, because no published benchmark evidence supports one yet.

Models available

15

Model families

StepFun

Base URL

https://api.chinaapi.ai/v1

Account requirement

No mainland-China account or phone number.

Catalog

StepFun models and published USD prices

Rows are generated from the ChinaAPI catalog, not typed by hand. Follow a model link for the full specification, request payload and localized pricing.

ModelFamilyTask typeContextPrice (USD)
step-1o-audioStepFunAudio and text$3.85/M input, $9.24/M output tokens
step-1o-turbo-visionStepFunText, image and video input32K$0.4/M input, $1.28/M output tokens
step-2x-largeStepFunImage generation$0.0155 per image
step-3.5-flashStepFunText256K$0.1/M input, $0.3/M output tokens
step-3.5-flash-2603StepFunText256K$0.1/M input, $0.3/M output tokens
step-3.7-flashStepFunText and image input256K$0.2/M input, $1.15/M output tokens
step-asrStepFunSpeech to text$0.15 per audio hour
step-asr-1.1StepFunSpeech to text$0.35 per audio hour
step-image-edit-2StepFunImage generation$0.0035 per image
step-tts-2StepFunText to speech1,000 characters/request$0.4 per 10k characters
step-tts-miniStepFunText to speech1,000 characters/request$0.15 per 10k characters
stepaudio-2-asr-proStepFunSpeech to text$0.35 per audio hour
stepaudio-2.5-asrStepFunSpeech to textStreaming audio input$0.022 per audio hour
stepaudio-2.5-chatStepFunAudio and text$1.5/M input, $3.5/M output tokens
stepaudio-2.5-ttsStepFunText to speech1,000 characters/request$0.85 per 10k characters

Token prices are shown as input and output per one million tokens. Media prices are shown per published billing unit.

Token-model rates are synchronized from the gateway and may follow providers' official China list prices where configured. Live pricing is authoritative.

The displayed media rate may include a service margin covering provider input/output billing, payment processing, chargeback exposure, and operations. Any margin is included in the displayed rate and is not added separately.

Quickstart

Copy-paste API request.

Swap the model identifier for any row in the table above. Nothing else in the request changes between vendors.

Store the key in an environment variable and keep it out of source control.

curl -X POST https://api.chinaapi.ai/v1/chat/completions \
  -H "Authorization: Bearer $CHINAAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "step-1o-audio",
    "messages": [{"role": "user", "content": "Hello from ChinaAPI"}]
  }'

Other vendor hubs

Same key, same base URL, a different vendor catalog.

Sources and updates

Model list, context values and USD prices on this page are generated from the ChinaAPI model catalog on August 10, 2026. Live pricing in the dashboard is authoritative.