---
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-06-14** `706ec7deddfd` — 1 warning, 1 info
  - added the new `reasoning` enum value to the `providers/items/models/additionalProperties/capabilities/interleaved/anyOf[subschema #2]/field` response property for the response status `200`
  - added the optional property `providers/items/models/additionalProperties/reasoning_options` to the response with the `200` status
- **2026-01-20** `c7ae6a68e4fb` — 1 warning, 1 info
  - removed the optional property `providers/items/models/additionalProperties/reasoning_options` from the response with the `200` status
  - removed the `reasoning` enum value from the `providers/items/models/additionalProperties/capabilities/interleaved/anyOf[subschema #2]/field` response property for the response status `200`

[Change history](https://skmtc.dev/cyberstrikeus/apis/cyberstrike/changes/config/providers/get.md)

---

[API](https://skmtc.dev/cyberstrikeus/apis/cyberstrike.md) · [All operations](https://skmtc.dev/cyberstrikeus/apis/cyberstrike/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cyberstrikeus/cyberstrike/revisions/60718ff578c8/schema)
