Commit
·
f9eabae
1
Parent(s):
5a6dfdb
- src/lib/data.ts +1 -1
src/lib/data.ts
CHANGED
@@ -142,7 +142,7 @@ export const mockData: Provider[] = [
|
|
142 |
uri: "https://www.anthropic.com/pricing",
|
143 |
models: [
|
144 |
{ name: "Claude Opus 4", inputPrice: 15.0, outputPrice: 75.0 },
|
145 |
-
{ name: "Claude Sonnet
|
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 },
|
|
|
142 |
uri: "https://www.anthropic.com/pricing",
|
143 |
models: [
|
144 |
{ name: "Claude Opus 4", inputPrice: 15.0, outputPrice: 75.0 },
|
145 |
+
{ name: "Claude Sonnet 4", 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 },
|