Presidentlin commited on
Commit
5a6dfdb
·
1 Parent(s): a6ddc4c
Files changed (1) hide show
  1. src/lib/data.ts +7 -5
src/lib/data.ts CHANGED
@@ -141,11 +141,13 @@ export const mockData: Provider[] = [
141
  provider: "Anthropic",
142
  uri: "https://www.anthropic.com/pricing",
143
  models: [
144
- { name: "Claude 3 Opus", inputPrice: 15.0, outputPrice: 75.0 },
145
- { name: "Claude 3.5 Sonnet", inputPrice: 3.0, outputPrice: 15.0 },
146
- { name: "Claude 3.7 Sonnet", inputPrice: 3.0, outputPrice: 15.0 },
147
- { name: "Claude 3 Haiku", inputPrice: 0.25, outputPrice: 1.25 },
148
- { name: "Claude 3.5 Haiku", inputPrice: 0.8, outputPrice: 4.0 },
 
 
149
  ],
150
  },
151
  {
 
141
  provider: "Anthropic",
142
  uri: "https://www.anthropic.com/pricing",
143
  models: [
144
+ { name: "Claude Opus 4", inputPrice: 15.0, outputPrice: 75.0 },
145
+ { name: "Claude Sonnet 3", inputPrice: 3.0, outputPrice: 15.0 },
146
+ { name: "Claude Sonnet 3.7", inputPrice: 3.0, outputPrice: 15.0 },
147
+ { name: "Claude Sonnet 3.5", inputPrice: 3.0, outputPrice: 15.0 },
148
+ { name: "Claude Haiku 3.5 ", inputPrice: 0.8, outputPrice: 4.0 },
149
+ { name: "Claude Haiku 3", inputPrice: 0.25, outputPrice: 1.25 },
150
+ { name: "Claude Opus 3", inputPrice: 15.0, outputPrice: 75.0 },
151
  ],
152
  },
153
  {