mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-18 00:21:34 +00:00
* feat(providers): add Meta Model API - muse-spark-1.1 Adds meta-model-api provider via bundled extension: - extensions/meta-model-api/ (provider, catalog, stream, thinking, onboarding) - docs/providers/meta-model-api.md - core wiring: env-api-keys, zod-schema, provider-display-names, dotenv, provider-env-vars Model: meta-model-api/muse-spark-1.1 (Responses API at https://api.ai.meta.com/v1) Auth: MODEL_API_KEY (Bearer) Default reasoning: high, maps --thinking off -> minimal (model rejects none) Fix: bump live test maxTokens 200->4000 (high reasoning uses ~300 tokens for reasoning alone) Co-authored-by: Meta * fix(meta-model-api): clean reasoning lint * test(meta-model-api): align live proof checks * chore(meta-model-api): bundle provider metadata * docs: fix Meta Model API setup wording * docs: format Meta Model API provider page --------- Co-authored-by: Dave Morin <dave@morin.com> Co-authored-by: Colin <colin@solvely.net> Co-authored-by: Josh Lehman <josh@martian.engineering>
16 lines
312 B
JSON
16 lines
312 B
JSON
{
|
|
"name": "@openclaw/meta-model-api-provider",
|
|
"version": "2026.6.11",
|
|
"private": true,
|
|
"description": "OpenClaw Meta Model API provider plugin.",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|