---
title: "Listar modelos disponíveis"
method: GET
path: "/api/management/ai/available-models"
tags: ["ai-agents", "available-models"]
---

# Listar modelos disponíveis

`GET /api/management/ai/available-models`

Lista os modelos de IA que podem ser escolhidos como padrão de um agente, reunindo os catálogos de todos os provedores. Os identificadores devolvidos em `id` e `internal_provider` são os valores aceitos em `default_model` e `default_provider` do agente. O catálogo do OpenRouter é consultado ao vivo e acompanha o preço convertido em créditos.

## Query parameters

- `search` string
- `supportedParameters[]` string

## Response `200`

Sucesso

- object
  - `response` boolean
  - `models` object[]
    - `id` string
    - `name` string
    - `internal_provider` string
    - `context_length` integer
    - `input_modalities` string[]
    - `output_modalities` string[]
    - `supported_parameters` string[]

## Changes

- **2026-09-22** `b43a04f35145` — 1 warning
  - removed the optional property `models/items/pricing_in_credits` from the response with the `200` status
- **2026-09-18** `e3c5b00568f3` — 3 info
  - added the new optional `query` request parameter `search`
  - added the new optional `query` request parameter `supportedParameters[]`
  - added the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/olie-ai/apis/olie-api/changes/api/management/ai/available-models/get.md)

---

[API](https://skmtc.dev/olie-ai/apis/olie-api.md) · [All operations](https://skmtc.dev/olie-ai/apis/olie-api/llms.txt) · [OpenAPI document](https://skmtc.dev/olie-ai/apis/olie-api/revisions/b43a04f35145?raw)
