---
title: "Get Model Options"
method: GET
path: "/api/py/chat/model-options"
---

# Get Model Options

`GET /api/py/chat/model-options`

## Response `200`

Successful Response

- ChatModelOptionsResponse
  - `models` ChatModelOptionResponse[], required
    - `model` string, required
    - `label` string, nullable
    - `modes` ChatModelModeOptionResponse[], required
      - `key` string, required
      - `label` string, required
      - `resolved_reasoning_effort` 'default' | 'extra', nullable

---

[API](https://skmtc.dev/getauctor/apis/fastapi.md) · [All operations](https://skmtc.dev/getauctor/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getauctor/fastapi/revisions/aeb6faa3b8f0/schema)
