Many providers like Together, Groq, Nebius, Sambanova, xAI, etc support the OpenAI API format. Use theDocumentation Index
Fetch the complete documentation index at: https://docs-v1.agno.com/llms.txt
Use this file to discover all available pages before exploring further.
OpenAILike model to access them by replacing the base_url.
Example
Params
| Parameter | Type | Default | Description |
|---|---|---|---|
id | str | "not-provided" | The name of the model to be used for generating responses. |
name | str | "OpenAILike" | The name of this chat model instance. |
api_key | str | "not-provided" | The API key for authenticating requests to the service. |
override_system_role | bool | False | Whether to override the default system role. |
system_message_role | str | "system" | The role to use for system messages. |
OpenAILike also support all the params of OpenAIChat