Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Create a model alias with fallback models for the organization that owns the API key.
A model alias allows you to define a name that resolves to an ordered list of fallback models. For example, you could create an alias called “sonnet-4” that falls back to [“anthropic/claude-3-5-sonnet-latest”, “anthropic/claude-3-5-sonnet-20241022”].
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.