Skip to main content

Interface: STTCapabilitiesResponse

Defined in: packages/sdk/src/types/generated/ai_model.ts:157

Capability flags for an STT model — the cross-layer source of truth (#14184).

The frontend reads these instead of pattern-matching the model id. Fields are serialized as-is (snake_case) — this route has no camelCase alias generator — and the generated client type uses the same snake_case keys.

Properties

detect_then_lock_default?

optional detect_then_lock_default: boolean

Defined in: packages/sdk/src/types/generated/ai_model.ts:160


supports_detect_then_lock?

optional supports_detect_then_lock: boolean

Defined in: packages/sdk/src/types/generated/ai_model.ts:159


supports_language_hints?

optional supports_language_hints: boolean

Defined in: packages/sdk/src/types/generated/ai_model.ts:158