Presidentlin commited on
Commit
119cb29
·
1 Parent(s): 1cb746c
Files changed (1) hide show
  1. src/lib/data.ts +59 -61
src/lib/data.ts CHANGED
@@ -7,31 +7,31 @@ export const mockData: Provider[] = [
7
  models: [
8
  { name: 'GPT-4 Turbo', inputPrice: 10.0, outputPrice: 30.0 },
9
  { name: 'GPT-4 Turbo Batch', inputPrice: 5.0, outputPrice: 15.0 },
10
- { name: 'GPT-4o', inputPrice: 5.0, outputPrice: 15.0 },
11
- { name: 'GPT-4o Batch', inputPrice: 2.5, outputPrice: 7.5 },
12
- { name: 'GPT-3.5-turbo', inputPrice: 0.5, outputPrice: 1.5 },
13
- { name: 'GPT-3.5-turbo Batch', inputPrice: 0.25, outputPrice: 0.75 },
14
- { name: 'GPT-4o-mini', inputPrice: 0.15, outputPrice: 0.60 },
15
- { name: 'GPT-4o-mini Batch', inputPrice: 0.075, outputPrice: 0.3 },
16
  ],
17
  },
18
  {
19
  provider: 'Anthropic',
20
  uri: 'https://www.anthropic.com/pricing',
21
  models: [
22
- { name: 'Claude 3 (Opus)', inputPrice: 15.0, outputPrice: 75.0 },
23
- { name: 'Claude 3.5 (Sonnet)', inputPrice: 3.0, outputPrice: 15.0 },
24
- { name: 'Claude 3 (Haiku)', inputPrice: 0.25, outputPrice: 1.25 },
25
  ],
26
  },
27
  {
28
  provider: 'Google',
29
  uri: 'https://ai.google.dev/pricing?hl=en',
30
  models: [
31
- { name: 'Gemini-1.5-Pro-128K', inputPrice: 3.5, outputPrice: 10.50 },
32
- { name: 'Gemini-1.5-Pro-2M', inputPrice: 7.0, outputPrice: 21.0 },
33
- { name: 'Gemini-1.5-Flash-128K', inputPrice: 0.35, outputPrice: 1.05 },
34
- { name: 'Gemini-1.5-Flash-1M', inputPrice: 0.70, outputPrice: 2.10 },
35
  ],
36
  },
37
  {
@@ -67,42 +67,41 @@ export const mockData: Provider[] = [
67
  provider: 'DeepSpeek',
68
  uri: 'https://platform.deepseek.com/api-docs/pricing/',
69
  models: [
70
- { name: 'DeepSeek-V2', inputPrice: 0.14, outputPrice: 0.28 },
71
- { name: 'DeepSeek-Coder-V2', inputPrice: 0.14, outputPrice: 0.28 },
72
  ],
73
  },
74
  {
75
  provider: '01.ai',
76
  uri: 'https://platform.01.ai/docs#models-and-pricing',
77
  models: [
78
- { name: 'Yi-Large', inputPrice: 3.00, outputPrice: 3.00 },
79
  ],
80
  },
81
  {
82
  provider: 'AI21',
83
  uri: 'https://www.ai21.com/jamba',
84
  models: [
85
- { name: 'Jamba-Instruct', inputPrice: 0.5, outputPrice: 0.7 },
86
- ],
87
- },
88
- {
89
- "provider": "OctoAI",
90
- "uri": "https://docs.octoai/platform/pricing",
91
- "models": [
92
- { name: "meta/meta-llama-3.1-405b-instruct", inputPrice: 3.0, outputPrice: 9.0 },
93
- { name: "meta/meta-llama-3.1-70b-instruct", inputPrice: 0.9, outputPrice: 0.9 },
94
- { name: "meta/meta-llama-3.1-8b-instruct", inputPrice: 0.15, outputPrice: 0.15 },
95
- { name: "qwen/qwen2-7b-instruct", inputPrice: 0.15, outputPrice: 0.15 },
96
- { name: "nousresearch/hermes-2-pro-llama-3-8b", inputPrice: 0.15, outputPrice: 0.15 },
97
- { name: "meta-llama/meta-llama-3-8b-instruct", inputPrice: 0.15, outputPrice: 0.15 },
98
- { name: "meta-llama/meta-llama-3-70b-instruct", inputPrice: 0.9, outputPrice: 0.9 },
99
- { name: "mistralai/mixtral-8x22b-instruct", inputPrice: 1.2, outputPrice: 1.2 },
100
- { name: "nousresearch/nous-hermes-2-mixtral-8x7b", inputPrice: 0.45, outputPrice: 0.45 },
101
- { name: "mistralai/mixtral-8x7b-instruct", inputPrice: 0.45, outputPrice: 0.45 },
102
- { name: "microsoft/wizardlm-2-8x22b", inputPrice: 1.2, outputPrice: 1.2 },
103
- { name: "mistralai/mistral-7b-instruct-v0.3", inputPrice: 0.15, outputPrice: 0.15 },
104
- { name: "meta-llama/meta-llama-guard-2", inputPrice: 0.15, outputPrice: 0.15 },
105
- { name: "thenlper/gte-large", inputPrice: 0.05, outputPrice: 0.05 }
106
  ]
107
  },
108
  {
@@ -116,12 +115,12 @@ export const mockData: Provider[] = [
116
  { name: 'Llama 3.1 70B Instruct Lite', inputPrice: 0.54, outputPrice: 0.54 },
117
  { name: 'Llama 3.1 70B Reference', inputPrice: 0.90, outputPrice: 0.90 },
118
  { name: 'Llama 3.1 405B Instruct Turbo', inputPrice: 5.0, outputPrice: 5.0 },
119
- { name: 'Gemma-2 Instruct (27B)', inputPrice: 0.80, outputPrice: 0.80 },
120
- { name: 'Gemma-2 Instruct (9B)', inputPrice: 0.30, outputPrice: 0.30 },
121
  { name: 'Mixtral 8x22B', inputPrice: 1.20, outputPrice: 1.20 },
122
  { name: 'Mixtral 8x7B', inputPrice: 0.60, outputPrice: 0.60 },
123
  { name: 'Mistral 7B', inputPrice: 0.20, outputPrice: 0.20 },
124
- { name: 'Qwen 2 Instruct (72B)', inputPrice: 0.90, outputPrice: 0.90 },
125
  { name: 'Snowflake Arctic Instruct', inputPrice: 2.40, outputPrice: 2.40 },
126
  { name: 'DBRX', inputPrice: 1.20, outputPrice: 1.20 }
127
  ],
@@ -152,7 +151,6 @@ export const mockData: Provider[] = [
152
  { name: 'Gemma 2 9B Instruct', inputPrice: 0.20, outputPrice: 0.20 }
153
  ]
154
  },
155
-
156
  {
157
  provider: 'Replicate',
158
  uri: 'https://replicate.com/pricing',
@@ -198,24 +196,24 @@ export const mockData: Provider[] = [
198
  provider: 'Novita AI',
199
  uri: 'https://novita.ai/model-api/pricing',
200
  models: [
201
- { name: "llama-3-8b-instruct", inputPrice: 0.06, outputPrice: 0.06 },
202
- { name: "llama-3-70b-instruct", inputPrice: 0.55, outputPrice: 0.76 },
203
- { name: "llama-3.1-8b-instruct", inputPrice: 0.10, outputPrice: 0.10 },
204
- { name: "llama-3.1-70b-instruct", inputPrice: 0.55, outputPrice: 0.76 },
205
- { name: "llama-3.1-405b-instruct", inputPrice: 3.00, outputPrice: 5.00 },
206
- { name: "gemma-2-9b-it", inputPrice: 0.08, outputPrice: 0.08 },
207
- { name: "airoboros-l2-70b", inputPrice: 0.50, outputPrice: 0.50 },
208
- { name: "hermes-2-pro-llama-3-8b", inputPrice: 0.14, outputPrice: 0.14 },
209
- { name: "mistral-7b-instruct", inputPrice: 0.07, outputPrice: 0.07 },
210
- { name: "dolphin-mixtral-8x22b", inputPrice: 0.90, outputPrice: 0.90 },
211
- { name: "l3-70b-euryale-v2.1", inputPrice: 1.48, outputPrice: 1.48 },
212
- { name: "midnight-rose-70b", inputPrice: 0.80, outputPrice: 0.80 },
213
- { name: "mythomax-l2-13b", inputPrice: 0.12, outputPrice: 0.12 },
214
- { name: "nous-hermes-llama2-13b", inputPrice: 0.17, outputPrice: 0.17 },
215
- { name: "Nous-Hermes-2-Mixtral-8x7B-DPO", inputPrice: 0.27, outputPrice: 0.27 },
216
- { name: "lzlv_70b", inputPrice: 0.58, outputPrice: 0.78 },
217
- { name: "openhermes-2.5-mistral-7b", inputPrice: 0.17, outputPrice: 0.17 },
218
- { name: "wizardlm-2-8x22b", inputPrice: 0.64, outputPrice: 0.64 }
219
 
220
  ],
221
  },
@@ -224,9 +222,9 @@ export const mockData: Provider[] = [
224
  uri: 'https://dev.writer.com/home/pricing',
225
  models: [
226
  { name: 'Palmyra X 003', inputPrice: 7.50, outputPrice: 22.50 },
227
- { name: 'Palmyra X 32k', inputPrice: 1.0, outputPrice: 2.0 },
228
  { name: 'Palmyra X 002', inputPrice: 1.0, outputPrice: 2.0 },
229
- { name: 'Palmyra X 002 32k', inputPrice: 1.0, outputPrice: 2.0 }
230
  ],
231
  }
232
  ]
 
7
  models: [
8
  { name: 'GPT-4 Turbo', inputPrice: 10.0, outputPrice: 30.0 },
9
  { name: 'GPT-4 Turbo Batch', inputPrice: 5.0, outputPrice: 15.0 },
10
+ { name: 'GPT-4 Standard', inputPrice: 5.0, outputPrice: 15.0 },
11
+ { name: 'GPT-4 Standard Batch', inputPrice: 2.5, outputPrice: 7.5 },
12
+ { name: 'GPT-3.5 Turbo', inputPrice: 0.5, outputPrice: 1.5 },
13
+ { name: 'GPT-3.5 Turbo Batch', inputPrice: 0.25, outputPrice: 0.75 },
14
+ { name: 'GPT-4 Mini', inputPrice: 0.15, outputPrice: 0.60 },
15
+ { name: 'GPT-4 Mini Batch', inputPrice: 0.075, outputPrice: 0.3 },
16
  ],
17
  },
18
  {
19
  provider: 'Anthropic',
20
  uri: 'https://www.anthropic.com/pricing',
21
  models: [
22
+ { name: 'Claude 3 Opus', inputPrice: 15.0, outputPrice: 75.0 },
23
+ { name: 'Claude 3.5 Sonnet', inputPrice: 3.0, outputPrice: 15.0 },
24
+ { name: 'Claude 3 Haiku', inputPrice: 0.25, outputPrice: 1.25 },
25
  ],
26
  },
27
  {
28
  provider: 'Google',
29
  uri: 'https://ai.google.dev/pricing?hl=en',
30
  models: [
31
+ { name: 'Gemini 1.5 Pro 128K', inputPrice: 3.5, outputPrice: 10.50 },
32
+ { name: 'Gemini 1.5 Pro 2M', inputPrice: 7.0, outputPrice: 21.0 },
33
+ { name: 'Gemini 1.5 Flash 128K', inputPrice: 0.35, outputPrice: 1.05 },
34
+ { name: 'Gemini 1.5 Flash 1M', inputPrice: 0.70, outputPrice: 2.10 },
35
  ],
36
  },
37
  {
 
67
  provider: 'DeepSpeek',
68
  uri: 'https://platform.deepseek.com/api-docs/pricing/',
69
  models: [
70
+ { name: 'DeepSeek V2', inputPrice: 0.14, outputPrice: 0.28 },
71
+ { name: 'DeepSeek Coder V2', inputPrice: 0.14, outputPrice: 0.28 },
72
  ],
73
  },
74
  {
75
  provider: '01.ai',
76
  uri: 'https://platform.01.ai/docs#models-and-pricing',
77
  models: [
78
+ { name: 'Yi Large', inputPrice: 3.00, outputPrice: 3.00 },
79
  ],
80
  },
81
  {
82
  provider: 'AI21',
83
  uri: 'https://www.ai21.com/jamba',
84
  models: [
85
+ { name: 'Jamba Instruct', inputPrice: 0.5, outputPrice: 0.7 },
86
+ ],
87
+ },
88
+ {
89
+ provider: 'OctoAI',
90
+ uri: 'https://docs.octoai/platform/pricing',
91
+ models: [
92
+ { name: 'Llama 3.1 405B Instruct', inputPrice: 3.0, outputPrice: 9.0 },
93
+ { name: 'Llama 3.1 70B Instruct', inputPrice: 0.9, outputPrice: 0.9 },
94
+ { name: 'Llama 3.1 8B Instruct', inputPrice: 0.15, outputPrice: 0.15 },
95
+ { name: 'Qwen2 7B Instruct', inputPrice: 0.15, outputPrice: 0.15 },
96
+ { name: 'Hermes 2 Pro Llama 3 8B', inputPrice: 0.15, outputPrice: 0.15 },
97
+ { name: 'Llama 3 8B Instruct', inputPrice: 0.15, outputPrice: 0.15 },
98
+ { name: 'Llama 3 70B Instruct', inputPrice: 0.9, outputPrice: 0.9 },
99
+ { name: 'Mixtral 8x22B Instruct', inputPrice: 1.2, outputPrice: 1.2 },
100
+ { name: 'Nous Hermes 2 Mixtral 8x7B', inputPrice: 0.45, outputPrice: 0.45 },
101
+ { name: 'Mixtral 8x7B Instruct', inputPrice: 0.45, outputPrice: 0.45 },
102
+ { name: 'WizardLM 2 8x22B', inputPrice: 1.2, outputPrice: 1.2 },
103
+ { name: 'Mistral 7B Instruct v0.3', inputPrice: 0.15, outputPrice: 0.15 },
104
+ { name: 'Llama Guard 2', inputPrice: 0.15, outputPrice: 0.15 },
 
105
  ]
106
  },
107
  {
 
115
  { name: 'Llama 3.1 70B Instruct Lite', inputPrice: 0.54, outputPrice: 0.54 },
116
  { name: 'Llama 3.1 70B Reference', inputPrice: 0.90, outputPrice: 0.90 },
117
  { name: 'Llama 3.1 405B Instruct Turbo', inputPrice: 5.0, outputPrice: 5.0 },
118
+ { name: 'Gemma 2 Instruct 27B', inputPrice: 0.80, outputPrice: 0.80 },
119
+ { name: 'Gemma 2 Instruct 9B', inputPrice: 0.30, outputPrice: 0.30 },
120
  { name: 'Mixtral 8x22B', inputPrice: 1.20, outputPrice: 1.20 },
121
  { name: 'Mixtral 8x7B', inputPrice: 0.60, outputPrice: 0.60 },
122
  { name: 'Mistral 7B', inputPrice: 0.20, outputPrice: 0.20 },
123
+ { name: 'Qwen 2 Instruct 72B', inputPrice: 0.90, outputPrice: 0.90 },
124
  { name: 'Snowflake Arctic Instruct', inputPrice: 2.40, outputPrice: 2.40 },
125
  { name: 'DBRX', inputPrice: 1.20, outputPrice: 1.20 }
126
  ],
 
151
  { name: 'Gemma 2 9B Instruct', inputPrice: 0.20, outputPrice: 0.20 }
152
  ]
153
  },
 
154
  {
155
  provider: 'Replicate',
156
  uri: 'https://replicate.com/pricing',
 
196
  provider: 'Novita AI',
197
  uri: 'https://novita.ai/model-api/pricing',
198
  models: [
199
+ { name: "Llama 3 8B Instruct", inputPrice: 0.06, outputPrice: 0.06 },
200
+ { name: "Llama 3 70B Instruct", inputPrice: 0.55, outputPrice: 0.76 },
201
+ { name: "Llama 3.1 8B Instruct", inputPrice: 0.10, outputPrice: 0.10 },
202
+ { name: "Llama 3.1 70B Instruct", inputPrice: 0.55, outputPrice: 0.76 },
203
+ { name: "Llama 3.1 405B Instruct", inputPrice: 3.00, outputPrice: 5.00 },
204
+ { name: "Gemma 2 9B IT", inputPrice: 0.08, outputPrice: 0.08 },
205
+ { name: "Airoboros L2 70B", inputPrice: 0.50, outputPrice: 0.50 },
206
+ { name: "Hermes 2 Pro Llama 3 8B", inputPrice: 0.14, outputPrice: 0.14 },
207
+ { name: "Mistral 7B Instruct", inputPrice: 0.07, outputPrice: 0.07 },
208
+ { name: "Dolphin Mixtral 8x22B", inputPrice: 0.90, outputPrice: 0.90 },
209
+ { name: "L3 70B Euryale v2.1", inputPrice: 1.48, outputPrice: 1.48 },
210
+ { name: "Midnight Rose 70B", inputPrice: 0.80, outputPrice: 0.80 },
211
+ { name: "Mythomax L2 13B", inputPrice: 0.12, outputPrice: 0.12 },
212
+ { name: "Nous Hermes Llama2 13B", inputPrice: 0.17, outputPrice: 0.17 },
213
+ { name: "Nous Hermes 2 Mixtral 8x7B DPO", inputPrice: 0.27, outputPrice: 0.27 },
214
+ { name: "LZLV 70B", inputPrice: 0.58, outputPrice: 0.78 },
215
+ { name: "OpenHermes 2.5 Mistral 7B", inputPrice: 0.17, outputPrice: 0.17 },
216
+ { name: "WizardLM 2 8x22B", inputPrice: 0.64, outputPrice: 0.64 }
217
 
218
  ],
219
  },
 
222
  uri: 'https://dev.writer.com/home/pricing',
223
  models: [
224
  { name: 'Palmyra X 003', inputPrice: 7.50, outputPrice: 22.50 },
225
+ { name: 'Palmyra X 32K', inputPrice: 1.0, outputPrice: 2.0 },
226
  { name: 'Palmyra X 002', inputPrice: 1.0, outputPrice: 2.0 },
227
+ { name: 'Palmyra X 002 32K', inputPrice: 1.0, outputPrice: 2.0 }
228
  ],
229
  }
230
  ]