---
title: "List LLM integration models"
method: GET
path: "/api/v2/llm-obs/v1/integrations/{integration}/{account_id}/models"
tags: ["LLM Observability"]
---

# List LLM integration models

`GET /api/v2/llm-obs/v1/integrations/{integration}/{account_id}/models`

Retrieve the list of models available for the specified LLM provider integration and account.

## Path parameters

- `integration` 'openai' | 'amazon_bedrock' | 'anthropic' | 'azure_openai' | 'vertex_ai' | 'llmproxy', required — The name of a supported LLM provider integration.
- `account_id` string, required

## Response `200`

OK

- LLMObsIntegrationModel[]
  - `has_access` boolean, required — Whether the account has access to this model.
  - `id` string, required — Unique identifier for the model entry.
  - `integration` string, required — The name of the LLM provider integration.
  - `integration_display_name` string, required — Human-readable name of the LLM provider integration.
  - `json_schema` boolean, required — Whether the model supports structured output via JSON schema.
  - `model_display_name` string, required — Human-readable model name.
  - `model_id` string, required — Provider-specific model identifier used in inference calls.
  - `provider` string, required — The underlying model provider.
  - `provider_display_name` string, required — Human-readable name of the underlying model provider.
  - `region_prefix_overrides` LLMObsIntegrationModelRegionPrefixOverrides — Map of region-specific model ID prefix overrides.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too many requests

---

[API](https://skmtc.dev/datadog/apis/api-v2.md) · [All operations](https://skmtc.dev/datadog/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/datadog/api-v2/revisions/da68bf029e4c/schema)
