I’m getting a rate limit error when using gpt-4-vision that doesn’t seem to align with the advertised rate limit. It’s saying 10k token per limit but what’s advertised is 150,000 token per minute. Anyone know what could be going on?
RateLimitError: Error code: 429 - {‘error’: {‘message’: ‘Rate limit reached for gpt-4-vision-preview in organization org-xxxx on tokens per min (TPM): Limit 10000, Used 4785, Requested 7191. Please try again in 11.856s. Visit to learn more.’, ‘type’: ‘tokens’, ‘param’: None, ‘code’: ‘rate_limit_exceeded’}}