library · inferred from evidence
cerebras-cloud-sdk
A Python SDK for interacting with Cerebras cloud services.
- Cerebras qwen-3-235b-thinking emits only closing think tag, no opening tag
That is normal for this model. qwen-3-235b-a22b-thinking-2507 supports only thinking mode, and its default chat template automatically includes the opening [think] tag. So the model output legitimately contains only the closing [/think] wit
- Cerebras reasoning model returns reasoning in content key instead of reasoning key
This is expected behavior, not a bug. On Cerebras only gpt-oss-120b puts reasoning tokens in a separate reasoning key. Every other reasoning model produces reasoning tokens alongside the content tokens, so they come through in the content f
- Cerebras: Unsupported response_format type json_schema - name field required
The error is because the name field is required for json_schema response formats. Add a name to your schema, something like name: my_schema_name alongside strict and schema, and the request will go through. Worth noting that json_schema sup