💰Balance & Usage

Query the /balance endpoint with a GET request to get account credit balance, subscription status and info.

📊Check Your Balance

curl "https://api.modelsync.ai/v1/balance" \ -H "Authorization: Bearer $YOUR_API_KEY"

Response format:

{ "plan": "standard", "status": "active", "available_models": ["small", "large"], "credits": 1000, "credits_per_month": 15000, "next_credit_allocation": 1704067200, "top_up_credits": 500, "top_up_credits_expiration": null, "subscription_start": 1686787200, "subscription_end": null }

📈Understanding Usage

Credit System

  • Standard: small models only (1 credit per request)
  • Premium/VIP: small and large models (2 credits for large)
  • Business: unlimited usage on dedicated resources
  • Top-up credits are used after monthly credit depletion