---
title: "Lists the currently available models, and provides basic information about each one such as the owner and availability."
method: GET
path: "/models"
tags: ["Models"]
---

# Lists the currently available models, and provides basic information about each one such as the owner and availability.

`GET /models`

Lists the currently available models, and provides basic information
about each one such as the owner and availability.

## Query parameters

- `provider` 'ollama' | 'groq' | 'openai' | 'cloudflare' | 'cohere' | 'anthropic' | 'deepseek' | 'google' | 'mistral'

## Response `200`

List of available models

- ListModelsResponse — Response structure for listing models
  - `provider` 'ollama' | 'groq' | 'openai' | 'cloudflare' | 'cohere' | 'anthropic' | 'deepseek' | 'google' | 'mistral'
  - `object` string, required
  - `data` Model[], required
    - `id` string, required
    - `object` string, required
    - `created` integer, required
    - `owned_by` string, required
    - `served_by` 'ollama' | 'groq' | 'openai' | 'cloudflare' | 'cohere' | 'anthropic' | 'deepseek' | 'google' | 'mistral', required

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

## Changes

- **2025-08-07** `595fdf820935` — 2 warning, 1 info
  - added the new `mistral` enum value to the `data/items/served_by` response property for the response status `200`
  - added the new `mistral` enum value to the `provider` response property for the response status `200`
  - added the new enum value `mistral` to the `query` request parameter `provider`
- **2025-07-26** `00cbec136497` — 2 warning, 1 info
  - added the new `google` enum value to the `data/items/served_by` response property for the response status `200`
  - added the new `google` enum value to the `provider` response property for the response status `200`
  - added the new enum value `google` to the `query` request parameter `provider`
- **2025-07-25** `70bffe5f3ff6` — 7 breaking, 14 info
  - removed the enum value `google` from the `query` request parameter `provider`
  - removed the enum value `minimax` from the `query` request parameter `provider`
  - removed the enum value `mistral` from the `query` request parameter `provider`
  - removed the enum value `moonshot` from the `query` request parameter `provider`
  - …17 more

[Change history](https://skmtc.dev/inference-gateway/apis/inference-gateway-api/changes/models/get.md)

---

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