Providers

StepFun

StepFun จัดส่งในรูปแบบ Plugin ทางการภายนอก (@openclaw/stepfun-provider) โดยมีรหัสผู้ให้บริการสองรายการ:

  • stepfun สำหรับปลายทางมาตรฐาน
  • stepfun-plan สำหรับปลายทาง Step Plan

ติดตั้ง Plugin

bash
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 จีน
  • เรียกใช้การเริ่มต้นใช้งาน

    bash
    openclaw onboard --auth-choice stepfun-standard-api-key-intl

    ปลายทางจีน:

    bash
    openclaw onboard --auth-choice stepfun-standard-api-key-cn
  • ทางเลือกแบบไม่โต้ตอบ

    bash
    openclaw onboard --auth-choice stepfun-standard-api-key-intl \  --stepfun-api-key "$STEPFUN_API_KEY"
  • ตรวจสอบว่าโมเดลพร้อมใช้งาน

    bash
    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 จีน
  • เรียกใช้การเริ่มต้นใช้งาน

    bash
    openclaw onboard --auth-choice stepfun-plan-api-key-intl

    ปลายทางจีน:

    bash
    openclaw onboard --auth-choice stepfun-plan-api-key-cn
  • ทางเลือกแบบไม่โต้ตอบ

    bash
    openclaw onboard --auth-choice stepfun-plan-api-key-intl \  --stepfun-api-key "$STEPFUN_API_KEY"
  • ตรวจสอบว่าโมเดลพร้อมใช้งาน

    bash
    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 ดังนั้นจึงค้นพบทั้งสองพื้นผิวพร้อมกันหลังจากเรียกใช้การเริ่มต้นใช้งานครั้งเดียว

    การกำหนดค่าขั้นสูง

    การกำหนดค่าแบบเต็ม: ผู้ให้บริการมาตรฐาน
    json5
    {  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
    json5
    {  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?
    On this page

    On this page