You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Claude 3.7 Sonnet is an advanced large language model with improved reasoning, coding, and problem-solving capabilities. It introduces a hybrid reasoning approach, allowing users to choose between rapid responses and extended, step-by-step processing for complex tasks. The model demonstrates notable improvements in coding, particularly in front-end development and full-stack updates, and excels in agentic workflows, where it can autonomously navigate multi-step processes. Claude 3.7 Sonnet maintains performance parity with its predecessor in standard mode while offering an extended reasoning mode for enhanced accuracy in math, coding, and instruction-following tasks. Read more at the [blog post here](https://www.anthropic.com/news/claude-3-7-sonnet)",
29
+
}
30
+
17
31
constdefaultOptions: ApiHandlerOptions={
18
32
requestyApiKey: "test-key",
19
33
requestyModelId: "test-model",
20
-
requestyModelInfo: {
21
-
maxTokens: 8192,
22
-
contextWindow: 200_000,
23
-
supportsImages: true,
24
-
supportsComputerUse: true,
25
-
supportsPromptCache: true,
26
-
inputPrice: 3.0,
27
-
outputPrice: 15.0,
28
-
cacheWritesPrice: 3.75,
29
-
cacheReadsPrice: 0.3,
30
-
description:
31
-
"Claude 3.7 Sonnet is an advanced large language model with improved reasoning, coding, and problem-solving capabilities. It introduces a hybrid reasoning approach, allowing users to choose between rapid responses and extended, step-by-step processing for complex tasks. The model demonstrates notable improvements in coding, particularly in front-end development and full-stack updates, and excels in agentic workflows, where it can autonomously navigate multi-step processes. Claude 3.7 Sonnet maintains performance parity with its predecessor in standard mode while offering an extended reasoning mode for enhanced accuracy in math, coding, and instruction-following tasks. Read more at the [blog post here](https://www.anthropic.com/news/claude-3-7-sonnet)",
32
-
},
33
34
openAiStreamingEnabled: true,
34
35
includeMaxTokens: true,// Add this to match the implementation
0 commit comments