This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| Reasoning test: compare how different OpenRouter models handle reasoning tokens. | |
| Tests per model: | |
| 1. Plain completion + reasoning enabled | |
| 2. Plain completion (baseline, no reasoning param) | |
| 3. Streaming + reasoning enabled | |
| 4. Tool calling + reasoning enabled | |
| 5. JSON schema structured output + reasoning enabled | |
| 6. Schema-less JSON output + reasoning enabled |