Models

List models

List the model IDs available to the API key, including public hosted models.

get/models

Response

Model list

objectstring required

Example response

{
  "object": "list",
  "data": [
    {
      "id": "deepseek-v4-flash",
      "object": "model"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.