ThinkProvider
Union of all supported LLM provider configurations for the Agent API.
type ThinkProvider =
| OpenAIThinkProvider
| AnthropicThinkProvider
| GoogleThinkProvider
| GroqThinkProvider
| AwsBedrockThinkProvider;
Defined in: src/providers/agent/deepgram/types.ts:168
Union of all supported LLM provider configurations for the Agent API.
Remarks
Discriminated on the type field. Pass one of these to AgentThinkConfig.provider.