{ "opencollection": "1.0.0", "info": { "name": "Galileo API Server annotation llm_integrations API", "version": "1.1085.0" }, "items": [ { "info": { "name": "llm_integrations", "type": "folder" }, "items": [ { "info": { "name": "Get Available Models", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/llm_integrations/:llm_integration/models", "params": [ { "name": "llm_integration", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Get the list of supported models for the LLM integration." }, { "info": { "name": "Get Available Scorer Models", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/llm_integrations/:llm_integration/scorer_models", "params": [ { "name": "llm_integration", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Get the list of supported scorer models for the LLM integration." }, { "info": { "name": "Get Recommended Models", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/llm_integrations/recommended_models", "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Get recommended models for all purposes, grouped by integration." }, { "info": { "name": "Get Integrations And Model Info", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/llm_integrations", "params": [ { "name": "multimodal_capabilities", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Get the list of supported scorer models for the user's llm integrations." }, { "info": { "name": "Get Integrations And Model Info For Run", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/llm_integrations/projects/:project_id/runs/:run_id", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "run_id", "value": "", "type": "path" }, { "name": "multimodal_capabilities", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Get the list of supported scorer models for the run owner's llm integrations." } ] } ], "bundled": true }