v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBLLM Observability
List LLM integration models
Retrieve the list of models available for the specified LLM provider integration and account.
get/api/v2/llm-obs/v1/integrations/{integration}/{account_id}/models
Path parameters
integration'openai' | 'amazon_bedrock' | 'anthropic' | 'azure_openai' | 'vertex_ai' | 'llmproxy' required
The name of a supported LLM provider integration.
Example:openai
The name of the LLM integration.
account_idstring required
The ID of the integration account.
Response
OK
Example response
[
{
"has_access": true,
"id": "gpt-4o",
"integration": "openai",
"integration_display_name": "OpenAI",
"json_schema": true,
"model_display_name": "GPT-4o",
"model_id": "gpt-4o",
"provider": "openai",
"provider_display_name": "OpenAI",
"region_prefix_overrides": {
"us-east-1": "us."
}
}
]