Skip to content

Commit

Permalink
Update anthropic.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
LovelyGuYiMeng authored Sep 11, 2024
1 parent 38f6c34 commit af41726
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions src/config/modelProviders/anthropic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ const Anthropic: ModelProviderCard = {
chatModels: [
{
description:
'Claude 3.5 Sonnet raises the industry bar for intelligence, outperforming competitor models and Claude 3 Opus on a wide range of evaluations, with the speed and cost of our mid-tier model, Claude 3 Sonnet.',
displayName: 'Claude 3.5 Sonnet',
'Fastest and most compact model for near-instant responsiveness. Quick and accurate targeted performance',
displayName: 'Claude 3 Haiku',
enabled: true,
functionCall: true,
id: 'claude-3-5-sonnet-20240620',
maxOutput: 8192,
id: 'claude-3-haiku-20240307',
maxOutput: 4096,
tokens: 200_000,
vision: true,
},
{
description:
'Ideal balance of intelligence and speed for enterprise workloads. Maximum utility at a lower price, dependable, balanced for scaled deployments',
displayName: 'Claude 3 Sonnet',
'Claude 3.5 Sonnet raises the industry bar for intelligence, outperforming competitor models and Claude 3 Opus on a wide range of evaluations, with the speed and cost of our mid-tier model, Claude 3 Sonnet.',
displayName: 'Claude 3.5 Sonnet',
enabled: true,
functionCall: true,
id: 'claude-3-sonnet-20240229',
maxOutput: 4096,
id: 'claude-3-5-sonnet-20240620',
maxOutput: 8192,
tokens: 200_000,
vision: true,
},
Expand All @@ -38,11 +38,10 @@ const Anthropic: ModelProviderCard = {
},
{
description:
'Fastest and most compact model for near-instant responsiveness. Quick and accurate targeted performance',
displayName: 'Claude 3 Haiku',
enabled: true,
'Ideal balance of intelligence and speed for enterprise workloads. Maximum utility at a lower price, dependable, balanced for scaled deployments',
displayName: 'Claude 3 Sonnet',
functionCall: true,
id: 'claude-3-haiku-20240307',
id: 'claude-3-sonnet-20240229',
maxOutput: 4096,
tokens: 200_000,
vision: true,
Expand Down

0 comments on commit af41726

Please sign in to comment.