Presidentlin commited on
Commit
15b3e7c
·
1 Parent(s): be15578
Files changed (1) hide show
  1. src/lib/data.ts +12 -0
src/lib/data.ts CHANGED
@@ -237,6 +237,8 @@ export const mockData: Provider[] = [
237
  provider: "Hyperbolic",
238
  uri: "https://hyperbolic.xyz/pricing",
239
  models: [
 
 
240
  { name: "Qwen 2.5-Coder 32B (BF16)", inputPrice: 0.2, outputPrice: 0.2 },
241
  { name: "QwQ-32B-Preview", inputPrice: 0.2, outputPrice: 0.2 },
242
  { name: "Llama 3.1 8B (BF16)", inputPrice: 0.1, outputPrice: 0.1 },
@@ -267,6 +269,11 @@ export const mockData: Provider[] = [
267
  provider: "Together.AI",
268
  uri: "https://www.together.ai/pricing",
269
  models: [
 
 
 
 
 
270
  {
271
  name: "DeepSeek V3",
272
  inputPrice: 1.25,
@@ -735,6 +742,11 @@ export const mockData: Provider[] = [
735
  provider: "DeepInfra",
736
  uri: "https://deepinfra.com/models/text-generation/",
737
  models: [
 
 
 
 
 
738
  {
739
  name: "DeepSeek V3",
740
  inputPrice: 0.85,
 
237
  provider: "Hyperbolic",
238
  uri: "https://hyperbolic.xyz/pricing",
239
  models: [
240
+ { name: "DeepSeek R1", inputPrice: 2.0, outputPrice: 2.0 },
241
+ { name: "DeepSeek R1 Zero", inputPrice: 2.0, outputPrice: 2.0 },
242
  { name: "Qwen 2.5-Coder 32B (BF16)", inputPrice: 0.2, outputPrice: 0.2 },
243
  { name: "QwQ-32B-Preview", inputPrice: 0.2, outputPrice: 0.2 },
244
  { name: "Llama 3.1 8B (BF16)", inputPrice: 0.1, outputPrice: 0.1 },
 
269
  provider: "Together.AI",
270
  uri: "https://www.together.ai/pricing",
271
  models: [
272
+ {
273
+ name: "DeepSeek R1",
274
+ inputPrice: 7.0,
275
+ outputPrice: 7.0,
276
+ },
277
  {
278
  name: "DeepSeek V3",
279
  inputPrice: 1.25,
 
742
  provider: "DeepInfra",
743
  uri: "https://deepinfra.com/models/text-generation/",
744
  models: [
745
+ {
746
+ name: "DeepSeek R1",
747
+ inputPrice: 0.85,
748
+ outputPrice: 2.5,
749
+ },
750
  {
751
  name: "DeepSeek V3",
752
  inputPrice: 0.85,