---
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-06-14** `706ec7deddfd` — 1 breaking, 1 warning, 3 info
  - the `all/items/models/additionalProperties/experimental` response's property type/format changed from `boolean`/`` to ``/`` for status `200`
  - added the new `reasoning` enum value to the `all/items/models/additionalProperties/interleaved/anyOf[subschema #2]/field` response property for the response status `200`
  - added the optional property `all/items/models/additionalProperties/reasoning_options` to the response with the `200` status
  - added the optional property `all/items/models/additionalProperties/structured_output` to the response with the `200` status
  - …1 more
- **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
- …earlier changes not shown

[Full history](https://skmtc.dev/cyberstrikeus/apis/cyberstrike/changes/provider/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)
