Skip to main content
Rate limits are a mechanism to help manage SambaNova API usage to provide stable performance and reliable service. They limit how many times each user can call the SambaNova API within a given interval. Rate limits are measured in:
  • RPM: Requests per minute
  • RPD: Requests per day
  • TPD: Tokens per day (Free tier only)

Basics

  • A request is defined by a call to our API
  • You can hit either limit type (RPM or RPD) depending on which one you reach first
  • You will be notified in every request response what the status of your rate limits are (see rate limit response headers for more information)
  • If you hit a rate limit, you will be sent an error message in your response (see API error codes)

SambaStack rate limits

For SambaStack deployments, rate limits are optional and applied to user groups by the administrator.

SambaCloud rate limit tiers

There are a few different rate limit tier offerings we provide:
  • Free Tier: Applied when there is no payment method linked with your account
  • Developer Tier: Applied when a payment method is linked with your account
For higher rate limit access, please contact our sales team.
Please see the Billing page to link a payment method to your account.
Developer tier accounts are limited to 20M tokens per day across all models.

Production model rate limits

Production models are intended for use in production environments and meet our high standards for speed and quality.
DeveloperModel IDRequests per minute (RPM)Requests per day (RPD)
MiniMaxMiniMax-M2.56012000
DeepSeekDeepSeek-V3.16012000
MetaMeta-Llama-3.3-70B-Instruct24048000
OpenAIgpt-oss-120b6012000

Preview model rate limits

Preview models are intended for evaluation purposes and developer experimentation only, and should not be used in production environments. These models have limited capacity and may be removed at short notice.
DeveloperModel IDRequests per minute (RPM)Requests per day (RPD)
MetaLlama-4-Maverick-17B-128E-Instruct6012000
DeepSeekDeepSeek-V3.26012000

Rate limit response headers

These headers are found in every request response and give information about the current status of rate limit usage.

RPM (Requests per minute)

  • x-ratelimit-limit-requests — Maximum requests allowed per minute
  • x-ratelimit-remaining-requests — Remaining requests in current minute
  • x-ratelimit-reset-requests — Time until reset

RPD (Requests per day)

  • x-ratelimit-limit-requests-day — Maximum requests allowed per day
  • x-ratelimit-remaining-requests-day — Remaining requests in current day
  • x-ratelimit-reset-requests-day — Time until reset