Api
Get Llm Configuration
Get a single LLM configuration by ID.
Get a single LLM configuration by ID.
AuthorizationBearer <token>
In: header
Path Parameters
config_id*string
LLM configuration UUID
Format
uuidResponse Body
application/json
application/json
curl -X GET "https://loading/api/v1/configuration/llm/497f6eca-6276-4993-bfeb-53cbbbba6f08"{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Get Known Product GET
Get a single known product by ID.
Get Llm Models GET
Get available models for an LLM provider. Story 4.5e: Dynamic Model List Fetching Fetches models from provider APIs with 5-minute Redis caching. Note: Uses /llm-models instead of /llm/models to avoid route conflict with /llm/{config_id} path parameter matching. Returns: { models: [{ id: string, name: string, created?: number | string }] }