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?