Create completion.
POST/v1/completions
Generate an OpenAI-compatible completion for the given prompt using the specified model.
Request
Responses
- 200
- 400
- 429
- 500
- default
An OpenAICompletion. When streaming, returns Server-Sent Events (SSE) with OpenAICompletion chunks.
Bad Request
Too Many Requests
Internal Server Error
Default Response