---
title: "List providers"
method: GET
path: "/provider"
---

# List providers

`GET /provider`

Get a list of all available AI providers, including both available and connected ones.

## Query parameters

- `directory` string

## Response `200`

List of providers

- object
  - `all` object[], required
    - `api` string
    - `name` string, required
    - `env` string[], required
    - `id` string, required
    - `npm` string
    - `models` object, required
  - `default` object, required
  - `connected` string[], required

## Changes

- **2026-02-14** `9df3a7d5f839` — 1 warning, 2 info
  - removed the optional property `all/items/models/additionalProperties/provider/api` from the response with the `200` status
  - added the optional property `all/items/models/additionalProperties/limit/output_reserve` to the response with the `200` status
  - the response property `all/items/models/additionalProperties/provider/npm` became required for the status `200`
- **2026-02-12** `f82198cabfc7` — 2 breaking
  - the response property `all/items/models/additionalProperties/provider/api` became optional for the status `200`
  - the response property `all/items/models/additionalProperties/provider/npm` became optional for the status `200`
- **2026-02-12** `100816504f8d` — 1 info
  - added the required property `all/items/models/additionalProperties/provider/api` to the response with the `200` status
- **2026-01-15** `f77e6c395aff` — 1 info
  - added the optional property `all/items/models/additionalProperties/limit/input` to the response with the `200` status
- **2026-01-14** `099a52ba8e1c` — 2 warning
  - removed the optional property `all/items/models/additionalProperties/limit/input` from the response with the `200` status
  - removed the optional property `all/items/models/additionalProperties/limit/output_reserve` from the response with the `200` status

[Change history](https://skmtc.dev/martian-engineering/apis/voltcode/changes/provider/get.md)

---

[API](https://skmtc.dev/martian-engineering/apis/voltcode.md) · [All operations](https://skmtc.dev/martian-engineering/apis/voltcode/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/martian-engineering/voltcode/revisions/d28625e4a7ea/schema)
