Providers
StepFun
StepFun wordt geleverd als een externe officiële plugin (@openclaw/stepfun-provider) met twee provider-id's:
stepfunvoor het standaardendpointstepfun-planvoor het Step Plan-endpoint
Plugin installeren
openclaw plugins install @openclaw/stepfun-provideropenclaw gateway restartOverzicht van regio's en endpoints
| Endpoint | China (.com) |
Globaal (.ai) |
|---|---|---|
| Standard | https://api.stepfun.com/v1 |
https://api.stepfun.ai/v1 |
| Step Plan | https://api.stepfun.com/step_plan/v1 |
https://api.stepfun.ai/step_plan/v1 |
Omgevingsvariabele voor authenticatie: STEPFUN_API_KEY
Ingebouwde catalogus
Standard (stepfun):
| Modelreferentie | Context | Maximale uitvoer | Opmerkingen |
|---|---|---|---|
stepfun/step-3.5-flash |
262,144 | 65,536 | Standaardmodel |
stepfun/step-3.7-flash |
262,144 | 262,144 | Ondersteuning voor multimodale afbeeldingsinvoer |
Step Plan (stepfun-plan):
| Modelreferentie | Context | Maximale uitvoer | Opmerkingen |
|---|---|---|---|
stepfun-plan/step-3.5-flash |
262,144 | 65,536 | Standaardmodel voor Step Plan |
stepfun-plan/step-3.7-flash |
262,144 | 262,144 | Ondersteuning voor multimodale afbeeldingsinvoer |
stepfun-plan/step-3.5-flash-2603 |
262,144 | 65,536 | Aanvullend Step Plan-model |
Aan de slag
Standard
Het meest geschikt voor algemeen gebruik via het standaardendpoint van StepFun.
Kies de regio van je endpoint
| Authenticatiekeuze | Endpoint | Regio |
|---|---|---|
stepfun-standard-api-key-intl |
https://api.stepfun.ai/v1 |
Internationaal |
stepfun-standard-api-key-cn |
https://api.stepfun.com/v1 |
China |
Voer de onboarding uit
openclaw onboard --auth-choice stepfun-standard-api-key-intlEndpoint voor China:
openclaw onboard --auth-choice stepfun-standard-api-key-cnNiet-interactief alternatief
openclaw onboard --auth-choice stepfun-standard-api-key-intl \ --stepfun-api-key "$STEPFUN_API_KEY"Controleer of de modellen beschikbaar zijn
openclaw models list --provider stepfunStandaardmodel: stepfun/step-3.5-flash
Alternatief model: stepfun/step-3.7-flash
Step Plan
Het meest geschikt voor het redeneerendpoint van Step Plan.
Kies de regio van je endpoint
| Authenticatiekeuze | Endpoint | Regio |
|---|---|---|
stepfun-plan-api-key-intl |
https://api.stepfun.ai/step_plan/v1 |
Internationaal |
stepfun-plan-api-key-cn |
https://api.stepfun.com/step_plan/v1 |
China |
Voer de onboarding uit
openclaw onboard --auth-choice stepfun-plan-api-key-intlEndpoint voor China:
openclaw onboard --auth-choice stepfun-plan-api-key-cnNiet-interactief alternatief
openclaw onboard --auth-choice stepfun-plan-api-key-intl \ --stepfun-api-key "$STEPFUN_API_KEY"Controleer of de modellen beschikbaar zijn
openclaw models list --provider stepfun-planStandaardmodel: stepfun-plan/step-3.5-flash
Alternatieve modellen: stepfun-plan/step-3.7-flash, stepfun-plan/step-3.5-flash-2603
Eén authenticatieflow schrijft profielen met de overeenkomende regio voor zowel stepfun als stepfun-plan, zodat beide oppervlakken samen worden gedetecteerd na één onboarding.
Geavanceerde configuratie
Volledige configuratie: Standard-provider
{ env: { STEPFUN_API_KEY: "your-key" }, agents: { defaults: { model: { primary: "stepfun/step-3.5-flash" } } }, models: { mode: "merge", providers: { stepfun: { baseUrl: "https://api.stepfun.ai/v1", api: "openai-completions", apiKey: "${STEPFUN_API_KEY}", models: [ { id: "step-3.7-flash", name: "Step 3.7 Flash", reasoning: true, input: ["text", "image"], thinkingLevelMap: { off: "low", minimal: "low", xhigh: "high", max: "high" }, cost: { input: 0.2, output: 1.15, cacheRead: 0.04, cacheWrite: 0 }, contextWindow: 262144, maxTokens: 262144, }, { id: "step-3.5-flash", name: "Step 3.5 Flash", reasoning: true, input: ["text"], cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 }, contextWindow: 262144, maxTokens: 65536, }, ], }, }, },}Volledige configuratie: Step Plan-provider
{ env: { STEPFUN_API_KEY: "your-key" }, agents: { defaults: { model: { primary: "stepfun-plan/step-3.5-flash" } } }, models: { mode: "merge", providers: { "stepfun-plan": { baseUrl: "https://api.stepfun.ai/step_plan/v1", api: "openai-completions", apiKey: "${STEPFUN_API_KEY}", models: [ { id: "step-3.7-flash", name: "Step 3.7 Flash", reasoning: true, input: ["text", "image"], thinkingLevelMap: { off: "low", minimal: "low", xhigh: "high", max: "high" }, cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 }, contextWindow: 262144, maxTokens: 262144, }, { id: "step-3.5-flash", name: "Step 3.5 Flash", reasoning: true, input: ["text"], cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 }, contextWindow: 262144, maxTokens: 65536, }, { id: "step-3.5-flash-2603", name: "Step 3.5 Flash 2603", reasoning: true, input: ["text"], cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 }, contextWindow: 262144, maxTokens: 65536, }, ], }, }, },}Opmerkingen
step-3.7-flashaccepteert tekst- en afbeeldingsinvoer via OpenClaw. De API van StepFun ondersteunt ook video, wat nog geen modelinvoermodaliteit is in OpenClaw.- Step 3.7 ondersteunt
low,mediumenhighals redeneerinspanning. Omdat het model geen modus zonder redeneren heeft, wordt/think offtoegewezen aanlow. step-3.5-flash-2603is momenteel alleen beschikbaar opstepfun-plan.- Gebruik
openclaw models listenopenclaw models set <provider/model>om modellen te bekijken of te wisselen.