cURL
curl --request GET \ --url https://api.orcarouter.ai/v1/models/{model_id} \ --header 'Authorization: Bearer <token>'
{ "id": "gpt-4o", "object": "model", "created": 123, "owned_by": "openai", "supported_endpoint_types": [ "chat.completion" ] }
OrcaRouter API keys look like sk-orca-.... Pass them in the Authorization: Bearer sk-orca-... header.
sk-orca-...
Authorization: Bearer sk-orca-...
OK
"gpt-4o"
model
"openai"
["chat.completion"]