Auth Keys
Authenticate API calls through GPT Mitra with these keys.
Loading…
Test your key
Send a quick chat request through the GPT Mitra router to verify your key works.
curl https://gptmitra.in/v1/chat/completions \
-H "Authorization: Bearer <YOUR_KEY>" \
-H "Content-Type: application/json" \
-d '{"model":"smollm2:135m","messages":[{"role":"user","content":"hi"}]}'