---
title: "Get Available Agent Stt Providers"
method: GET
path: "/api/v1/agents/stt/available"
tags: ["agents"]
---

# Get Available Agent Stt Providers

`GET /api/v1/agents/stt/available`

Get the speech-to-text providers available to agents.

Each provider's `status` is resolved against the current date. Retired providers are omitted
unless they match `selected_provider`, so an agent still saved on a retired provider can render
it as a locked field.

## Query parameters

- `selected_provider` string, nullable

## Response `200`

Successful Response

- SupportedSttProvider[]
  - `provider` string, required — Speech-to-text provider value, as stored on the agent.
  - `display_name` string, required — Human-readable name of the provider.
  - `deprecated` boolean — Whether the provider is in the deprecation warning window.
  - `sunset_date` string, date, nullable — Date the provider becomes retired and can no longer be saved or selected.
  - `removed` boolean — Whether the provider is force-retired regardless of sunset_date.
  - `fallback` string, nullable — Provider substituted at runtime for critical features once this one is retired.
  - `status` 'active' | 'deprecated' | 'retired' — Effective deprecation state of a model, resolved against a reference date.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/asksyllable/apis/syllablesdk.md) · [All operations](https://skmtc.dev/asksyllable/apis/syllablesdk/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/asksyllable/syllablesdk/revisions/203a46065323/schema)
