Skip to main content
GET
List models

Overview

GET /v1/models returns the model ids your key can use, in the OpenAI list shape — SDK helpers like client.models.list() work unchanged.
This endpoint returns ids only. Prices and context windows live at morphllm.com/api/models/json, which is regenerated from the same source as billing — use it for anything cost-sensitive.

Authorizations

Authorization
string
header
required

Morph API key, passed as Authorization: Bearer sk-.... Create keys at https://www.morphllm.com/dashboard/api-keys.

Response

The available models.

OpenAI-compatible listing of the models available to the key.

object
string
required

Always list for a model listing.

Example:

"list"

data
object[]
required

Every model the API key can call.

Example: