Aigency::Agent::ProviderConfig
This resource defines the configuration for an AI model provider.
Syntax
name: <string>
api_base: <string | null>
Properties
name
- Description: Name of the AI provider.
- Type: string
- Required: True
api_base
- Description: Custom endpoint URL for the provider.
- Type: string
- Required: False
Example
name: openai
api_base: https://api.openai.com