---
title: "Get models"
method: GET
path: "/api/v1/models"
---

# Get models

`GET /api/v1/models`

Retrieve all models available on Itzam

## Response `200`

Successfully retrieved models

- GetModelsResponse
  - `models` object[], required
    - `name` string, required — The name of the model
    - `tag` string, required — The tag of the model
    - `deprecated` boolean, required — Whether the model is deprecated
    - `hasVision` boolean, required — Whether the model has vision capability
    - `hasReasoningCapability` boolean, required — Whether the model has reasoning capability
    - `isOpenSource` boolean, required — Whether the model is open source
    - `contextWindowSize` number, required — The context window size of the model
    - `inputPerMillionTokenCost` number, required — The input cost per million tokens of the model
    - `outputPerMillionTokenCost` number, required — The output cost per million tokens of the model
    - `provider` object, required
      - `name` string, required — The name of the provider

## Other responses

- `400` — Bad request - invalid input
- `401` — Unauthorized - invalid API key
- `403` — Forbidden - organization does not have an active subscription
- `404` — Not found - run not found
- `500` — Server error during retrieval

---

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