Commit
·
4fcdabc
1
Parent(s):
ce3786a
- src/lib/data.ts +11 -0
src/lib/data.ts
CHANGED
|
@@ -246,6 +246,7 @@ export const mockData: Provider[] = [
|
|
| 246 |
provider: "Hyperbolic",
|
| 247 |
uri: "https://hyperbolic.xyz/pricing",
|
| 248 |
models: [
|
|
|
|
| 249 |
{ name: "DeepSeek R1", inputPrice: 2.0, outputPrice: 2.0 },
|
| 250 |
{ name: "DeepSeek R1 Zero", inputPrice: 2.0, outputPrice: 2.0 },
|
| 251 |
{ name: "Qwen 2.5-Coder 32B (BF16)", inputPrice: 0.2, outputPrice: 0.2 },
|
|
@@ -953,6 +954,16 @@ export const mockData: Provider[] = [
|
|
| 953 |
provider: "Groq",
|
| 954 |
uri: "https://groq.com/pricing/",
|
| 955 |
models: [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 956 |
{
|
| 957 |
name: "Llama 3.2 1B (Preview) 8k",
|
| 958 |
inputPrice: 0.04,
|
|
|
|
| 246 |
provider: "Hyperbolic",
|
| 247 |
uri: "https://hyperbolic.xyz/pricing",
|
| 248 |
models: [
|
| 249 |
+
{ name: "QwQ-32B", inputPrice: 0.2, outputPrice: 0.2 },
|
| 250 |
{ name: "DeepSeek R1", inputPrice: 2.0, outputPrice: 2.0 },
|
| 251 |
{ name: "DeepSeek R1 Zero", inputPrice: 2.0, outputPrice: 2.0 },
|
| 252 |
{ name: "Qwen 2.5-Coder 32B (BF16)", inputPrice: 0.2, outputPrice: 0.2 },
|
|
|
|
| 954 |
provider: "Groq",
|
| 955 |
uri: "https://groq.com/pricing/",
|
| 956 |
models: [
|
| 957 |
+
{
|
| 958 |
+
name: "Qwen QwQ 32B",
|
| 959 |
+
inputPrice: 0.29,
|
| 960 |
+
outputPrice: 0.39,
|
| 961 |
+
},
|
| 962 |
+
{
|
| 963 |
+
name: "Mistral Saba 24B",
|
| 964 |
+
inputPrice: 0.79,
|
| 965 |
+
outputPrice: 0.79,
|
| 966 |
+
},
|
| 967 |
{
|
| 968 |
name: "Llama 3.2 1B (Preview) 8k",
|
| 969 |
inputPrice: 0.04,
|