Skip to main content

Type Alias: ProviderName

ProviderName = "openai" | "anthropic"

Defined in: src/server/ai/types.ts:9

Provider-agnostic AI boundary (ADR 0026). Callers depend only on these types, never on a vendor SDK, so the OpenAI-primary / Anthropic-fallback strategy stays a single swappable seam.