OpenAI
OpenAI provides state-of-the-art language models optimized for different use cases.
Sample configuration
The following example shows a starting llm
parameter configuration you can use when you Start a conversational AI agent.
Key parameters
api_key
: Create or manage your API key from OpenAI organization settings.url
: Use the completions endpoint.model
: Refer to OpenAI models for available models.
For advanced configuration options, model capabilities, and detailed parameter descriptions, see the OpenAI API documentation.