Commit
·
3f80755
1
Parent(s):
6a3d687
- src/lib/data.ts +1 -0
src/lib/data.ts
CHANGED
@@ -166,6 +166,7 @@ export const mockData: Provider[] = [
|
|
166 |
models: [
|
167 |
{ name: "Llama 3 70B", inputPrice: 0.9, outputPrice: 0.9 },
|
168 |
{ name: "Mixtral 8x7B", inputPrice: 0.5, outputPrice: 0.5 },
|
|
|
169 |
{ name: "DeepSeek Coder V2 Instruct", inputPrice: 2.7, outputPrice: 2.7 },
|
170 |
{
|
171 |
name: "DeepSeek Coder V2 Lite Instruct",
|
|
|
166 |
models: [
|
167 |
{ name: "Llama 3 70B", inputPrice: 0.9, outputPrice: 0.9 },
|
168 |
{ name: "Mixtral 8x7B", inputPrice: 0.5, outputPrice: 0.5 },
|
169 |
+
{ name: "Qwen 2.5-Coder 32B", inputPrice: 0.9, outputPrice: 0.9 },
|
170 |
{ name: "DeepSeek Coder V2 Instruct", inputPrice: 2.7, outputPrice: 2.7 },
|
171 |
{
|
172 |
name: "DeepSeek Coder V2 Lite Instruct",
|