mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-05 23:02:10 +03:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user