---
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' | 'ollama_cloud' | 'groq' | 'openai' | 'cloudflare' | 'cohere' | 'anthropic' | 'deepseek' | 'google' | 'mistral' | 'minimax' | 'moonshot' | 'nvidia'

## Response `200`

List of available models

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

## Other responses

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

## Changes

- **2026-07-05** `8826c77313d2` — 2 warning, 1 info
  - added the new `nvidia` enum value to the `data/items/served_by` response property for the response status `200`
  - added the new `nvidia` enum value to the `provider` response property for the response status `200`
  - added the new enum value `nvidia` to the `query` request parameter `provider`
- **2026-06-11** `e41281e79469` — 2 warning, 1 info
  - added the new `minimax` enum value to the `data/items/served_by` response property for the response status `200`
  - added the new `minimax` enum value to the `provider` response property for the response status `200`
  - added the new enum value `minimax` to the `query` request parameter `provider`
- **2026-01-22** `3b3a2b57119b` — 2 warning, 1 info
  - added the new `moonshot` enum value to the `data/items/served_by` response property for the response status `200`
  - added the new `moonshot` enum value to the `provider` response property for the response status `200`
  - added the new enum value `moonshot` to the `query` request parameter `provider`
- **2025-11-20** `7b573cae8a96` — 2 warning, 1 info
  - added the new `ollama_cloud` enum value to the `data/items/served_by` response property for the response status `200`
  - added the new `ollama_cloud` enum value to the `provider` response property for the response status `200`
  - added the new enum value `ollama_cloud` to the `query` request parameter `provider`
- …earlier changes not shown

[Full 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/8826c77313d2/schema)
