claude-opus-4-5-thinking
Claude Opus 4.5 is Anthropic’s frontier reasoning model optimized for complex software engineering, agentic workflows, and long-horizon computer use. It offers strong multimodal capabilities, competitive performance across real-world coding and...
Funktionen
Modalitäten
Kurzstatistik
Leistung
Unterstützte Parameter
| Parameter | Immer | Standard |
|---|---|---|
| frequency_penalty | — | (nicht senden) |
| include_reasoning | — | |
| max_tokens | — | |
| presence_penalty | — | (nicht senden) |
| reasoning | — | |
| repetition_penalty | — | (nicht senden) |
| response_format | — | — |
| stop | — | |
| structured_outputs | — | — |
| temperature | (nicht senden) | |
| tool_choice | — | |
| tools | — | |
| top_k | — | (nicht senden) |
| top_p | — | (nicht senden) |
| verbosity | — | — |
Preise
| Input-Preis | $3.00 · 1M Tokens |
| Output-Preis | $15.00 · 1M Tokens |
| Kontextfenster | 200K Tokens |
| Kompatible Endpunkte | anthropic, openai |
| Anbieter | Anthropic |
claude-opus-4-5-thinking aus deinem Code aufrufen
Richte jedes OpenAI-kompatible SDK auf UnoRouter aus und frage das Modell per Namen an. Ersetze YOUR_API_KEY durch einen echten Schlüssel aus deinem Dashboard.
curl https://api.unorouter.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-opus-4-5-thinking",
"messages": [{"role": "user", "content": "Hello!"}]
}'Häufige Fragen
Was kostet claude-opus-4-5-thinking pro 1M Tokens?
Input kostet $3.00 pro 1M Tokens, Output $15.00 pro 1M Tokens. Abrechnung erfolgt pro Token, ohne Aufrundung auf Batch-Größen.
Wie greife ich per API auf claude-opus-4-5-thinking zu?
Sende Anfragen an den UnoRouter-Endpunkt /v1/chat/completions mit model=claude-opus-4-5-thinking. Jede OpenAI-kompatible Client-Bibliothek funktioniert. Die Authentifizierung erfolgt über einen Standard-Bearer-Token.
Wie groß ist das Kontextfenster von claude-opus-4-5-thinking?
claude-opus-4-5-thinking unterstützt ein Kontextfenster von 200K Tokens, aufgeteilt zwischen deinem Prompt und der Modellantwort.
Ähnliche Modelle
claude-opus-4-5-thinking jetzt ausprobieren
Erstelle einen API-Schlüssel und starte in unter einer Minute.