Presidentlin commited on
Commit
382a1dc
·
1 Parent(s): 582e806
Files changed (1) hide show
  1. src/lib/data.ts +38 -13
src/lib/data.ts CHANGED
@@ -90,13 +90,13 @@ export const mockData: Provider[] = [
90
  provider: 'Together.AI',
91
  uri: 'https://www.together.ai/pricing',
92
  models: [
93
- { name: 'Meta Llama 3.1 8B Instruct Lite', inputPrice: 0.10, outputPrice: 0.10 },
94
- { name: 'Meta Llama 3.1 8B Instruct Turbo', inputPrice: 0.18, outputPrice: 0.18 },
95
- { name: 'Meta Llama 3.1 8B Reference', inputPrice: 0.20, outputPrice: 0.20 },
96
- { name: 'Meta Llama 3.1 70B Instruct Turbo', inputPrice: 0.88, outputPrice: 0.88 },
97
- { name: 'Meta Llama 3.1 70B Instruct Lite', inputPrice: 0.54, outputPrice: 0.54 },
98
- { name: 'Meta Llama 3.1 70B Reference', inputPrice: 0.90, outputPrice: 0.90 },
99
- { name: 'Meta Llama 3.1 405B Instruct Turbo', inputPrice: 5.0, outputPrice: 5.0 },
100
  { name: 'Gemma-2 Instruct (27B)', inputPrice: 0.80, outputPrice: 0.80 },
101
  { name: 'Gemma-2 Instruct (9B)', inputPrice: 0.30, outputPrice: 0.30 },
102
  { name: 'Mixtral 8x22B', inputPrice: 1.20, outputPrice: 1.20 },
@@ -124,10 +124,10 @@ export const mockData: Provider[] = [
124
  provider: "Groq",
125
  uri: "https://wow.groq.com/",
126
  models: [
127
- { name: 'Meta Llama 3 8B 8K', inputPrice: 0.05, outputPrice: 0.08 },
128
- { name: 'Meta Llama 3 70B 8K', inputPrice: 0.59, outputPrice: 0.79 },
129
- { name: 'Meta Llama 3 8B 8192 Tool Use', inputPrice: 0.19, outputPrice: 0.19 },
130
- { name: 'Meta Llama 3 70B 8192 Tool Use', inputPrice: 0.89, outputPrice: 0.89 },
131
  { name: 'Mixtral 8x7B 32k Instruct', inputPrice: 0.24, outputPrice: 0.24 },
132
  { name: 'Gemma 7B Instruct', inputPrice: 0.07, outputPrice: 0.07 },
133
  { name: 'Gemma 2 9B Instruct', inputPrice: 0.20, outputPrice: 0.20 }
@@ -137,9 +137,9 @@ export const mockData: Provider[] = [
137
  provider: 'Replicate',
138
  uri: 'https://replicate.com/pricing',
139
  models: [
140
- { name: 'Meta Llama 3 70B', inputPrice: 0.65, outputPrice: 2.75 },
141
  { name: 'Mixtral 8x7B', inputPrice: 0.30, outputPrice: 1.00 },
142
- { name: 'Meta Llama 3.1 405B', inputPrice: 9.50, outputPrice: 9.50 },
143
 
144
  ],
145
  },
@@ -174,6 +174,31 @@ export const mockData: Provider[] = [
174
  { name: "Granite 7B Lab", inputPrice: 0.60, outputPrice: 0.60 }
175
  ],
176
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
177
  {
178
  provider: 'Writer',
179
  uri: 'https://dev.writer.com/home/pricing',
 
90
  provider: 'Together.AI',
91
  uri: 'https://www.together.ai/pricing',
92
  models: [
93
+ { name: 'Llama 3.1 8B Instruct Lite', inputPrice: 0.10, outputPrice: 0.10 },
94
+ { name: 'Llama 3.1 8B Instruct Turbo', inputPrice: 0.18, outputPrice: 0.18 },
95
+ { name: 'Llama 3.1 8B Reference', inputPrice: 0.20, outputPrice: 0.20 },
96
+ { name: 'Llama 3.1 70B Instruct Turbo', inputPrice: 0.88, outputPrice: 0.88 },
97
+ { name: 'Llama 3.1 70B Instruct Lite', inputPrice: 0.54, outputPrice: 0.54 },
98
+ { name: 'Llama 3.1 70B Reference', inputPrice: 0.90, outputPrice: 0.90 },
99
+ { name: 'Llama 3.1 405B Instruct Turbo', inputPrice: 5.0, outputPrice: 5.0 },
100
  { name: 'Gemma-2 Instruct (27B)', inputPrice: 0.80, outputPrice: 0.80 },
101
  { name: 'Gemma-2 Instruct (9B)', inputPrice: 0.30, outputPrice: 0.30 },
102
  { name: 'Mixtral 8x22B', inputPrice: 1.20, outputPrice: 1.20 },
 
124
  provider: "Groq",
125
  uri: "https://wow.groq.com/",
126
  models: [
127
+ { name: 'Llama 3 8B 8K', inputPrice: 0.05, outputPrice: 0.08 },
128
+ { name: 'Llama 3 70B 8K', inputPrice: 0.59, outputPrice: 0.79 },
129
+ { name: 'Llama 3 8B 8192 Tool Use', inputPrice: 0.19, outputPrice: 0.19 },
130
+ { name: 'Llama 3 70B 8192 Tool Use', inputPrice: 0.89, outputPrice: 0.89 },
131
  { name: 'Mixtral 8x7B 32k Instruct', inputPrice: 0.24, outputPrice: 0.24 },
132
  { name: 'Gemma 7B Instruct', inputPrice: 0.07, outputPrice: 0.07 },
133
  { name: 'Gemma 2 9B Instruct', inputPrice: 0.20, outputPrice: 0.20 }
 
137
  provider: 'Replicate',
138
  uri: 'https://replicate.com/pricing',
139
  models: [
140
+ { name: 'Llama 3 70B', inputPrice: 0.65, outputPrice: 2.75 },
141
  { name: 'Mixtral 8x7B', inputPrice: 0.30, outputPrice: 1.00 },
142
+ { name: 'Llama 3.1 405B', inputPrice: 9.50, outputPrice: 9.50 },
143
 
144
  ],
145
  },
 
174
  { name: "Granite 7B Lab", inputPrice: 0.60, outputPrice: 0.60 }
175
  ],
176
  },
177
+ {
178
+ provider: 'Novita AI',
179
+ uri: 'https://novita.ai/model-api/pricing',
180
+ models: [
181
+ { "name": "llama-3-8b-instruct", "inputPrice": 0.06, "outputPrice": 0.06 },
182
+ { "name": "llama-3-70b-instruct", "inputPrice": 0.55, "outputPrice": 0.76 },
183
+ { "name": "llama-3.1-8b-instruct", "inputPrice": 0.10, "outputPrice": 0.10 },
184
+ { "name": "llama-3.1-70b-instruct", "inputPrice": 0.55, "outputPrice": 0.76 },
185
+ { "name": "llama-3.1-405b-instruct", "inputPrice": 3.00, "outputPrice": 5.00 },
186
+ { "name": "google/gemma-2-9b-it", "inputPrice": 0.08, "outputPrice": 0.08 },
187
+ { "name": "jondurbin/airoboros-l2-70b", "inputPrice": 0.50, "outputPrice": 0.50 },
188
+ { "name": "nousresearch/hermes-2-pro-llama-3-8b", "inputPrice": 0.14, "outputPrice": 0.14 },
189
+ { "name": "mistralai/mistral-7b-instruct", "inputPrice": 0.07, "outputPrice": 0.07 },
190
+ { "name": "cognitivecomputations/dolphin-mixtral-8x22b", "inputPrice": 0.90, "outputPrice": 0.90 },
191
+ { "name": "sao10k/l3-70b-euryale-v2.1", "inputPrice": 1.48, "outputPrice": 1.48 },
192
+ { "name": "sophosympatheia/midnight-rose-70b", "inputPrice": 0.80, "outputPrice": 0.80 },
193
+ { "name": "gryphe/mythomax-l2-13b", "inputPrice": 0.12, "outputPrice": 0.12 },
194
+ { "name": "nousresearch/nous-hermes-llama2-13b", "inputPrice": 0.17, "outputPrice": 0.17 },
195
+ { "name": "Nous-Hermes-2-Mixtral-8x7B-DPO", "inputPrice": 0.27, "outputPrice": 0.27 },
196
+ { "name": "lzlv_70b", "inputPrice": 0.58, "outputPrice": 0.78 },
197
+ { "name": "teknium/openhermes-2.5-mistral-7b", "inputPrice": 0.17, "outputPrice": 0.17 },
198
+ { "name": "microsoft/wizardlm-2-8x22b", "inputPrice": 0.64, "outputPrice": 0.64 }
199
+
200
+ ],
201
+ },
202
  {
203
  provider: 'Writer',
204
  uri: 'https://dev.writer.com/home/pricing',