Presidentlin commited on
Commit
18f8005
·
1 Parent(s): a517e11
Files changed (1) hide show
  1. src/lib/data.ts +5 -0
src/lib/data.ts CHANGED
@@ -1755,6 +1755,11 @@ export const mockData: Provider[] = [
1755
  provider: "DeepInfra",
1756
  uri: "https://deepinfra.com/models/text-generation/",
1757
  models: [
 
 
 
 
 
1758
  { name: "olmOCR-2-7B-1025", inputPrice: 0.14, outputPrice: 0.80 },
1759
  { name: "DeepSeek V3.1", inputPrice: 0.32, outputPrice: 1.15 },
1760
  {
 
1755
  provider: "DeepInfra",
1756
  uri: "https://deepinfra.com/models/text-generation/",
1757
  models: [
1758
+ {
1759
+ name: "GLM 4.6V",
1760
+ inputPrice: 0.3,
1761
+ outputPrice: 0.9,
1762
+ },
1763
  { name: "olmOCR-2-7B-1025", inputPrice: 0.14, outputPrice: 0.80 },
1764
  { name: "DeepSeek V3.1", inputPrice: 0.32, outputPrice: 1.15 },
1765
  {