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

# List config providers

`GET /config/providers`

Get a list of all configured AI providers and their default models.

## Query parameters

- `directory` string

## Response `200`

List of providers

- object
  - `providers` Provider[], required
    - `id` string, required
    - `name` string, required
    - `source` 'env' | 'config' | 'custom' | 'api', required
    - `env` string[], required
    - `key` string
    - `options` object, required
    - `models` object, required
  - `default` object, required

## Changes

- **2026-01-14** `099a52ba8e1c` — 2 warning
  - removed the optional property `providers/items/models/additionalProperties/limit/input` from the response with the `200` status
  - removed the optional property `providers/items/models/additionalProperties/limit/output_reserve` from the response with the `200` status

[Change history](https://skmtc.dev/martian-engineering/apis/voltcode/changes/config/providers/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/099a52ba8e1c/schema)
