Commit
·
7a2d1f3
1
Parent(s):
0ab4d49
- src/lib/data.ts +10 -0
src/lib/data.ts
CHANGED
@@ -834,6 +834,11 @@ export const mockData: Provider[] = [
|
|
834 |
provider: "Hyperbolic",
|
835 |
uri: "https://hyperbolic.xyz/pricing",
|
836 |
models: [
|
|
|
|
|
|
|
|
|
|
|
837 |
{
|
838 |
name: "DeepSeek R1 0528",
|
839 |
inputPrice: 3.0,
|
@@ -1918,6 +1923,11 @@ export const mockData: Provider[] = [
|
|
1918 |
provider: "Novita AI",
|
1919 |
uri: "https://novita.ai/model-api/pricing",
|
1920 |
models: [
|
|
|
|
|
|
|
|
|
|
|
1921 |
{
|
1922 |
name: "kimi-k2-0711-preview",
|
1923 |
inputPrice: 0.57,
|
|
|
834 |
provider: "Hyperbolic",
|
835 |
uri: "https://hyperbolic.xyz/pricing",
|
836 |
models: [
|
837 |
+
{
|
838 |
+
name: "Qwen3-Coder-480B-A35B-Instruct",
|
839 |
+
inputPrice: 2.0,
|
840 |
+
outputPrice: 2.0,
|
841 |
+
},
|
842 |
{
|
843 |
name: "DeepSeek R1 0528",
|
844 |
inputPrice: 3.0,
|
|
|
1923 |
provider: "Novita AI",
|
1924 |
uri: "https://novita.ai/model-api/pricing",
|
1925 |
models: [
|
1926 |
+
{
|
1927 |
+
name: "Qwen3-Coder-480B-A35B-Instruct",
|
1928 |
+
inputPrice: 2.0,
|
1929 |
+
outputPrice: 2.0,
|
1930 |
+
},
|
1931 |
{
|
1932 |
name: "kimi-k2-0711-preview",
|
1933 |
inputPrice: 0.57,
|