Presidentlin commited on
Commit
3cde5fb
·
1 Parent(s): 1b0764c
Files changed (1) hide show
  1. src/lib/data.ts +5 -2
src/lib/data.ts CHANGED
@@ -10,7 +10,7 @@ export const mockData: Provider[] = [
10
  inputPrice: 1.25,
11
  outputPrice: 10.0,
12
  },
13
- {
14
  name: "gpt-5",
15
  inputPrice: 1.25,
16
  outputPrice: 10.0,
@@ -171,9 +171,12 @@ export const mockData: Provider[] = [
171
  provider: "Anthropic",
172
  uri: "https://www.anthropic.com/pricing",
173
  models: [
 
 
174
  { name: "Claude Opus 4", inputPrice: 15.0, outputPrice: 75.0 },
175
  { name: "Claude Sonnet 4 <= 200K", inputPrice: 3.0, outputPrice: 15.0 },
176
- { name: "Claude Sonnet 4 > 200K", inputPrice: 6.0, outputPrice: 22.0 },
 
177
  { name: "Claude Sonnet 3.7", inputPrice: 3.0, outputPrice: 15.0 },
178
  { name: "Claude Sonnet 3.5", inputPrice: 3.0, outputPrice: 15.0 },
179
  { name: "Claude Haiku 3.5 ", inputPrice: 0.8, outputPrice: 4.0 },
 
10
  inputPrice: 1.25,
11
  outputPrice: 10.0,
12
  },
13
+ {
14
  name: "gpt-5",
15
  inputPrice: 1.25,
16
  outputPrice: 10.0,
 
171
  provider: "Anthropic",
172
  uri: "https://www.anthropic.com/pricing",
173
  models: [
174
+ { name: "Claude Sonnet 4.5 <= 200K", inputPrice: 3.0, outputPrice: 15.0 },
175
+ { name: "Claude Sonnet 4.5 > 200K", inputPrice: 6.0, outputPrice: 22.5 },
176
  { name: "Claude Opus 4", inputPrice: 15.0, outputPrice: 75.0 },
177
  { name: "Claude Sonnet 4 <= 200K", inputPrice: 3.0, outputPrice: 15.0 },
178
+ { name: "Claude Sonnet 4 > 200K", inputPrice: 6.0, outputPrice: 22.5 },
179
+
180
  { name: "Claude Sonnet 3.7", inputPrice: 3.0, outputPrice: 15.0 },
181
  { name: "Claude Sonnet 3.5", inputPrice: 3.0, outputPrice: 15.0 },
182
  { name: "Claude Haiku 3.5 ", inputPrice: 0.8, outputPrice: 4.0 },