library · inferred from evidence
cerebras-cloud-sdk
A Python SDK for interacting with Cerebras cloud services.
- 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.