Type Aliases

ProviderKind

Type Alias: ProviderKind

ProviderKind = "mock" | "anthropic" | "openai" | "ollama" | "bedrock" | "browser-anthropic" | "browser-openai"

Defined in: src/adapters/llm/createProvider.ts:35

Built-in provider kinds. Custom providers don't go through this factory.

On this page