LangChain Integration
Text completions (LangChain - OpenAI format)
Creates a text completion using OpenAI-compatible format via LangChain. This is the legacy completions API.
post/langchain/v1/completions
Request body
Example request
{
"model": "gpt-3.5-turbo-instruct"
}Response
Successful response