Add Cohere For AI to Model Release Heatmap

#3
Files changed (1) hide show
  1. src/pages/index.tsx +1 -0
src/pages/index.tsx CHANGED
@@ -14,6 +14,7 @@ const PROVIDERS_MAP = {
14
  "NVIDIA": { color: "#76B900", authors: ["nvidia"] },
15
  "DeepSeek": { color: "#0088cc", authors: ["deepseek-ai"] },
16
  "Qwen": { color: "#0088cc", authors: ["Qwen"] },
 
17
  };
18
 
19
  interface ModelData {
 
14
  "NVIDIA": { color: "#76B900", authors: ["nvidia"] },
15
  "DeepSeek": { color: "#0088cc", authors: ["deepseek-ai"] },
16
  "Qwen": { color: "#0088cc", authors: ["Qwen"] },
17
+ "Cohere For AI": { color: "#4C6EE6", authors: ["CohereForAI"] },
18
  };
19
 
20
  interface ModelData {