Presidentlin commited on
Commit
725d8dc
·
1 Parent(s): d72df41
Files changed (1) hide show
  1. src/lib/data.ts +22 -0
src/lib/data.ts CHANGED
@@ -956,6 +956,28 @@ export const mockData: Provider[] = [
956
  },
957
  ],
958
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
959
  {
960
  provider: "Cerebras",
961
  uri: "https://cerebras.ai/blog/introducing-cerebras-inference-ai-at-instant-speed",
 
956
  },
957
  ],
958
  },
959
+ {
960
+ provider: "SambaNova Cloud",
961
+ uri: "https://cloud.sambanova.ai/pricing",
962
+ models: [
963
+ { name: "Qwen/QwQ-32B-Preview", inputPrice: 0.1, outputPrice: 0.2 },
964
+ {
965
+ name: "Qwen/Qwen2.5-Coder-32B-Instruct",
966
+ inputPrice: 1.5,
967
+ outputPrice: 3.0,
968
+ },
969
+ { name: "Llama 3.2 90B Vision", inputPrice: 0.8, outputPrice: 1.6 },
970
+ { name: "Llama 3.3 70B", inputPrice: 0.6, outputPrice: 1.2 },
971
+ { name: "Llama 3.1 8B", inputPrice: 0.1, outputPrice: 0.2 },
972
+ { name: "Llama 3.1 70B", inputPrice: 0.6, outputPrice: 1.2 },
973
+ { name: "Qwen/Qwen2.5-72B-Instruct", inputPrice: 2.0, outputPrice: 4.0 },
974
+ { name: "Llama-Guard-3-8B", inputPrice: 0.3, outputPrice: 0.3 },
975
+ { name: "Llama 3.1 405B", inputPrice: 5.0, outputPrice: 10.0 },
976
+ { name: "Llama 3.2 1B", inputPrice: 0.04, outputPrice: 0.08 },
977
+ { name: "Llama 3.2 3B", inputPrice: 0.08, outputPrice: 0.16 },
978
+ { name: "Llama 3.2 11B Vision", inputPrice: 0.15, outputPrice: 0.3 },
979
+ ],
980
+ },
981
  {
982
  provider: "Cerebras",
983
  uri: "https://cerebras.ai/blog/introducing-cerebras-inference-ai-at-instant-speed",