#Where to find the MiniMax API Endpoint for usage / limits?
1 messages ยท Page 1 of 1 (latest)
Based on my search through MiniMax's documentation and API references, I couldn't find a publicly documented REST API endpoint for checking usage/limits programmatically.
Here's what I found:
MiniMax API Base URLs:
- Global:
https://api.minimax.io/v1 - Anthropic-compatible:
https://api.minimax.io/anthropic
For checking usage/limits, MiniMax appears to:
- Web Dashboard: Check your usage at
platform.minimax.ioโ Billing/Balance page - Rate limit headers: Monitor
x-ratelimit-remainingin API responses - No documented usage API endpoint: Unlike OpenAI (which has
/v1/usage), MiniMax doesn't seem to have a public REST endpoint for programmatic usage checking
My recommendation:
- Ask that helpful MiniMax representative directly in #general (if you can find them) what the exact endpoint is
- Check your usage manually through the MiniMax dashboard for now
- The person from MiniMax might be able to point you to the specific path or confirm if there's no public API for that yet