Spaces:
Running
Running
New model provider: Novita AI
#8
by
Jason12234
- opened
- src/lib/data.ts +10 -0
src/lib/data.ts
CHANGED
@@ -134,5 +134,15 @@ export const mockData: Provider[] = [
|
|
134 |
models: [
|
135 |
{ name: 'Jamba-Instruct', inputPrice: 0.5, outputPrice: 0.7 },
|
136 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
}
|
138 |
]
|
|
|
134 |
models: [
|
135 |
{ name: 'Jamba-Instruct', inputPrice: 0.5, outputPrice: 0.7 },
|
136 |
],
|
137 |
+
},
|
138 |
+
{
|
139 |
+
provider: 'Novita AI',
|
140 |
+
uri: 'https://novita.ai/model-api/pricing?utm_source=hg-llm-pricing&utm_medium=ch&utm_campaign=list',
|
141 |
+
models: [
|
142 |
+
{ name: 'Llama 3 70b', inputPrice: 0.55, outputPrice: 0.76 },
|
143 |
+
{ name: 'Mixtral 8x7B', inputPrice: 0.27, outputPrice: 0.27 },
|
144 |
+
{ name: 'Mixtral 8x22B', inputPrice: 0.90, outputPrice: 0.90 },
|
145 |
+
{ name: 'gemma 2 9b', inputPrice: 0.08, outputPrice: 0.08 },
|
146 |
+
],
|
147 |
}
|
148 |
]
|