更新日: 2026-06-06
Claude Native Format
2026-03-22.
Current primary example models:
claude-opus-4-8claude-opus-4-8
Authentication
This recheck confirmed that both of the following auth styles work:Basic conversation
cURL
Function calling
In the current production environment, Claude tool calling is reproducible through/v1/messages and returns tool_use.
For first-pass validation, use:
- an explicit
tool_choice - a prompt that clearly says Claude must call the tool and not answer directly
cURL
Extended thinking
In this production recheck, the combination that clearly returned athinking block was:
claude-opus-4-8
claude-opus-4-8 did not produce an equally explicit thinking block in this round, so the docs prioritize the thinking variant here.
cURL
Current recommendation
- Standard text chat: use
claude-opus-4-8 - Tool calling: use
claude-opus-4-8, and includetool_choicein first-pass validation - Explicit thinking blocks: use
claude-opus-4-8