Override credentials for a particular model (optional)
One-off credential overrides. Instead of using what is uploaded for each provider, this targets credentials for individual models.
Copy
{ // Rest of the request body "customer_credentials": { "anthropic": { "api_key": "YOUR_ANTHROPIC_API_KEY" } }, "credential_override": { "claude-3-5-sonnet-20240620":{ // override for a specific model. "api_key": "ANOTHER_ANTHROPIC_API_KEY" } }}