Providers
StepFun
StepFun wird als externes offizielles Plugin (@openclaw/stepfun-provider) mit zwei Provider-IDs ausgeliefert:
stepfunfür den Standard-Endpunktstepfun-planfür den Step-Plan-Endpunkt
Plugin installieren
openclaw plugins install @openclaw/stepfun-provideropenclaw gateway restartÜbersicht über Regionen und Endpunkte
| Endpunkt | China (.com) |
Global (.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 |
Umgebungsvariable für die Authentifizierung: STEPFUN_API_KEY
Integrierter Katalog
Standard (stepfun):
| Modellreferenz | Kontext | Maximale Ausgabe | Hinweise |
|---|---|---|---|
stepfun/step-3.5-flash |
262,144 | 65,536 | Standardmodell |
stepfun/step-3.7-flash |
262,144 | 262,144 | Unterstützt multimodale Bildeingaben |
Step Plan (stepfun-plan):
| Modellreferenz | Kontext | Maximale Ausgabe | Hinweise |
|---|---|---|---|
stepfun-plan/step-3.5-flash |
262,144 | 65,536 | Standardmodell für Step Plan |
stepfun-plan/step-3.7-flash |
262,144 | 262,144 | Unterstützt multimodale Bildeingaben |
stepfun-plan/step-3.5-flash-2603 |
262,144 | 65,536 | Zusätzliches Modell für Step Plan |
Erste Schritte
Standard
Optimal für allgemeine Anwendungsfälle über den Standard-Endpunkt von StepFun.
Endpunktregion auswählen
| Authentifizierungsoption | Endpunkt | Region |
|---|---|---|
stepfun-standard-api-key-intl |
https://api.stepfun.ai/v1 |
International |
stepfun-standard-api-key-cn |
https://api.stepfun.com/v1 |
China |
Onboarding ausführen
openclaw onboard --auth-choice stepfun-standard-api-key-intlEndpunkt für China:
openclaw onboard --auth-choice stepfun-standard-api-key-cnNicht interaktive Alternative
openclaw onboard --auth-choice stepfun-standard-api-key-intl \ --stepfun-api-key "$STEPFUN_API_KEY"Verfügbarkeit der Modelle überprüfen
openclaw models list --provider stepfunStandardmodell: stepfun/step-3.5-flash
Alternatives Modell: stepfun/step-3.7-flash
Step Plan
Optimal für den Reasoning-Endpunkt von Step Plan.
Endpunktregion auswählen
| Authentifizierungsoption | Endpunkt | Region |
|---|---|---|
stepfun-plan-api-key-intl |
https://api.stepfun.ai/step_plan/v1 |
International |
stepfun-plan-api-key-cn |
https://api.stepfun.com/step_plan/v1 |
China |
Onboarding ausführen
openclaw onboard --auth-choice stepfun-plan-api-key-intlEndpunkt für China:
openclaw onboard --auth-choice stepfun-plan-api-key-cnNicht interaktive Alternative
openclaw onboard --auth-choice stepfun-plan-api-key-intl \ --stepfun-api-key "$STEPFUN_API_KEY"Verfügbarkeit der Modelle überprüfen
openclaw models list --provider stepfun-planStandardmodell: stepfun-plan/step-3.5-flash
Alternative Modelle: stepfun-plan/step-3.7-flash, stepfun-plan/step-3.5-flash-2603
Ein einzelner Authentifizierungsablauf schreibt zur Region passende Profile für stepfun und stepfun-plan, sodass beide Oberflächen nach einem einzigen Onboarding-Durchlauf gemeinsam erkannt werden.
Erweiterte Konfiguration
Vollständige Konfiguration: 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, compat: { supportsStore: false, supportsDeveloperRole: false, supportsUsageInStreaming: false, supportsReasoningEffort: true, supportsStrictMode: false, supportedReasoningEfforts: ["low", "medium", "high"], maxTokensField: "max_tokens", reasoningEffortMap: { off: "low", none: "low", minimal: "low", low: "low", medium: "medium", high: "high", xhigh: "high", adaptive: "high", max: "high", }, }, }, { 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, }, ], }, }, },}Vollständige Konfiguration: 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, compat: { supportsStore: false, supportsDeveloperRole: false, supportsUsageInStreaming: false, supportsReasoningEffort: true, supportsStrictMode: false, supportedReasoningEfforts: ["low", "medium", "high"], maxTokensField: "max_tokens", reasoningEffortMap: { off: "low", none: "low", minimal: "low", low: "low", medium: "medium", high: "high", xhigh: "high", adaptive: "high", max: "high", }, }, }, { 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, }, ], }, }, },}Hinweise
step-3.7-flashakzeptiert über OpenClaw Text- und Bildeingaben. Die API von StepFun unterstützt außerdem Video, das in OpenClaw noch nicht als Modelleingabemodalität verfügbar ist.- Step 3.7 unterstützt die Reasoning-Stufen
low,mediumundhigh. Da das Modell keinen Modus ohne Reasoning besitzt, wird/think offlowzugeordnet. step-3.5-flash-2603ist derzeit nur überstepfun-planverfügbar.- Verwenden Sie
openclaw models listundopenclaw models set <provider/model>, um Modelle anzuzeigen oder zu wechseln.
Verwandte Themen
Übersicht über alle Provider, Modellreferenzen und das Failover-Verhalten.
Vollständiges Konfigurationsschema für Provider, Modelle und Plugins.
So wählen und konfigurieren Sie Modelle.
Verwaltung von StepFun-API-Schlüsseln und Dokumentation.