Models
OpenAI Like
Many providers like Together, Groq, Sambanova, etc support the OpenAI API format. Use the OpenAILike
model to access them by replacing the base_url
.
Example
Params
Parameter | Type | Default | Description |
---|---|---|---|
id | str | - | The name of the model to be used for generating responses. |
api_key | str | - | The API key for authenticating requests to the service. |
base_url | str | - | The base URL for making API requests to the service. |
OpenAILike
also support all the params of OpenAIChat