Add sonnet 3.5 (#182)

This commit is contained in:
Will Chen
2025-05-16 11:06:43 -07:00
committed by GitHub
parent 92fb4f9b27
commit 2455c554ee

View File

@@ -54,6 +54,14 @@ export const MODEL_OPTIONS: Record<string, ModelOption[]> = {
contextWindow: 200_000,
supportsTurboEdits: true,
},
{
name: "claude-3-5-sonnet-20241022",
displayName: "Claude 3.5 Sonnet",
description: "Good coder, excellent at following instructions",
maxOutputTokens: 8_000,
contextWindow: 200_000,
supportsTurboEdits: true,
},
{
name: "claude-3-5-haiku-20241022",
displayName: "Claude 3.5 Haiku",