#Where to find the MiniMax API Endpoint for usage / limits?

1 messages ยท Page 1 of 1 (latest)

snow merlin
#

I searched the whole website but all things don't tell me the exact path! -_- ๐Ÿ˜„

There was this helpful woman earlier in the #general channel from MiniMax, but i forgot her name and the channel is so fast, I can't find it anymore. :/

heavy fossilBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> โœ… Mark Solution

supple surgeBOT
#

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:

  1. Web Dashboard: Check your usage at platform.minimax.io โ†’ Billing/Balance page
  2. Rate limit headers: Monitor x-ratelimit-remaining in API responses
  3. 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