---
title: "List virtual models (redirects and access policies)"
method: GET
path: "/admin/virtual-models"
tags: ["admin"]
---

# List virtual models (redirects and access policies)

`GET /admin/virtual-models`

## Response `200`

OK

- VirtualmodelsView[] — Bounded by maxItems=10000.
  - `created_at` string
  - `description` string
  - `enabled` boolean
  - `kind` string
  - `managed` boolean
  - `model` string
  - `provider_name` string
  - `provider_type` string
  - `resolved_model` string
  - `scope_kind` string
  - `session_affinity` boolean
  - `slowdown` union — Slowdown is an extra-time factor from 0.1 to 10; zero disables it.
    - 0
    - number
  - `source` string
  - `strategy` string
  - `targets` VirtualmodelsTarget[]
    - `model` string
    - `provider` string
    - `weight` number
  - `updated_at` string
  - `user_paths` string[]
  - `valid` boolean

## Other responses

- `401` — Unauthorized
- `503` — Service Unavailable

---

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