Reasoning models, like OpenAI’s GPT OSS 20B, include information about their reasoning steps as part of the output returned in addition to the final answer. This is automatic and no additional input parameters are needed. You can determine whether a model supports reasoning or not by checking the Supported Features section of its catalog page in the UI. You can find reasoning information in theDocumentation Index
Fetch the complete documentation index at: https://wb-21fd5541-update-training-api-26.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
reasoning field of responses. The value of this field is null in the responses of non-reasoning models.
- Python
- Bash