This is the gateway endpoint for Supe AI. To use it, send authenticated
requests to /v1/chat/completions with your API key.
curl https://api.supemarket.in/v1/chat/completions \
-H "Authorization: Bearer aip_..." \
-H "Content-Type: application/json" \
-d '{"model": "claude-haiku-4", "messages": [{"role": "user", "content": "Hello"}]}'
Don't have a key? Sign up or sign in at supemarket.in.