Providers
StepFun
StepFun จัดส่งในรูปแบบ Plugin ทางการภายนอก (@openclaw/stepfun-provider) โดยมีรหัสผู้ให้บริการสองรายการ:
stepfunสำหรับปลายทางมาตรฐานstepfun-planสำหรับปลายทาง Step Plan
ติดตั้ง Plugin
openclaw plugins install @openclaw/stepfun-provideropenclaw gateway restartภาพรวมภูมิภาคและปลายทาง
| ปลายทาง | จีน (.com) |
สากล (.ai) |
|---|---|---|
| มาตรฐาน | 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 |
ตัวแปรสภาพแวดล้อมสำหรับการยืนยันตัวตน: STEPFUN_API_KEY
แค็ตตาล็อกในตัว
มาตรฐาน (stepfun):
| การอ้างอิงโมเดล | บริบท | เอาต์พุตสูงสุด | หมายเหตุ |
|---|---|---|---|
stepfun/step-3.5-flash |
262,144 | 65,536 | โมเดลมาตรฐานเริ่มต้น |
stepfun/step-3.7-flash |
262,144 | 262,144 | รองรับอินพุตรูปภาพแบบหลายสื่อ |
Step Plan (stepfun-plan):
| การอ้างอิงโมเดล | บริบท | เอาต์พุตสูงสุด | หมายเหตุ |
|---|---|---|---|
stepfun-plan/step-3.5-flash |
262,144 | 65,536 | โมเดล Step Plan เริ่มต้น |
stepfun-plan/step-3.7-flash |
262,144 | 262,144 | รองรับอินพุตรูปภาพแบบหลายสื่อ |
stepfun-plan/step-3.5-flash-2603 |
262,144 | 65,536 | โมเดล Step Plan เพิ่มเติม |
เริ่มต้นใช้งาน
มาตรฐาน
เหมาะที่สุดสำหรับการใช้งานทั่วไปผ่านปลายทางมาตรฐานของ StepFun
เลือกภูมิภาคปลายทางของคุณ
| ตัวเลือกการยืนยันตัวตน | ปลายทาง | ภูมิภาค |
|---|---|---|
stepfun-standard-api-key-intl |
https://api.stepfun.ai/v1 |
ระหว่างประเทศ |
stepfun-standard-api-key-cn |
https://api.stepfun.com/v1 |
จีน |
เรียกใช้การเริ่มต้นใช้งาน
openclaw onboard --auth-choice stepfun-standard-api-key-intlปลายทางจีน:
openclaw onboard --auth-choice stepfun-standard-api-key-cnทางเลือกแบบไม่โต้ตอบ
openclaw onboard --auth-choice stepfun-standard-api-key-intl \ --stepfun-api-key "$STEPFUN_API_KEY"ตรวจสอบว่าโมเดลพร้อมใช้งาน
openclaw models list --provider stepfunโมเดลเริ่มต้น: stepfun/step-3.5-flash
โมเดลทางเลือก: stepfun/step-3.7-flash
Step Plan
เหมาะที่สุดสำหรับปลายทางการให้เหตุผลของ Step Plan
เลือกภูมิภาคปลายทางของคุณ
| ตัวเลือกการยืนยันตัวตน | ปลายทาง | ภูมิภาค |
|---|---|---|
stepfun-plan-api-key-intl |
https://api.stepfun.ai/step_plan/v1 |
ระหว่างประเทศ |
stepfun-plan-api-key-cn |
https://api.stepfun.com/step_plan/v1 |
จีน |
เรียกใช้การเริ่มต้นใช้งาน
openclaw onboard --auth-choice stepfun-plan-api-key-intlปลายทางจีน:
openclaw onboard --auth-choice stepfun-plan-api-key-cnทางเลือกแบบไม่โต้ตอบ
openclaw onboard --auth-choice stepfun-plan-api-key-intl \ --stepfun-api-key "$STEPFUN_API_KEY"ตรวจสอบว่าโมเดลพร้อมใช้งาน
openclaw models list --provider stepfun-planโมเดลเริ่มต้น: stepfun-plan/step-3.5-flash
โมเดลทางเลือก: stepfun-plan/step-3.7-flash, stepfun-plan/step-3.5-flash-2603
ขั้นตอนการยืนยันตัวตนเพียงครั้งเดียวจะเขียนโปรไฟล์ที่ตรงกับภูมิภาคให้ทั้ง stepfun และ stepfun-plan ดังนั้นจึงค้นพบทั้งสองพื้นผิวพร้อมกันหลังจากเรียกใช้การเริ่มต้นใช้งานครั้งเดียว
การกำหนดค่าขั้นสูง
การกำหนดค่าแบบเต็ม: ผู้ให้บริการมาตรฐาน
{ 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, }, ], }, }, },}การกำหนดค่าแบบเต็ม: ผู้ให้บริการ 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, }, ], }, }, },}หมายเหตุ
step-3.7-flashรับอินพุตข้อความและรูปภาพผ่าน OpenClaw นอกจากนี้ API ของ StepFun ยังรองรับวิดีโอ ซึ่งยังไม่ใช่รูปแบบอินพุตของโมเดลใน OpenClaw- Step 3.7 รองรับระดับความพยายามในการให้เหตุผล
low,mediumและhighเนื่องจากโมเดลไม่มีโหมดที่ไม่ใช้การให้เหตุผล/think offจึงแมปเป็นlow - ปัจจุบัน
step-3.5-flash-2603เปิดให้ใช้งานเฉพาะบนstepfun-plan - ใช้
openclaw models listและopenclaw models set <provider/model>เพื่อตรวจสอบหรือสลับโมเดล
เนื้อหาที่เกี่ยวข้อง
Was this useful?