Commit
·
5a6dfdb
1
Parent(s):
a6ddc4c
- 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
|
145 |
-
{ name: "Claude 3
|
146 |
-
{ name: "Claude 3.7
|
147 |
-
{ name: "Claude 3
|
148 |
-
{ name: "Claude 3.5
|
|
|
|
|
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 |
{
|