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
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
}
}
]