Add Meta Model API provider with Muse Spark 1.1

This commit is contained in:
Rohit C Prasad
2026-07-25 01:21:07 -07:00
committed by Rohit P
parent f467c4ca73
commit fc6ce501dd
4 changed files with 21 additions and 0 deletions
+3
View File
@@ -18,11 +18,13 @@ import mistral from "./logos/mistral.svg";
import qwen from "./logos/qwen.svg";
import minimax from "./logos/minimax.svg";
import xai from "./logos/xai.svg";
import meta from "./logos/meta.svg";
export const PROVIDER_LOGOS: Record<string, string> = {
anthropic,
openai,
gemini,
meta,
ollama,
fireworks,
together,
@@ -39,6 +41,7 @@ export const PROVIDER_ORDER = [
"anthropic",
"openai",
"gemini",
"meta",
"ollama",
"fireworks",
"together",
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.9 KiB