OpenAI Integration
Create text completion (OpenAI format)
Creates a text completion using OpenAI-compatible format. This is the legacy completions API.
Note: This endpoint also works without the /v1 prefix (e.g., /openai/completions).
post/openai/v1/completions
Request body
Example request
{
"model": "gpt-3.5-turbo-instruct"
}Response
Successful response