feat(providerRegistry): add muse-spark-web provider with multiple models and reasoning support (#1843)

Integrated into release/v3.7.8
This commit is contained in:
janeza2
2026-05-01 18:36:12 +07:00
committed by Antigravity Assistant
parent 9042d5049d
commit e9bb874ddc

View File

@@ -1197,6 +1197,29 @@ export const REGISTRY: Record<string, RegistryEntry> = {
],
},
"muse-spark-web": {
id: "muse-spark-web",
alias: "ms-web",
format: "openai",
executor: "muse-spark-web",
baseUrl: "https://www.meta.ai/api/graphql",
authType: "apikey",
authHeader: "cookie",
models: [
{ id: "muse-spark", name: "Muse Spark" },
{
id: "muse-spark-thinking",
name: "Muse Spark Thinking",
supportsReasoning: true,
},
{
id: "muse-spark-contemplating",
name: "Muse Spark Contemplating",
supportsReasoning: true,
},
],
},
together: {
id: "together",
alias: "together",