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
qwen-3-32b streams reasoning wrapped in both [think] and [/think] tags, but qwen-3-235b-a22b-thinking-2507 only emits a closing [/think] with no opening tag. Why the inconsistency? My parser expects matched pairs, so the missing opening tag
- Cerebras reasoning model returns reasoning in content key instead of reasoning key
I am using qwen-3-235b-a22b-thinking-2507 with the async Cerebras client and streaming. The reasoning tokens show up in the content key of each chunk instead of a reasoning key. Is this a bug?
- Cerebras: Unsupported response_format type json_schema - name field required
After upgrading to cerebras-cloud-sdk 1.16.0, using response_format with the json_schema type fails with: Unsupported response_format type: json_schema, code wrong_api_format. My schema itself looks valid. The same code worked before the up