Get an LLM
Returns the details of a Large Language Model (LLM) configured within the platform. The details include the name, description, model type, API endpoint, and authentication method.
Use this endpoint to verify model configurations and confirm connectivity details.
Authentication methods
The LLM's authentication is configured either as a Bearer token or as custom header-based authentication.
Path parameters
The name of the LLM to retrieve.
Headers
The platform makes a best effort to complete the request in the specified seconds, or it times out.
The platform makes a best effort to complete the request in the specified milliseconds, or it times out.
Response
The LLM details.
Example response
{
"id": "llm_1021844",
"name": "Claude 3.7 Sonnet",
"description": "The Anthropic Claude 3.7 Sonnet model.",
"ownership": "platform",
"type": "openai-compatible",
"idle_timeout_seconds": 300,
"input_tokens_per_minute": 200000,
"output_tokens_per_minute": 50000,
"input_tokens_per_day": 2000000,
"output_tokens_per_day": 500000,
"input_tokens_per_month": 50000000,
"output_tokens_per_month": 10000000,
"auth": {
"type": "bearer",
"token": "abcdef......"
}
}Changes
Changed in 3 of the 13 revisions of this API.114
- ○
added the optional property
/////to the response with the statusresponse-optional-property-added
- ○
added the optional property
/////to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ▲
the
response's property type changed fromstringto no type for statusresponse-property-type-changed
- ○
added to the
response propertyallOflist for the response statusresponse-property-all-of-added
- ○
removed the
anthropicenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
openai-compatibleenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
openai-responsesenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
vertex-aienum value from theresponse property for the response statusresponse-property-enum-value-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○