API reference
First request in a minute.
The chat endpoint follows the familiar OpenAI chat completions shape.
POST only
Opening
/v1/chat/completions in a browser sends GET and correctly returns 405 Method not allowed. Use POST as shown above.