---
title: "List all models"
method: GET
path: "/models"
tags: ["Models"]
---

# List all models

`GET /models`

Lists all of Together's open-source models and metadata including pricing, chat template, and context.

## Query parameters

- `dedicated` boolean — Filter models to only return dedicated models

## Response `200`

200

- ModelInfo[]
  - `id` string, required
  - `object` 'model', required — The object type, which is always `model`.
  - `created` integer, required
  - `type` 'chat' | 'language' | 'code' | 'image' | 'embedding' | 'moderation' | 'rerank', required
  - `display_name` string
  - `organization` string
  - `link` string
  - `license` string
  - `context_length` integer
  - `pricing` Pricing
    - `base` number, required
    - `finetune` number, required
    - `hourly` number, required
    - `input` number, required
    - `output` number, required
    - `cached_input` number

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `404` — NotFound
- `429` — RateLimit
- `504` — Timeout

---

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