LlmCatalog
Create a catalog entry
Register a new LLM in the model catalog.
post/llm/catalog
Query parameters
cookie_namestring nullable
Request body
Example request
{
"name": "gpt-4o",
"description": "OpenAI GPT-4o multimodal model.",
"multi_modal": true,
"gdpr_compliant": true,
"embedding_dimension": 1536
}Response
Successful Response
{"stackTrail":"paths:/llm/catalog:post:responses:201:content:application/json:schema","oasType":"schema","type":"unknown"}