Spaces:
Sleeping
Sleeping
- src/lib/data.ts +2 -2
src/lib/data.ts
CHANGED
@@ -12,10 +12,10 @@ export const mockData: Provider[] = [
|
|
12 |
],
|
13 |
},
|
14 |
{
|
15 |
-
provider: '
|
16 |
uri: 'https://www.anthropic.com/pricing',
|
17 |
models: [
|
18 |
-
{ name: '
|
19 |
{ name: 'Claude 3.5 (Sonnet)', inputPrice: 3.0, outputPrice: 15.0 },
|
20 |
{ name: 'Claude 3 (Haiku)', inputPrice: 0.25, outputPrice: 1.25 },
|
21 |
],
|
|
|
12 |
],
|
13 |
},
|
14 |
{
|
15 |
+
provider: 'Anthropic',
|
16 |
uri: 'https://www.anthropic.com/pricing',
|
17 |
models: [
|
18 |
+
{ name: 'Claude 3 (Opus)', inputPrice: 15.0, outputPrice: 75.0 },
|
19 |
{ name: 'Claude 3.5 (Sonnet)', inputPrice: 3.0, outputPrice: 15.0 },
|
20 |
{ name: 'Claude 3 (Haiku)', inputPrice: 0.25, outputPrice: 1.25 },
|
21 |
],
|