I have 2 questions about tokens

  1. what is the max tokens of text-embedding-ada-002-v2? because in my 1 request there are 11,893 tokens still can work but in document text-embedding-ada-002 max tokens is 8191.
  2. Is there a daily limit for API calls?
  1. 8191
  2. It’s listed in your organization rate limits
2 Likes

Thanks for the answer but from the picture it comes in 11893 and as you said max is 8191 where are the remaining 3702 tokens gone?
Screenshot from 2023-08-16 12-51-07

Hi,

That is letting you know how many tokens there were in total for that event, I suspect too many tokens were sent and then rejected with an error, possibly truncated. Do you have a sending event log entry for that in your system?