Optional ReadonlyanthropicAPI key for Anthropic.
Optional ReadonlyapiAPI key for OpenAI / Azure OpenAI.
Optional ReadonlyendpointBase endpoint URL (required for Azure OpenAI deployments).
Optional ReadonlymaxMaximum tokens for the completion (provider default if omitted).
ReadonlymodelTarget model name (e.g. gpt-4o, claude-3-5-sonnet-20241022).
ReadonlyproviderLLM provider identifier.
ReadonlytemperatureSampling temperature (0.0–2.0). Lower = more deterministic.
Configuration for an AI provider connection.
Intent
Supply connection details to LLM service factories.
Capability
AI provider selection, model routing.
Example