When the request header contains x-api-key, return responses in the Anthropic /v1/messages format. Otherwise, when the request header contains an Authorization header, return responses in the OpenAI /v1/chat/completions endpoint format. Mentioned in #7.
When the request header contains x-api-key, return responses in the Anthropic
/v1/messages
format. Otherwise, when the request header contains an Authorization header, return responses in the OpenAI/v1/chat/completions
endpoint format. Mentioned in #7.