Skip to content

Commit

Permalink
Updated anthropic models
Browse files Browse the repository at this point in the history
  • Loading branch information
OAGr committed Nov 5, 2024
1 parent 56334eb commit 68e59d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/ai/src/modelConfigs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const MODEL_CONFIGS = [
{
id: "Claude-Sonnet",
provider: "anthropic",
model: "claude-3-5-sonnet-20240620",
model: "claude-3-5-sonnet-latest",
inputRate: 3,
outputRate: 15,
contextWindow: 200000,
Expand All @@ -80,11 +80,11 @@ export const MODEL_CONFIGS = [
{
id: "Claude-Haiku",
provider: "anthropic",
model: "claude-3-haiku-20240307",
inputRate: 0.25,
outputRate: 1.25,
model: "claude-3-5-haiku-latest",
inputRate: 1.0,
outputRate: 3.0,
contextWindow: 200000,
maxTokens: 4096,
maxTokens: 8192,
name: "Claude Haiku",
allowsSystemPrompt: true,
},
Expand Down

0 comments on commit 68e59d4

Please sign in to comment.