Everywhere Inference Apps
Get inference application template
Retrieves detailed information about a specific machine learning application template from the catalog. The response includes the application’s metadata, documentation, tags, and a complete set of components with configuration options, compatible flavors, and deployment capabilities — all necessary for building and customizing an AI application.
get/cloud/v3/inference/applications/catalog/{application_name}
Path parameters
application_namestring required
Name of application in catalog
Name of application in catalog
Response
OK
Example response
{
"cover_url": "https://cdn.example.com",
"description": "This is a demo application",
"display_name": "Llama-3.2-1B-Instruct",
"name": "demo-app",
"readme": "Detailed documentation",
"tags": {
"category": "Model",
"model_docs_endpoint": "/docs",
"model_inference_engine": "vllm",
"model_owner": "Meta",
"model_type": "Text Generation"
}
}