Together

Parameter reference for the Together model class, which extends OpenAILike to connect to Together's language models.

The Together model provides access to Together's language models.

Parameters

ParameterTypeDefaultDescription
idstr"MiniMaxAI/MiniMax-M2.7"The ID of the Together model to use
namestr"Together"The name of the model
providerstr"Together"The provider of the model
api_keyOptional[str]NoneThe API key for Together (defaults to TOGETHER_API_KEY env var)
base_urlstr"https://api.together.xyz/v1"The base URL for the Together API

Together extends OpenAILike and accepts all of its parameters.