Files
tharuntejmeta a57e8c70f5 feat(meta): add Muse Spark 1.2 models (#120373)
* feat(meta): add Muse Spark 1.2 models

* fix(meta): verify Muse Spark 1.2 catalog metadata

* fix(meta): verify Muse Spark 1.2 contracts

* docs(meta): quote discounted services terms

* fix(meta): preserve replay fields for simple completions

* test(meta): align stream host adapter types

* fix(meta): apply catalog cap for zero max tokens

* fix(meta): preserve omitted output cap

* fix(meta): scope responses stream wrapper

* fix(ai): preserve source API for stream wrappers

* fix(ai): distinguish hook and dispatch APIs

* test(ai): adapt plugin streams synchronously

* chore(plugin-sdk): refresh API baseline

* chore(plugin-sdk): refresh sharded API baseline

---------

Co-authored-by: Patrick Erichsen <patrick.a.erichsen@gmail.com>
2026-08-11 11:26:58 -07:00

184 lines
4.3 KiB
JSON

{
"id": "meta",
"activation": {
"onStartup": false
},
"enabledByDefault": true,
"providers": [
"meta"
],
"providerEndpoints": [
{
"endpointClass": "meta-native",
"hosts": [
"api.meta.ai"
]
}
],
"providerRequest": {
"providers": {
"meta": {
"family": "meta"
}
}
},
"modelCatalog": {
"providers": {
"meta": {
"baseUrl": "https://api.meta.ai/v1",
"api": "openai-responses",
"defaultModel": "muse-spark-1.1",
"models": [
{
"id": "muse-spark-1.1",
"name": "Muse Spark 1.1",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 1048576,
"maxTokens": 131072,
"thinkingLevelMap": {
"off": "minimal",
"minimal": "minimal",
"low": "low",
"medium": "medium",
"high": "high",
"xhigh": "xhigh"
},
"compat": {
"supportsTools": true,
"supportsReasoningEffort": true,
"supportedReasoningEfforts": [
"minimal",
"low",
"medium",
"high",
"xhigh"
]
},
"cost": {
"input": 1.25,
"output": 4.25,
"cacheRead": 0.15,
"cacheWrite": 0
}
},
{
"id": "muse-spark-1.2",
"name": "Muse Spark 1.2",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 1048576,
"maxTokens": 131072,
"thinkingLevelMap": {
"off": "minimal",
"minimal": "minimal",
"low": "low",
"medium": "medium",
"high": "high",
"xhigh": "xhigh"
},
"compat": {
"supportsTools": true,
"supportsReasoningEffort": true,
"supportedReasoningEfforts": [
"minimal",
"low",
"medium",
"high",
"xhigh"
]
},
"cost": {
"input": 1.25,
"output": 4.25,
"cacheRead": 0.15,
"cacheWrite": 0
}
},
{
"id": "muse-spark-1.2-contributor",
"name": "Muse Spark 1.2 Contributor",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 1048576,
"maxTokens": 131072,
"thinkingLevelMap": {
"off": "minimal",
"minimal": "minimal",
"low": "low",
"medium": "medium",
"high": "high",
"xhigh": "xhigh"
},
"compat": {
"supportsTools": true,
"supportsReasoningEffort": true,
"supportedReasoningEfforts": [
"minimal",
"low",
"medium",
"high",
"xhigh"
]
},
"cost": {
"input": 0.1,
"output": 0.2,
"cacheRead": 0.002,
"cacheWrite": 0
}
}
]
}
},
"discovery": {
"meta": "refreshable"
}
},
"setup": {
"providers": [
{
"id": "meta",
"authMethods": [
"api-key"
],
"envVars": [
"MODEL_API_KEY"
]
}
]
},
"providerAuthChoices": [
{
"provider": "meta",
"method": "api-key",
"choiceId": "meta-api-key",
"appGuidedSecret": true,
"choiceLabel": "Meta API key",
"choiceHint": "Meta (Responses API)",
"groupId": "meta",
"groupLabel": "Meta",
"groupHint": "Meta (Responses API)",
"onboardingFeatured": true,
"optionKey": "metaApiKey",
"cliFlag": "--meta-api-key",
"cliOption": "--meta-api-key <key>",
"cliDescription": "Meta API key"
}
],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}