Skip to main content
Version: v0.3.0

remote::anthropic

Description​

Anthropic inference provider for accessing Claude models and Anthropic's AI services.

Configuration​

FieldTypeRequiredDefaultDescription
allowed_modelslist[str | NoneNoList of models that should be registered with the model registry. If None, all models are allowed.
refresh_models<class 'bool'>NoFalseWhether to refresh models periodically from the provider
api_keypydantic.types.SecretStr | NoneNoAuthentication credential for the provider

Sample Configuration​

api_key: ${env.ANTHROPIC_API_KEY:=}