v4

latestOpenAPI 3.1.0MIT2026-08-04193459793.6 KB
Models

List all models

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

get/models

Query parameters

dedicatedboolean

Filter models to only return dedicated models

Response

200

idstring required
object'model' required

The object type, which is always model.

createdinteger required
type'chat' | 'language' | 'code' | 'image' | 'embedding' | 'moderation' | 'rerank' required
display_namestring
organizationstring
linkstring
licensestring
context_lengthinteger

Example response

[
  {
    "id": "Austism/chronos-hermes-13b",
    "created": 1692896905,
    "type": "chat",
    "display_name": "Chronos Hermes (13B)",
    "organization": "Austism",
    "license": "other",
    "context_length": 2048,
    "pricing": {
      "input": 0.3,
      "output": 0.3,
      "cached_input": 0.2
    }
  }
]