Together AI SDK (v2)
Endpoints
Add a LoRA adapter to an endpoint
Adds a LoRA adapter model to a dedicated endpoint. After this call, inference requests to the adapter model name will be routed to the specified endpoint. The endpoint must have LoRA enabled, and the adapter’s base model must be compatible with the endpoint’s model. The endpoint name prefix in model_id must match the resolved endpoint.
POST
Together AI SDK (v2)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The endpoint ID
Body
application/json
Combined identifier in format "endpoint_name:adapter_model_name".
Example:
"username/Meta-Llama-3.1-8B-Instruct-def456:username/my-adapter-abc123"
Response
Adapter successfully bound to endpoint