Files changed (1) hide show
  1. src/pages/index.tsx +1 -0
src/pages/index.tsx CHANGED
@@ -21,6 +21,7 @@ const PROVIDERS_MAP: Record<string, ProviderInfo> = {
21
  "Qwen": { color: "#0088cc", authors: ["Qwen"] },
22
  "Cohere For AI": { color: "#4C6EE6", authors: ["CohereForAI"] },
23
  "IBM": { color: "#4C6EE6", authors: ["ibm-granite"] },
 
24
  };
25
 
26
  interface ModelData {
 
21
  "Qwen": { color: "#0088cc", authors: ["Qwen"] },
22
  "Cohere For AI": { color: "#4C6EE6", authors: ["CohereForAI"] },
23
  "IBM": { color: "#4C6EE6", authors: ["ibm-granite"] },
24
+ "Stability AI": { color: "#23096218", authors: ["stabilityai"] },
25
  };
26
 
27
  interface ModelData {