Presidentlin commited on
Commit
a549642
·
1 Parent(s): c676581
Files changed (1) hide show
  1. src/lib/data.ts +10 -0
src/lib/data.ts CHANGED
@@ -1570,6 +1570,16 @@ export const mockData: Provider[] = [
1570
  provider: "DeepInfra",
1571
  uri: "https://deepinfra.com/models/text-generation/",
1572
  models: [
 
 
 
 
 
 
 
 
 
 
1573
  {
1574
  name: "GLM 4.5",
1575
  inputPrice: 0.55,
 
1570
  provider: "DeepInfra",
1571
  uri: "https://deepinfra.com/models/text-generation/",
1572
  models: [
1573
+ {
1574
+ name: "GPT OSS 20B 128k",
1575
+ inputPrice: 0.04,
1576
+ outputPrice: 0.16,
1577
+ },
1578
+ {
1579
+ name: "GPT OSS 120B 128k",
1580
+ inputPrice: 0.09,
1581
+ outputPrice: 0.45,
1582
+ },
1583
  {
1584
  name: "GLM 4.5",
1585
  inputPrice: 0.55,