Presidentlin commited on
Commit
1cb746c
·
1 Parent(s): 8ebb980
Files changed (1) hide show
  1. src/lib/data.ts +39 -19
src/lib/data.ts CHANGED
@@ -85,7 +85,26 @@ export const mockData: Provider[] = [
85
  { name: 'Jamba-Instruct', inputPrice: 0.5, outputPrice: 0.7 },
86
  ],
87
  },
88
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
89
  {
90
  provider: 'Together.AI',
91
  uri: 'https://www.together.ai/pricing',
@@ -133,6 +152,7 @@ export const mockData: Provider[] = [
133
  { name: 'Gemma 2 9B Instruct', inputPrice: 0.20, outputPrice: 0.20 }
134
  ]
135
  },
 
136
  {
137
  provider: 'Replicate',
138
  uri: 'https://replicate.com/pricing',
@@ -178,24 +198,24 @@ export const mockData: Provider[] = [
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": "gemma-2-9b-it", "inputPrice": 0.08, "outputPrice": 0.08 },
187
- { "name": "airoboros-l2-70b", "inputPrice": 0.50, "outputPrice": 0.50 },
188
- { "name": "hermes-2-pro-llama-3-8b", "inputPrice": 0.14, "outputPrice": 0.14 },
189
- { "name": "mistral-7b-instruct", "inputPrice": 0.07, "outputPrice": 0.07 },
190
- { "name": "dolphin-mixtral-8x22b", "inputPrice": 0.90, "outputPrice": 0.90 },
191
- { "name": "l3-70b-euryale-v2.1", "inputPrice": 1.48, "outputPrice": 1.48 },
192
- { "name": "midnight-rose-70b", "inputPrice": 0.80, "outputPrice": 0.80 },
193
- { "name": "mythomax-l2-13b", "inputPrice": 0.12, "outputPrice": 0.12 },
194
- { "name": "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": "openhermes-2.5-mistral-7b", "inputPrice": 0.17, "outputPrice": 0.17 },
198
- { "name": "wizardlm-2-8x22b", "inputPrice": 0.64, "outputPrice": 0.64 }
199
 
200
  ],
201
  },
 
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
  {
109
  provider: 'Together.AI',
110
  uri: 'https://www.together.ai/pricing',
 
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
  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
  },