TogetherAIEndpoint
Wisej.AI.Endpoints.TogetherAIEndpoint
Last updated
Wisej.AI.Endpoints.TogetherAIEndpoint
Last updated
Namespace: Wisej.AI.Endpoints
Assembly: Wisej.AI (3.5.0.0)
Represents a connection to TogetherAI endpoints, providing access to various AI models and services.
This class extends the to connect specifically to TogetherAI's API. It initializes with default models and a URL for the TogetherAI service.
Initializes a new instance of the class with default settings.
The default authentication method is set to "Bearer". The default models and URL are pre-configured for TogetherAI services.
: Gets or sets the embedding model used for AI operations. (Default: "togethercomputer/m2-bert-80M-8k-retrieval"
)
: Gets or sets the model used for AI operations. (Default: "meta-llama/Meta-Llama-3.1-405B-Instruct-Turbo"
)
: Gets or sets the URL for the TogetherAI API endpoint. (Default: "https://api.together.xyz/v1"
)