Documentation Index
Fetch the complete documentation index at: https://docs.auriko.ai/llms.txt
Use this file to discover all available pages before exploring further.
HTTP status
400 invalid_request_error
Typical cause
The request setsstream: false (or omits it) but the selected model only supports streaming responses.
Resolution
Setstream: true or choose a model that supports non-streaming requests.