---
title: "Get Agent Models"
method: GET
path: "/agents/models"
tags: ["Agents"]
---

# Get Agent Models

`GET /agents/models`

Return the curated LLM model list per provider.

Shape: ``{provider: [{"value": model_id, "label": display_name}, ...]}``.
First-paint fallback for the Deploy form dropdown, before the user enters
an API key. Once a key is entered, prefer ``POST /agents/models/live`` -
that returns the provider's live list including org-enabled models and
fine-tunes the curated list can't know about.

## Response `200`

Successful Response

- object

---

[API](https://skmtc.net/streamkap/apis/streamkap-rest-api.md) · [All operations](https://skmtc.net/streamkap/apis/streamkap-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/streamkap/streamkap-rest-api/versions/8aea6143d003/schema)
