cURL
curl --request GET \ --url https://api.example.com/v1/llm-configurations \ --header 'X-API-KEY: <api-key>'
{ "code": 100, "data": [ { "id": "<string>", "display_name": "<string>", "model_name": "<string>", "secret_id": "<string>" } ], "message": "<string>" }
List all LLM configurations for the authenticated user’s space.
This endpoint:
Args: service: Injected LLM configuration service
Returns: Response with list of LLM configurations
Raises: 400 Bad Request: If user doesn’t have an associated space
Successful Response
Show child attributes
Was this page helpful?