diff --git a/open-sse/config/providerRegistry.ts b/open-sse/config/providerRegistry.ts index 6ac927c6d7..d648bbd473 100644 --- a/open-sse/config/providerRegistry.ts +++ b/open-sse/config/providerRegistry.ts @@ -1197,6 +1197,29 @@ export const REGISTRY: Record = { ], }, + "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",