Presidentlin commited on
Commit
f94126b
·
1 Parent(s): b3ef01e
Files changed (1) hide show
  1. src/lib/data.ts +1 -0
src/lib/data.ts CHANGED
@@ -176,6 +176,7 @@ export const mockData: Provider[] = [
176
  provider: "Anthropic",
177
  uri: "https://www.anthropic.com/pricing",
178
  models: [
 
179
  { name: "Claude Sonnet 4.5 <= 200K", inputPrice: 3.0, outputPrice: 15.0 },
180
  { name: "Claude Sonnet 4.5 > 200K", inputPrice: 6.0, outputPrice: 22.5 },
181
  { name: "Claude Opus 4", inputPrice: 15.0, outputPrice: 75.0 },
 
176
  provider: "Anthropic",
177
  uri: "https://www.anthropic.com/pricing",
178
  models: [
179
+ { name: "Claude Haiku 4.5", inputPrice: 1.0, outputPrice: 5.0 },
180
  { name: "Claude Sonnet 4.5 <= 200K", inputPrice: 3.0, outputPrice: 15.0 },
181
  { name: "Claude Sonnet 4.5 > 200K", inputPrice: 6.0, outputPrice: 22.5 },
182
  { name: "Claude Opus 4", inputPrice: 15.0, outputPrice: 75.0 },