Parameters
Together extends OpenAILike and accepts all of its parameters.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Parameter reference for the Together model class, which extends OpenAILike to connect to Together’s language models.
| Parameter | Type | Default | Description |
|---|---|---|---|
id | str | "MiniMaxAI/MiniMax-M2.7" | The ID of the Together model to use |
name | str | "Together" | The name of the model |
provider | str | "Together" | The provider of the model |
api_key | Optional[str] | None | The API key for Together (defaults to TOGETHER_API_KEY env var) |
base_url | str | "https://api.together.xyz/v1" | The base URL for the Together API |
Together extends OpenAILike and accepts all of its parameters.Was this page helpful?