Commit
·
d72df41
1
Parent(s):
2130577
- src/lib/data.ts +5 -0
src/lib/data.ts
CHANGED
|
@@ -265,6 +265,11 @@ export const mockData: Provider[] = [
|
|
| 265 |
provider: "Together.AI",
|
| 266 |
uri: "https://www.together.ai/pricing",
|
| 267 |
models: [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 268 |
{
|
| 269 |
name: "Meta Llama 3.3 70B Instruct Turbo",
|
| 270 |
inputPrice: 0.88,
|
|
|
|
| 265 |
provider: "Together.AI",
|
| 266 |
uri: "https://www.together.ai/pricing",
|
| 267 |
models: [
|
| 268 |
+
{
|
| 269 |
+
name: "DeepSeek V3",
|
| 270 |
+
inputPrice: 0.88,
|
| 271 |
+
outputPrice: 0.88,
|
| 272 |
+
},
|
| 273 |
{
|
| 274 |
name: "Meta Llama 3.3 70B Instruct Turbo",
|
| 275 |
inputPrice: 0.88,
|