Add opus 4.8

This commit is contained in:
Csonka Mihaly
2026-06-23 11:59:39 +02:00
parent f09af028c6
commit 892092d598
2 changed files with 37 additions and 0 deletions
@@ -0,0 +1 @@
../../azure/models/claude-opus-4-8.toml
@@ -0,0 +1,36 @@
name = "Claude Opus 4.8"
family = "claude-opus"
release_date = "2026-05-28"
last_updated = "2026-05-28"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high", "max"] }]
temperature = true
tool_call = true
knowledge = "2025-12-31"
open_weights = false
[cost]
input = 5.00
output = 25.00
cache_read = 0.50
cache_write = 6.25
[[cost.tiers]]
tier = { size = 200_000 }
input = 10.00
output = 37.50
cache_read = 1.00
cache_write = 12.50
[limit]
context = 200_000
output = 128_000
[modalities]
input = ["text", "image", "pdf"]
output = ["text"]
[provider]
npm = "@ai-sdk/anthropic"
api = "https://${AZURE_RESOURCE_NAME}.services.ai.azure.com/anthropic/v1"