diff --git a/Cargo.lock b/Cargo.lock index 2bece72a98..e2808819b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2848,7 +2848,7 @@ dependencies = [ [[package]] name = "goose" -version = "1.23.1" +version = "1.23.2" dependencies = [ "ahash", "anyhow", @@ -2933,7 +2933,7 @@ dependencies = [ [[package]] name = "goose-acp" -version = "1.23.1" +version = "1.23.2" dependencies = [ "anyhow", "assert-json-diff", @@ -2966,7 +2966,7 @@ dependencies = [ [[package]] name = "goose-bench" -version = "1.23.1" +version = "1.23.2" dependencies = [ "anyhow", "async-trait", @@ -2989,7 +2989,7 @@ dependencies = [ [[package]] name = "goose-cli" -version = "1.23.1" +version = "1.23.2" dependencies = [ "anstream", "anyhow", @@ -3036,7 +3036,7 @@ dependencies = [ [[package]] name = "goose-mcp" -version = "1.23.1" +version = "1.23.2" dependencies = [ "anyhow", "base64 0.22.1", @@ -3085,7 +3085,7 @@ dependencies = [ [[package]] name = "goose-server" -version = "1.23.1" +version = "1.23.2" dependencies = [ "anyhow", "axum 0.8.8", @@ -3129,7 +3129,7 @@ dependencies = [ [[package]] name = "goose-test" -version = "1.23.1" +version = "1.23.2" dependencies = [ "clap", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 65d7f12b95..853dfb23ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [workspace.package] edition = "2021" -version = "1.23.1" +version = "1.23.2" authors = ["Block "] license = "Apache-2.0" repository = "https://github.com/block/goose" diff --git a/crates/goose/src/providers/canonical/data/canonical_mapping_report.json b/crates/goose/src/providers/canonical/data/canonical_mapping_report.json index 9d716320df..4993cfe48b 100644 --- a/crates/goose/src/providers/canonical/data/canonical_mapping_report.json +++ b/crates/goose/src/providers/canonical/data/canonical_mapping_report.json @@ -1,5 +1,5 @@ { - "timestamp": "2026-02-04T17:11:39.018061820+00:00", + "timestamp": "2026-02-06T06:20:30.272556267+00:00", "unmapped_models": [ { "provider": "anthropic", @@ -7,11 +7,7 @@ }, { "provider": "anthropic", - "model": "claude-fudge-eap" - }, - { - "provider": "anthropic", - "model": "claude-fudge-eap-cc" + "model": "claude-opus-4-6" }, { "provider": "google", @@ -21,10 +17,6 @@ "provider": "google", "model": "deep-research-pro-preview-12-2025" }, - { - "provider": "google", - "model": "embedding-001" - }, { "provider": "google", "model": "gemini-2.0-flash-001" @@ -117,10 +109,6 @@ "provider": "google", "model": "nano-banana-pro-preview" }, - { - "provider": "google", - "model": "text-embedding-004" - }, { "provider": "google", "model": "veo-2.0-generate-001" @@ -2553,6 +2541,10 @@ "provider": "openrouter", "model": "anthropic/claude-3.7-sonnet:thinking" }, + { + "provider": "openrouter", + "model": "anthropic/claude-opus-4.6" + }, { "provider": "openrouter", "model": "arcee-ai/trinity-mini" @@ -2585,18 +2577,6 @@ "provider": "openrouter", "model": "cohere/command-r-plus-08-2024" }, - { - "provider": "openrouter", - "model": "deepcogito/cogito-v2-preview-llama-109b-moe" - }, - { - "provider": "openrouter", - "model": "deepcogito/cogito-v2-preview-llama-405b" - }, - { - "provider": "openrouter", - "model": "deepcogito/cogito-v2-preview-llama-70b" - }, { "provider": "openrouter", "model": "deepseek/deepseek-chat" @@ -5037,14 +5017,14 @@ } ], "model_counts": { - "anthropic": 12, + "anthropic": 11, "aws_bedrock": 0, "azure_openai": 0, "databricks": 0, "gcp_vertex_ai": 0, - "google": 47, + "google": 45, "openai": 653, - "openrouter": 231, + "openrouter": 229, "tetrate": 0, "venice": 0, "xai": 12 diff --git a/crates/goose/src/providers/canonical/data/canonical_models.json b/crates/goose/src/providers/canonical/data/canonical_models.json index 30a6011429..18effaa4b8 100644 --- a/crates/goose/src/providers/canonical/data/canonical_models.json +++ b/crates/goose/src/providers/canonical/data/canonical_models.json @@ -57,6 +57,36 @@ "output": 4096 } }, + { + "id": "amazon-bedrock/amazon.nova-2-lite-v1:0", + "name": "Nova 2 Lite", + "family": "nova", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "release_date": "2024-12-01", + "last_updated": "2024-12-01", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.33, + "output": 2.75 + }, + "limit": { + "context": 128000, + "output": 4096 + } + }, { "id": "amazon-bedrock/amazon.nova-lite-v1:0", "name": "Nova Lite", @@ -119,6 +149,37 @@ "output": 8192 } }, + { + "id": "amazon-bedrock/amazon.nova-premier-v1:0", + "name": "Nova Premier", + "family": "nova", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2024-10", + "release_date": "2024-12-03", + "last_updated": "2024-12-03", + "modalities": { + "input": [ + "text", + "image", + "video" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 2.5, + "output": 12.5 + }, + "limit": { + "context": 1000000, + "output": 16384 + } + }, { "id": "amazon-bedrock/amazon.nova-pro-v1:0", "name": "Nova Pro", @@ -151,6 +212,62 @@ "output": 8192 } }, + { + "id": "amazon-bedrock/amazon.titan-text-express-v1", + "name": "Titan Text G1 - Express", + "family": "titan", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "release_date": "2024-12-01", + "last_updated": "2024-12-01", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.2, + "output": 0.6 + }, + "limit": { + "context": 128000, + "output": 4096 + } + }, + { + "id": "amazon-bedrock/amazon.titan-text-express-v1:0:8k", + "name": "Titan Text G1 - Express", + "family": "titan", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "release_date": "2024-12-01", + "last_updated": "2024-12-01", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.2, + "output": 0.6 + }, + "limit": { + "context": 128000, + "output": 4096 + } + }, { "id": "amazon-bedrock/anthropic.claude-3-haiku-20240307-v1:0", "name": "Claude Haiku 3", @@ -343,6 +460,386 @@ "output": 8192 } }, + { + "id": "amazon-bedrock/anthropic.claude-3.7-sonnet-20250219-v1:0", + "name": "Claude Sonnet 3.7", + "family": "claude-sonnet", + "attachment": true, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2024-04", + "release_date": "2025-02-19", + "last_updated": "2025-02-19", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 3.0, + "output": 15.0, + "cache_read": 0.3, + "cache_write": 3.75 + }, + "limit": { + "context": 200000, + "output": 8192 + } + }, + { + "id": "amazon-bedrock/anthropic.claude-haiku-4.5-20251001-v1:0", + "name": "Claude Haiku 4.5", + "family": "claude-haiku", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-02-28", + "release_date": "2025-10-15", + "last_updated": "2025-10-15", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.0, + "output": 5.0, + "cache_read": 0.1, + "cache_write": 1.25 + }, + "limit": { + "context": 200000, + "output": 64000 + } + }, + { + "id": "amazon-bedrock/anthropic.claude-instant-v1", + "name": "Claude Instant", + "family": "claude", + "attachment": false, + "reasoning": false, + "tool_call": false, + "temperature": true, + "knowledge": "2023-08", + "release_date": "2023-03-01", + "last_updated": "2023-03-01", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 0.8, + "output": 2.4 + }, + "limit": { + "context": 100000, + "output": 4096 + } + }, + { + "id": "amazon-bedrock/anthropic.claude-opus-4-20250514-v1:0", + "name": "Claude Opus 4", + "family": "claude-opus", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2024-04", + "release_date": "2025-05-22", + "last_updated": "2025-05-22", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 15.0, + "output": 75.0, + "cache_read": 1.5, + "cache_write": 18.75 + }, + "limit": { + "context": 200000, + "output": 32000 + } + }, + { + "id": "amazon-bedrock/anthropic.claude-opus-4.1-20250805-v1:0", + "name": "Claude Opus 4.1", + "family": "claude-opus", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-03-31", + "release_date": "2025-08-05", + "last_updated": "2025-08-05", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 15.0, + "output": 75.0, + "cache_read": 1.5, + "cache_write": 18.75 + }, + "limit": { + "context": 200000, + "output": 32000 + } + }, + { + "id": "amazon-bedrock/anthropic.claude-opus-4.5-20251101-v1:0", + "name": "Claude Opus 4.5", + "family": "claude-opus", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-03-31", + "release_date": "2025-11-24", + "last_updated": "2025-08-01", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 5.0, + "output": 25.0, + "cache_read": 0.5, + "cache_write": 6.25 + }, + "limit": { + "context": 200000, + "output": 64000 + } + }, + { + "id": "amazon-bedrock/anthropic.claude-opus-4.6-v1", + "name": "Claude Opus 4.6", + "family": "claude-opus", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-05", + "release_date": "2026-02-05", + "last_updated": "2026-02-05", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 5.0, + "output": 25.0, + "cache_read": 0.5, + "cache_write": 6.25 + }, + "limit": { + "context": 1000000, + "output": 128000 + } + }, + { + "id": "amazon-bedrock/anthropic.claude-sonnet-4-20250514-v1:0", + "name": "Claude Sonnet 4", + "family": "claude-sonnet", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2024-04", + "release_date": "2025-05-22", + "last_updated": "2025-05-22", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 3.0, + "output": 15.0, + "cache_read": 0.3, + "cache_write": 3.75 + }, + "limit": { + "context": 200000, + "output": 64000 + } + }, + { + "id": "amazon-bedrock/anthropic.claude-sonnet-4.5-20250929-v1:0", + "name": "Claude Sonnet 4.5", + "family": "claude-sonnet", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-07-31", + "release_date": "2025-09-29", + "last_updated": "2025-09-29", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 3.0, + "output": 15.0, + "cache_read": 0.3, + "cache_write": 3.75 + }, + "limit": { + "context": 200000, + "output": 64000 + } + }, + { + "id": "amazon-bedrock/anthropic.claude-v2", + "name": "Claude 2", + "family": "claude", + "attachment": false, + "reasoning": false, + "tool_call": false, + "temperature": true, + "knowledge": "2023-08", + "release_date": "2023-07-11", + "last_updated": "2023-07-11", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 8.0, + "output": 24.0 + }, + "limit": { + "context": 100000, + "output": 4096 + } + }, + { + "id": "amazon-bedrock/anthropic.claude-v2:1", + "name": "Claude 2.1", + "family": "claude", + "attachment": false, + "reasoning": false, + "tool_call": false, + "temperature": true, + "knowledge": "2023-08", + "release_date": "2023-11-21", + "last_updated": "2023-11-21", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 8.0, + "output": 24.0 + }, + "limit": { + "context": 200000, + "output": 4096 + } + }, + { + "id": "amazon-bedrock/cohere.command-light-text-v14", + "name": "Command Light", + "family": "command-light", + "attachment": false, + "reasoning": false, + "tool_call": false, + "temperature": true, + "knowledge": "2023-08", + "release_date": "2023-11-01", + "last_updated": "2023-11-01", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.3, + "output": 0.6 + }, + "limit": { + "context": 4096, + "output": 4096 + } + }, { "id": "amazon-bedrock/cohere.command-r-plus-v1:0", "name": "Command R+", @@ -401,6 +898,64 @@ "output": 4096 } }, + { + "id": "amazon-bedrock/cohere.command-text-v14", + "name": "Command", + "family": "command", + "attachment": false, + "reasoning": false, + "tool_call": false, + "temperature": true, + "knowledge": "2023-08", + "release_date": "2023-11-01", + "last_updated": "2023-11-01", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 1.5, + "output": 2.0 + }, + "limit": { + "context": 4096, + "output": 4096 + } + }, + { + "id": "amazon-bedrock/deepseek.r1-v1:0", + "name": "DeepSeek-R1", + "family": "deepseek-thinking", + "attachment": false, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2024-07", + "release_date": "2025-01-20", + "last_updated": "2025-05-29", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.35, + "output": 5.4 + }, + "limit": { + "context": 128000, + "output": 32768 + } + }, { "id": "amazon-bedrock/deepseek.v3-v1:0", "name": "DeepSeek-V3.1", @@ -488,14 +1043,47 @@ "cost": { "input": 5.0, "output": 25.0, - "cache_read": 1.5, - "cache_write": 18.75 + "cache_read": 0.5, + "cache_write": 6.25 }, "limit": { "context": 200000, "output": 64000 } }, + { + "id": "amazon-bedrock/eu.anthropic.claude-opus-4.6-v1", + "name": "Claude Opus 4.6 (EU)", + "family": "claude-opus", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-05", + "release_date": "2026-02-05", + "last_updated": "2026-02-05", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 5.0, + "output": 25.0, + "cache_read": 0.5, + "cache_write": 6.25 + }, + "limit": { + "context": 1000000, + "output": 128000 + } + }, { "id": "amazon-bedrock/eu.anthropic.claude-sonnet-4-20250514-v1:0", "name": "Claude Sonnet 4 (EU)", @@ -628,6 +1216,39 @@ "output": 64000 } }, + { + "id": "amazon-bedrock/global.anthropic.claude-opus-4.6-v1", + "name": "Claude Opus 4.6 (Global)", + "family": "claude-opus", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-05", + "release_date": "2026-02-05", + "last_updated": "2026-02-05", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 5.0, + "output": 25.0, + "cache_read": 0.5, + "cache_write": 6.25 + }, + "limit": { + "context": 1000000, + "output": 128000 + } + }, { "id": "amazon-bedrock/global.anthropic.claude-sonnet-4-20250514-v1:0", "name": "Claude Sonnet 4 (Global)", @@ -841,6 +1462,153 @@ "output": 4096 } }, + { + "id": "amazon-bedrock/meta.llama3-2-11b-instruct-v1:0", + "name": "Llama 3.2 11B Instruct", + "family": "llama", + "attachment": true, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2023-12", + "release_date": "2024-09-25", + "last_updated": "2024-09-25", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.16, + "output": 0.16 + }, + "limit": { + "context": 128000, + "output": 4096 + } + }, + { + "id": "amazon-bedrock/meta.llama3-2-1b-instruct-v1:0", + "name": "Llama 3.2 1B Instruct", + "family": "llama", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2023-12", + "release_date": "2024-09-25", + "last_updated": "2024-09-25", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.1, + "output": 0.1 + }, + "limit": { + "context": 131000, + "output": 4096 + } + }, + { + "id": "amazon-bedrock/meta.llama3-2-3b-instruct-v1:0", + "name": "Llama 3.2 3B Instruct", + "family": "llama", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2023-12", + "release_date": "2024-09-25", + "last_updated": "2024-09-25", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.15, + "output": 0.15 + }, + "limit": { + "context": 131000, + "output": 4096 + } + }, + { + "id": "amazon-bedrock/meta.llama3-2-90b-instruct-v1:0", + "name": "Llama 3.2 90B Instruct", + "family": "llama", + "attachment": true, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2023-12", + "release_date": "2024-09-25", + "last_updated": "2024-09-25", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.72, + "output": 0.72 + }, + "limit": { + "context": 128000, + "output": 4096 + } + }, + { + "id": "amazon-bedrock/meta.llama3-3-70b-instruct-v1:0", + "name": "Llama 3.3 70B Instruct", + "family": "llama", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2023-12", + "release_date": "2024-12-06", + "last_updated": "2024-12-06", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.72, + "output": 0.72 + }, + "limit": { + "context": 128000, + "output": 4096 + } + }, { "id": "amazon-bedrock/meta.llama3-70b-instruct-v1:0", "name": "Llama 3 70B Instruct", @@ -899,6 +1667,66 @@ "output": 2048 } }, + { + "id": "amazon-bedrock/meta.llama4-maverick-17b-instruct-v1:0", + "name": "Llama 4 Maverick 17B Instruct", + "family": "llama", + "attachment": true, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2024-08", + "release_date": "2025-04-05", + "last_updated": "2025-04-05", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.24, + "output": 0.97 + }, + "limit": { + "context": 1000000, + "output": 16384 + } + }, + { + "id": "amazon-bedrock/meta.llama4-scout-17b-instruct-v1:0", + "name": "Llama 4 Scout 17B Instruct", + "family": "llama", + "attachment": true, + "reasoning": false, + "tool_call": true, + "temperature": true, + "knowledge": "2024-08", + "release_date": "2025-04-05", + "last_updated": "2025-04-05", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.17, + "output": 0.66 + }, + "limit": { + "context": 3500000, + "output": 16384 + } + }, { "id": "amazon-bedrock/minimax.minimax-m2", "name": "MiniMax M2", @@ -1494,100 +2322,6 @@ "output": 262000 } }, - { - "id": "amazon-bedrock/us.amazon.nova-2-lite-v1:0", - "name": "Nova 2 Lite (US)", - "family": "nova", - "attachment": false, - "reasoning": false, - "tool_call": true, - "temperature": true, - "release_date": "2024-12-01", - "last_updated": "2024-12-01", - "modalities": { - "input": [ - "text", - "image", - "video" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 0.33, - "output": 2.75 - }, - "limit": { - "context": 128000, - "output": 4096 - } - }, - { - "id": "amazon-bedrock/us.amazon.nova-premier-v1:0", - "name": "Nova Premier (US)", - "family": "nova", - "attachment": true, - "reasoning": true, - "tool_call": true, - "temperature": true, - "knowledge": "2024-10", - "release_date": "2024-12-03", - "last_updated": "2024-12-03", - "modalities": { - "input": [ - "text", - "image", - "video" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 2.5, - "output": 12.5 - }, - "limit": { - "context": 1000000, - "output": 16384 - } - }, - { - "id": "amazon-bedrock/us.anthropic.claude-3.7-sonnet-20250219-v1:0", - "name": "Claude Sonnet 3.7 (US)", - "family": "claude-sonnet", - "attachment": true, - "reasoning": false, - "tool_call": true, - "temperature": true, - "knowledge": "2024-04", - "release_date": "2025-02-19", - "last_updated": "2025-02-19", - "modalities": { - "input": [ - "text", - "image", - "pdf" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 3.0, - "output": 15.0, - "cache_read": 0.3, - "cache_write": 3.75 - }, - "limit": { - "context": 200000, - "output": 8192 - } - }, { "id": "amazon-bedrock/us.anthropic.claude-haiku-4.5-20251001-v1:0", "name": "Claude Haiku 4.5 (US)", @@ -1712,14 +2446,47 @@ "cost": { "input": 5.0, "output": 25.0, - "cache_read": 1.5, - "cache_write": 18.75 + "cache_read": 0.5, + "cache_write": 6.25 }, "limit": { "context": 200000, "output": 64000 } }, + { + "id": "amazon-bedrock/us.anthropic.claude-opus-4.6-v1", + "name": "Claude Opus 4.6 (US)", + "family": "claude-opus", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-05", + "release_date": "2026-02-05", + "last_updated": "2026-02-05", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 5.0, + "output": 25.0, + "cache_read": 0.5, + "cache_write": 6.25 + }, + "limit": { + "context": 1000000, + "output": 128000 + } + }, { "id": "amazon-bedrock/us.anthropic.claude-sonnet-4-20250514-v1:0", "name": "Claude Sonnet 4 (US)", @@ -1786,242 +2553,6 @@ "output": 64000 } }, - { - "id": "amazon-bedrock/us.deepseek.r1-v1:0", - "name": "DeepSeek-R1 (US)", - "family": "deepseek-thinking", - "attachment": false, - "reasoning": true, - "tool_call": true, - "temperature": true, - "knowledge": "2024-07", - "release_date": "2025-01-20", - "last_updated": "2025-05-29", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": false, - "cost": { - "input": 1.35, - "output": 5.4 - }, - "limit": { - "context": 128000, - "output": 32768 - } - }, - { - "id": "amazon-bedrock/us.meta.llama3-2-11b-instruct-v1:0", - "name": "Llama 3.2 11B Instruct (US)", - "family": "llama", - "attachment": true, - "reasoning": false, - "tool_call": true, - "temperature": true, - "knowledge": "2023-12", - "release_date": "2024-09-25", - "last_updated": "2024-09-25", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.16, - "output": 0.16 - }, - "limit": { - "context": 128000, - "output": 4096 - } - }, - { - "id": "amazon-bedrock/us.meta.llama3-2-1b-instruct-v1:0", - "name": "Llama 3.2 1B Instruct (US)", - "family": "llama", - "attachment": false, - "reasoning": false, - "tool_call": true, - "temperature": true, - "knowledge": "2023-12", - "release_date": "2024-09-25", - "last_updated": "2024-09-25", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.1, - "output": 0.1 - }, - "limit": { - "context": 131000, - "output": 4096 - } - }, - { - "id": "amazon-bedrock/us.meta.llama3-2-3b-instruct-v1:0", - "name": "Llama 3.2 3B Instruct (US)", - "family": "llama", - "attachment": false, - "reasoning": false, - "tool_call": true, - "temperature": true, - "knowledge": "2023-12", - "release_date": "2024-09-25", - "last_updated": "2024-09-25", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.15, - "output": 0.15 - }, - "limit": { - "context": 131000, - "output": 4096 - } - }, - { - "id": "amazon-bedrock/us.meta.llama3-2-90b-instruct-v1:0", - "name": "Llama 3.2 90B Instruct (US)", - "family": "llama", - "attachment": true, - "reasoning": false, - "tool_call": true, - "temperature": true, - "knowledge": "2023-12", - "release_date": "2024-09-25", - "last_updated": "2024-09-25", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.72, - "output": 0.72 - }, - "limit": { - "context": 128000, - "output": 4096 - } - }, - { - "id": "amazon-bedrock/us.meta.llama3-3-70b-instruct-v1:0", - "name": "Llama 3.3 70B Instruct (US)", - "family": "llama", - "attachment": false, - "reasoning": false, - "tool_call": true, - "temperature": true, - "knowledge": "2023-12", - "release_date": "2024-12-06", - "last_updated": "2024-12-06", - "modalities": { - "input": [ - "text" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.72, - "output": 0.72 - }, - "limit": { - "context": 128000, - "output": 4096 - } - }, - { - "id": "amazon-bedrock/us.meta.llama4-maverick-17b-instruct-v1:0", - "name": "Llama 4 Maverick 17B Instruct (US)", - "family": "llama", - "attachment": true, - "reasoning": false, - "tool_call": true, - "temperature": true, - "knowledge": "2024-08", - "release_date": "2025-04-05", - "last_updated": "2025-04-05", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.24, - "output": 0.97 - }, - "limit": { - "context": 1000000, - "output": 16384 - } - }, - { - "id": "amazon-bedrock/us.meta.llama4-scout-17b-instruct-v1:0", - "name": "Llama 4 Scout 17B Instruct (US)", - "family": "llama", - "attachment": true, - "reasoning": false, - "tool_call": true, - "temperature": true, - "knowledge": "2024-08", - "release_date": "2025-04-05", - "last_updated": "2025-04-05", - "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] - }, - "open_weights": true, - "cost": { - "input": 0.17, - "output": 0.66 - }, - "limit": { - "context": 3500000, - "output": 16384 - } - }, { "id": "anthropic/claude-3-haiku", "name": "Claude Haiku 3", @@ -2385,6 +2916,39 @@ "output": 64000 } }, + { + "id": "anthropic/claude-opus-4.6", + "name": "Claude Opus 4.6", + "family": "claude-opus", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "knowledge": "2025-05", + "release_date": "2026-02-05", + "last_updated": "2026-02-05", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 5.0, + "output": 25.0, + "cache_read": 0.5, + "cache_write": 6.25 + }, + "limit": { + "context": 1000000, + "output": 128000 + } + }, { "id": "anthropic/claude-sonnet-4", "name": "Claude Sonnet 4", @@ -8368,6 +8932,38 @@ "output": 128000 } }, + { + "id": "openai/gpt-5.3-codex", + "name": "GPT-5.3 Codex", + "family": "gpt-codex", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": false, + "knowledge": "2025-08-31", + "release_date": "2026-02-05", + "last_updated": "2026-02-05", + "modalities": { + "input": [ + "text", + "image", + "pdf" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 1.75, + "output": 14.0, + "cache_read": 0.175 + }, + "limit": { + "context": 400000, + "output": 128000 + } + }, { "id": "openai/o1", "name": "o1", @@ -13891,6 +14487,37 @@ "output": 65535 } }, + { + "id": "venice/claude-opus-4.6", + "name": "Claude Opus 4.6", + "family": "claude-opus", + "attachment": true, + "reasoning": true, + "tool_call": true, + "temperature": true, + "release_date": "2026-02-05", + "last_updated": "2026-02-05", + "modalities": { + "input": [ + "text", + "image" + ], + "output": [ + "text" + ] + }, + "open_weights": false, + "cost": { + "input": 6.0, + "output": 30.0, + "cache_read": 0.6, + "cache_write": 7.5 + }, + "limit": { + "context": 1000000, + "output": 128000 + } + }, { "id": "venice/claude-opus-45", "name": "Claude Opus 4.5", @@ -14673,6 +15300,34 @@ "output": 49500 } }, + { + "id": "venice/zai-org-glm-4.7-flash", + "name": "GLM 4.7 Flash", + "family": "glm-flash", + "attachment": false, + "reasoning": false, + "tool_call": true, + "temperature": true, + "release_date": "2026-01-29", + "last_updated": "2026-01-30", + "modalities": { + "input": [ + "text" + ], + "output": [ + "text" + ] + }, + "open_weights": true, + "cost": { + "input": 0.125, + "output": 0.5 + }, + "limit": { + "context": 128000, + "output": 32000 + } + }, { "id": "x-ai/grok-2", "name": "Grok 2 (1212)", diff --git a/ui/desktop/openapi.json b/ui/desktop/openapi.json index 23f2e17b8d..e68874fa27 100644 --- a/ui/desktop/openapi.json +++ b/ui/desktop/openapi.json @@ -10,7 +10,7 @@ "license": { "name": "Apache-2.0" }, - "version": "1.23.1" + "version": "1.23.2" }, "paths": { "/action-required/tool-confirmation": { diff --git a/ui/desktop/package-lock.json b/ui/desktop/package-lock.json index 11d122d984..1a65518ab8 100644 --- a/ui/desktop/package-lock.json +++ b/ui/desktop/package-lock.json @@ -1,12 +1,12 @@ { "name": "goose-app", - "version": "1.23.1", + "version": "1.23.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "goose-app", - "version": "1.23.1", + "version": "1.23.2", "license": "Apache-2.0", "dependencies": { "@mcp-ui/client": "^5.17.3", diff --git a/ui/desktop/package.json b/ui/desktop/package.json index dd3656840f..a4ad7a7c66 100644 --- a/ui/desktop/package.json +++ b/ui/desktop/package.json @@ -1,7 +1,7 @@ { "name": "goose-app", "productName": "Goose", - "version": "1.23.1", + "version": "1.23.2", "description": "Goose App", "engines": { "node": "^24.10.0",