Providers
StepFun
StepFun didistribusikan sebagai plugin resmi eksternal (@openclaw/stepfun-provider) dengan dua ID penyedia:
stepfununtuk endpoint standarstepfun-planuntuk endpoint Step Plan
Instal plugin
openclaw plugins install @openclaw/stepfun-provideropenclaw gateway restartIkhtisar wilayah dan endpoint
| Endpoint | Tiongkok (.com) |
Global (.ai) |
|---|---|---|
| Standar | 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 |
Variabel lingkungan autentikasi: STEPFUN_API_KEY
Katalog bawaan
Standar (stepfun):
| Referensi model | Konteks | Output maks. | Catatan |
|---|---|---|---|
stepfun/step-3.5-flash |
262,144 | 65,536 | Model standar default |
stepfun/step-3.7-flash |
262,144 | 262,144 | Mendukung input gambar multimodal |
Step Plan (stepfun-plan):
| Referensi model | Konteks | Output maks. | Catatan |
|---|---|---|---|
stepfun-plan/step-3.5-flash |
262,144 | 65,536 | Model Step Plan default |
stepfun-plan/step-3.7-flash |
262,144 | 262,144 | Mendukung input gambar multimodal |
stepfun-plan/step-3.5-flash-2603 |
262,144 | 65,536 | Model Step Plan tambahan |
Memulai
Standar
Paling sesuai untuk penggunaan umum melalui endpoint standar StepFun.
Pilih wilayah endpoint Anda
| Pilihan autentikasi | Endpoint | Wilayah |
|---|---|---|
stepfun-standard-api-key-intl |
https://api.stepfun.ai/v1 |
Internasional |
stepfun-standard-api-key-cn |
https://api.stepfun.com/v1 |
Tiongkok |
Jalankan orientasi awal
openclaw onboard --auth-choice stepfun-standard-api-key-intlEndpoint Tiongkok:
openclaw onboard --auth-choice stepfun-standard-api-key-cnAlternatif noninteraktif
openclaw onboard --auth-choice stepfun-standard-api-key-intl \ --stepfun-api-key "$STEPFUN_API_KEY"Verifikasi bahwa model tersedia
openclaw models list --provider stepfunModel default: stepfun/step-3.5-flash
Model alternatif: stepfun/step-3.7-flash
Step Plan
Paling sesuai untuk endpoint penalaran Step Plan.
Pilih wilayah endpoint Anda
| Pilihan autentikasi | Endpoint | Wilayah |
|---|---|---|
stepfun-plan-api-key-intl |
https://api.stepfun.ai/step_plan/v1 |
Internasional |
stepfun-plan-api-key-cn |
https://api.stepfun.com/step_plan/v1 |
Tiongkok |
Jalankan orientasi awal
openclaw onboard --auth-choice stepfun-plan-api-key-intlEndpoint Tiongkok:
openclaw onboard --auth-choice stepfun-plan-api-key-cnAlternatif noninteraktif
openclaw onboard --auth-choice stepfun-plan-api-key-intl \ --stepfun-api-key "$STEPFUN_API_KEY"Verifikasi bahwa model tersedia
openclaw models list --provider stepfun-planModel default: stepfun-plan/step-3.5-flash
Model alternatif: stepfun-plan/step-3.7-flash, stepfun-plan/step-3.5-flash-2603
Satu alur autentikasi menulis profil yang sesuai dengan wilayah untuk stepfun dan stepfun-plan, sehingga kedua permukaan ditemukan bersama setelah satu kali menjalankan orientasi awal.
Konfigurasi lanjutan
Konfigurasi lengkap: Penyedia standar
{ 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, }, ], }, }, },}Konfigurasi lengkap: Penyedia Step Plan
{ 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, }, ], }, }, },}Catatan
step-3.7-flashmenerima input teks dan gambar melalui OpenClaw. API StepFun juga mendukung video, yang belum menjadi modalitas input model di OpenClaw.- Step 3.7 mendukung tingkat upaya penalaran
low,medium, danhigh. Karena model tidak memiliki mode tanpa penalaran,/think offdipetakan kelow. step-3.5-flash-2603saat ini hanya tersedia distepfun-plan.- Gunakan
openclaw models listdanopenclaw models set <provider/model>untuk memeriksa atau mengganti model.
Terkait
Was this useful?