Presidentlin commited on
Commit
9e551b5
·
1 Parent(s): fdef054
Files changed (1) hide show
  1. src/lib/data.ts +2 -1
src/lib/data.ts CHANGED
@@ -18,7 +18,7 @@ export const mockData: Provider[] = [
18
  {
19
  name: "gpt-5.2-pro",
20
  inputPrice: 21.00,
21
- outputPrice: 168.0,
22
  },
23
  {
24
  name: "gpt-5-pro",
@@ -211,6 +211,7 @@ export const mockData: Provider[] = [
211
  provider: "Anthropic",
212
  uri: "https://www.anthropic.com/pricing",
213
  models: [
 
214
  { name: "Claude Haiku 4.5", inputPrice: 1.0, outputPrice: 5.0 },
215
  { name: "Claude Sonnet 4.5 <= 200K", inputPrice: 3.0, outputPrice: 15.0 },
216
  { name: "Claude Sonnet 4.5 > 200K", inputPrice: 6.0, outputPrice: 22.5 },
 
18
  {
19
  name: "gpt-5.2-pro",
20
  inputPrice: 21.00,
21
+ outputPrice: 168\.0,
22
  },
23
  {
24
  name: "gpt-5-pro",
 
211
  provider: "Anthropic",
212
  uri: "https://www.anthropic.com/pricing",
213
  models: [
214
+ { name: "Claude Opus 4.5", inputPrice: 5.0, outputPrice: 25.0 },
215
  { name: "Claude Haiku 4.5", inputPrice: 1.0, outputPrice: 5.0 },
216
  { name: "Claude Sonnet 4.5 <= 200K", inputPrice: 3.0, outputPrice: 15.0 },
217
  { name: "Claude Sonnet 4.5 > 200K", inputPrice: 6.0, outputPrice: 22.5 },