Get an LLM
GET/v2/llms/:llm_id
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.
Request
Responses
- 200
- 403
- 404
The LLM details.
Permissions do not allow retrieving this LLM.
LLM not found.