Provider Configuration
Provider credentials, service addresses, model identifiers, defaults, and capability switches are deployment configuration. They remain inside the authorized environment and are never embedded in public documentation.
Configuration areas
- ✓Connection
Provider type, endpoint, credential, transport, and timeout settings.
- ✓Model
Default model, context budget, generation limits, and optional reasoning controls.
- ✓Capabilities
Tool calling, vision, streaming, structured output, and token-usage support.
Validate before production
- 1Test authentication
Confirm the deployment can reach the provider without exposing credentials.
- 2Test a plain response
Verify encoding, streaming, cancellation, and error handling.
- 3Test tool calls
Confirm arguments, results, and usage fields follow the expected schema.
- 4Set the default
Enable the provider for users only after capability and policy review.
Secret handling
Provider credentials belong in protected deployment configuration, not chat messages, project files, website assets, or shared knowledge.