Presidentlin commited on
Commit
b37b6ff
·
1 Parent(s): 61b6701
Files changed (1) hide show
  1. src/lib/data.ts +37 -1
src/lib/data.ts CHANGED
@@ -637,6 +637,11 @@ export const mockData: Provider[] = [
637
  provider: "Chutes",
638
  uri: "https://chutes.ai/app",
639
  models: [
 
 
 
 
 
640
  {
641
  name: "GLM 4.5",
642
  inputPrice: 0.0,
@@ -865,6 +870,16 @@ export const mockData: Provider[] = [
865
  provider: "Hyperbolic",
866
  uri: "https://hyperbolic.xyz/pricing",
867
  models: [
 
 
 
 
 
 
 
 
 
 
868
  {
869
  name: "Qwen 3 Coder 480B A35B",
870
  inputPrice: 2.0,
@@ -1908,7 +1923,18 @@ export const mockData: Provider[] = [
1908
  {
1909
  provider: "Cerebras",
1910
  uri: "https://cerebras.ai/blog/introducing-cerebras-inference-ai-at-instant-speed",
1911
- models: [{ name: "Llama 3 70b", inputPrice: 0.6, outputPrice: 0.6 }],
 
 
 
 
 
 
 
 
 
 
 
1912
  },
1913
  {
1914
  provider: "Replicate",
@@ -2016,6 +2042,16 @@ export const mockData: Provider[] = [
2016
  provider: "Novita AI",
2017
  uri: "https://novita.ai/model-api/pricing",
2018
  models: [
 
 
 
 
 
 
 
 
 
 
2019
  {
2020
  name: "GLM 4.5",
2021
  inputPrice: 0.6,
 
637
  provider: "Chutes",
638
  uri: "https://chutes.ai/app",
639
  models: [
640
+ {
641
+ name: "GPT OSS 120B 128k",
642
+ inputPrice: 0.10,
643
+ outputPrice: 0.41,
644
+ },
645
  {
646
  name: "GLM 4.5",
647
  inputPrice: 0.0,
 
870
  provider: "Hyperbolic",
871
  uri: "https://hyperbolic.xyz/pricing",
872
  models: [
873
+ {
874
+ name: "GPT OSS 20B 128k",
875
+ inputPrice: 0.10,
876
+ outputPrice: 0.10,
877
+ },
878
+ {
879
+ name: "GPT OSS 120B 128k",
880
+ inputPrice: 0.30,
881
+ outputPrice: 0.30,
882
+ },
883
  {
884
  name: "Qwen 3 Coder 480B A35B",
885
  inputPrice: 2.0,
 
1923
  {
1924
  provider: "Cerebras",
1925
  uri: "https://cerebras.ai/blog/introducing-cerebras-inference-ai-at-instant-speed",
1926
+ models: [
1927
+ {
1928
+ name: "Llama 3 70b",
1929
+ inputPrice: 0.6,
1930
+ outputPrice: 0.6
1931
+ },
1932
+ {
1933
+ name: "GPT OSS 120B 128k",
1934
+ inputPrice: 0.25,
1935
+ outputPrice: 0.69,
1936
+ },
1937
+ ],
1938
  },
1939
  {
1940
  provider: "Replicate",
 
2042
  provider: "Novita AI",
2043
  uri: "https://novita.ai/model-api/pricing",
2044
  models: [
2045
+ {
2046
+ name: "GPT OSS 20B 128k",
2047
+ inputPrice: 0.05,
2048
+ outputPrice: 0.20,
2049
+ },
2050
+ {
2051
+ name: "GPT OSS 120B 128k",
2052
+ inputPrice: 0.10,
2053
+ outputPrice: 0.50,
2054
+ },
2055
  {
2056
  name: "GLM 4.5",
2057
  inputPrice: 0.6,