---
title: "List all models"
method: GET
path: "/genai/{connection_id}/model"
tags: ["genai", "model"]
---

# List all models

`GET /genai/{connection_id}/model`

## Path parameters

- `connection_id` string, required

## Query parameters

- `limit` number
- `offset` number
- `updated_gte` string
- `sort` string
- `order` string
- `query` string
- `fields` string[]
- `raw` string

## Response `200`

Successful

- GenaiModel[]
  - `id` string
  - `name` string
  - `description` string
  - `max_tokens` number
  - `web_url` string
  - `has_temperature` boolean
  - `raw` object

---

[API](https://skmtc.net/unified/apis/unified-to-api.md) · [All operations](https://skmtc.net/unified/apis/unified-to-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unified/unified-to-api/revisions/1f72720916e4/schema)
