---
title: "List Agent Think Models"
method: GET
path: "/v1/agent/settings/think/models"
tags: ["models"]
---

# List Agent Think Models

`GET /v1/agent/settings/think/models`

Retrieves the available think models that can be used for AI agent processing

## Response `200`

List of available think models

- AgentThinkModelsV1Response
  - `models` AgentThinkModelsV1ResponseModelsItems[], required
    - union
      - AgentThinkModelsV1ResponseModelsItems0 — OpenAI models
        - `id` 'gpt-5' | 'gpt-5-mini' | 'gpt-5-nano' | 'gpt-4.1' | 'gpt-4.1-mini' | 'gpt-4.1-nano' | 'gpt-4o' | 'gpt-4o-mini', required — The unique identifier of the OpenAI model
        - `name` string, required — The display name of the model
        - `provider` unknown, required
      - AgentThinkModelsV1ResponseModelsItems1 — Anthropic models
        - `id` 'claude-3-5-haiku-latest' | 'claude-sonnet-4-20250514', required — The unique identifier of the Anthropic model
        - `name` string, required — The display name of the model
        - `provider` unknown, required
      - AgentThinkModelsV1ResponseModelsItems2 — Google models
        - `id` 'gemini-2.5-flash' | 'gemini-2.0-flash' | 'gemini-2.0-flash-lite', required — The unique identifier of the Google model
        - `name` string, required — The display name of the model
        - `provider` unknown, required
      - AgentThinkModelsV1ResponseModelsItems3 — Groq models
        - `id` 'openai/gpt-oss-20b', required — The unique identifier of the Groq model
        - `name` string, required — The display name of the model
        - `provider` unknown, required
      - AgentThinkModelsV1ResponseModelsItems4 — AWS Bedrock models (custom models accepted)
        - `id` string, required — The unique identifier of the AWS Bedrock model (any model string accepted for BYO LLMs)
        - `name` string, required — The display name of the model
        - `provider` unknown, required

## Other responses

- `400` — Invalid Request

---

[API](https://skmtc.net/deepgram/apis/rest-api.md) · [All operations](https://skmtc.net/deepgram/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deepgram/rest-api/revisions/bd7ba5c18a6b/schema)
