Connect Anthropic
Use the Anthropic API format when your service speaks the Anthropic Messages API.
Add the service
- Open Settings and go to Services.
- Add a new service or edit an existing one.
- Set API Format to Anthropic.
- Enter a recognizable Name.
- Enter the service address.
- Enter and save the Anthropic Access Key.
- Add the Model ID from your Anthropic console or provider documentation.
- Click Test Connection.
Address examples
Use Service Root for a base address:
text
https://api.anthropic.com/v1Use Full Request Address for the complete Messages endpoint:
text
https://api.anthropic.com/v1/messagesNotes
Model discovery works with Service Root mode when Anthropic exposes a model list. With Full Request Address, add the model manually.
The service must support the Anthropic API request format. Anthropic-compatible proxies and gateways can be used the same way.
Related: Service Root vs Full Request Address, Providers & Models