|
|
@@ -93,7 +93,7 @@ export interface ModelInfo {
|
|
|
// Anthropic
|
|
|
// https://docs.anthropic.com/en/docs/about-claude/models
|
|
|
export type AnthropicModelId = keyof typeof anthropicModels
|
|
|
-export const anthropicDefaultModelId: AnthropicModelId = "claude-3-5-sonnet-20241022"
|
|
|
+export const anthropicDefaultModelId: AnthropicModelId = "claude-3-7-sonnet-20250219"
|
|
|
export const anthropicModels = {
|
|
|
"claude-3-7-sonnet-20250219": {
|
|
|
maxTokens: 64_000,
|
|
|
@@ -355,9 +355,9 @@ export const bedrockModels = {
|
|
|
|
|
|
// Glama
|
|
|
// https://glama.ai/models
|
|
|
-export const glamaDefaultModelId = "anthropic/claude-3-5-sonnet"
|
|
|
+export const glamaDefaultModelId = "anthropic/claude-3-7-sonnet"
|
|
|
export const glamaDefaultModelInfo: ModelInfo = {
|
|
|
- maxTokens: 8192,
|
|
|
+ maxTokens: 64_000,
|
|
|
contextWindow: 200_000,
|
|
|
supportsImages: true,
|
|
|
supportsComputerUse: true,
|
|
|
@@ -367,11 +367,14 @@ export const glamaDefaultModelInfo: ModelInfo = {
|
|
|
cacheWritesPrice: 3.75,
|
|
|
cacheReadsPrice: 0.3,
|
|
|
description:
|
|
|
- "The new Claude 3.5 Sonnet delivers better-than-Opus capabilities, faster-than-Sonnet speeds, at the same Sonnet prices. Sonnet is particularly good at:\n\n- Coding: New Sonnet scores ~49% on SWE-Bench Verified, higher than the last best score, and without any fancy prompt scaffolding\n- Data science: Augments human data science expertise; navigates unstructured data while using multiple tools for insights\n- Visual processing: excelling at interpreting charts, graphs, and images, accurately transcribing text to derive insights beyond just the text alone\n- Agentic tasks: exceptional tool use, making it great at agentic tasks (i.e. complex, multi-step problem solving tasks that require engaging with other systems)\n\n#multimodal\n\n_This is a faster endpoint, made available in collaboration with Anthropic, that is self-moderated: response moderation happens on the provider's side instead of OpenRouter's. For requests that pass moderation, it's identical to the [Standard](/anthropic/claude-3.5-sonnet) variant._",
|
|
|
+ "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)",
|
|
|
}
|
|
|
|
|
|
+// Requesty
|
|
|
+// https://requesty.ai/router-2
|
|
|
+export const requestyDefaultModelId = "anthropic/claude-3-7-sonnet-latest"
|
|
|
export const requestyDefaultModelInfo: ModelInfo = {
|
|
|
- maxTokens: 8192,
|
|
|
+ maxTokens: 64_000,
|
|
|
contextWindow: 200_000,
|
|
|
supportsImages: true,
|
|
|
supportsComputerUse: true,
|
|
|
@@ -381,15 +384,14 @@ export const requestyDefaultModelInfo: ModelInfo = {
|
|
|
cacheWritesPrice: 3.75,
|
|
|
cacheReadsPrice: 0.3,
|
|
|
description:
|
|
|
- "The new Claude 3.5 Sonnet delivers better-than-Opus capabilities, faster-than-Sonnet speeds, at the same Sonnet prices. Sonnet is particularly good at:\n\n- Coding: New Sonnet scores ~49% on SWE-Bench Verified, higher than the last best score, and without any fancy prompt scaffolding\n- Data science: Augments human data science expertise; navigates unstructured data while using multiple tools for insights\n- Visual processing: excelling at interpreting charts, graphs, and images, accurately transcribing text to derive insights beyond just the text alone\n- Agentic tasks: exceptional tool use, making it great at agentic tasks (i.e. complex, multi-step problem solving tasks that require engaging with other systems)\n\n#multimodal\n\n_This is a faster endpoint, made available in collaboration with Anthropic, that is self-moderated: response moderation happens on the provider's side instead of OpenRouter's. For requests that pass moderation, it's identical to the [Standard](/anthropic/claude-3.5-sonnet) variant._",
|
|
|
+ "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)",
|
|
|
}
|
|
|
-export const requestyDefaultModelId = "anthropic/claude-3-5-sonnet"
|
|
|
|
|
|
// OpenRouter
|
|
|
// https://openrouter.ai/models?order=newest&supported_parameters=tools
|
|
|
-export const openRouterDefaultModelId = "anthropic/claude-3.5-sonnet:beta" // will always exist in openRouterModels
|
|
|
+export const openRouterDefaultModelId = "anthropic/claude-3.7-sonnet"
|
|
|
export const openRouterDefaultModelInfo: ModelInfo = {
|
|
|
- maxTokens: 8192,
|
|
|
+ maxTokens: 64_000,
|
|
|
contextWindow: 200_000,
|
|
|
supportsImages: true,
|
|
|
supportsComputerUse: true,
|
|
|
@@ -399,13 +401,13 @@ export const openRouterDefaultModelInfo: ModelInfo = {
|
|
|
cacheWritesPrice: 3.75,
|
|
|
cacheReadsPrice: 0.3,
|
|
|
description:
|
|
|
- "The new Claude 3.5 Sonnet delivers better-than-Opus capabilities, faster-than-Sonnet speeds, at the same Sonnet prices. Sonnet is particularly good at:\n\n- Coding: New Sonnet scores ~49% on SWE-Bench Verified, higher than the last best score, and without any fancy prompt scaffolding\n- Data science: Augments human data science expertise; navigates unstructured data while using multiple tools for insights\n- Visual processing: excelling at interpreting charts, graphs, and images, accurately transcribing text to derive insights beyond just the text alone\n- Agentic tasks: exceptional tool use, making it great at agentic tasks (i.e. complex, multi-step problem solving tasks that require engaging with other systems)\n\n#multimodal\n\n_This is a faster endpoint, made available in collaboration with Anthropic, that is self-moderated: response moderation happens on the provider's side instead of OpenRouter's. For requests that pass moderation, it's identical to the [Standard](/anthropic/claude-3.5-sonnet) variant._",
|
|
|
+ "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)",
|
|
|
}
|
|
|
|
|
|
// Vertex AI
|
|
|
// https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/use-claude
|
|
|
export type VertexModelId = keyof typeof vertexModels
|
|
|
-export const vertexDefaultModelId: VertexModelId = "claude-3-5-sonnet-v2@20241022"
|
|
|
+export const vertexDefaultModelId: VertexModelId = "claude-3-7-sonnet@20250219"
|
|
|
export const vertexModels = {
|
|
|
"claude-3-7-sonnet@20250219": {
|
|
|
maxTokens: 8192,
|