Last updated: 2026-06-06
Reasoning
This page only documents reasoning flows that were verified with real requests against Crazyrouter production. Verification date:2026-03-22
gpt-5.5claude-opus-4-8gemini-3.1-pro
Verified matrix
| Model | Protocol | Endpoint | Success marker |
|---|---|---|---|
gpt-5.5 | OpenAI Responses | POST /v1/responses | output includes a reasoning item |
claude-opus-4-8 | Anthropic Messages | POST /v1/messages | Returns thinking block |
gemini-3.1-pro | Gemini Native | POST /v1beta/models/{model}:generateContent | usageMetadata includes thoughtsTokenCount |
GPT-5.4
reasoning item shape:
Claude Opus 4.7 Thinking
Gemini 3 Pro
usageMetadata.thoughtsTokenCount
Current exclusions
- In the current recheck,
gpt-5.5via Chat Completions did not reliably surfacereasoning_content, so this page uses the Responses API as the primary GPT example - Base
claude-opus-4-8did not return a thinking block in this verification round