Skip to main content
GET
/
v1
/
models
curl https://kymaapi.com/v1/models
No authentication required.

Response

{
  "object": "list",
  "data": [
    {
      "id": "llama-3.3-70b",
      "name": "Llama 3.3 70B",
      "context_window": 128000,
      "description": "Most popular open model. Great all-rounder.",
      "best_for": "General, code, reasoning",
      "speed": "fast",
      "recommended": true,
      "hot": true
    }
  ]
}
curl https://kymaapi.com/v1/models