-2

I'm looking under "Bing Image Search API" at https://www.microsoft.com/cognitive-services/en-us/pricing

I'm not sure I understand what benefit "S3 Standard" has over "S2 Standard"?

Joshua
  • 1,974
  • 2
  • 23
  • 39
  • 1
    I'm voting to close this question as off-topic because it's not a programming question. – JJJ Mar 12 '17 at 15:54
  • Although the table clearly shows that S3 gets you 10 times as many calls per month as S2. – JJJ Mar 12 '17 at 15:55
  • JJJ, thanks for your reply. Is there any issue to get 100K calls with S2? S2 is 10K calls with overage at $30 per 10K so I wonder if overage has any limits... – Joshua Mar 12 '17 at 19:40

1 Answers1

1

S2 = 50 TPS, 10k calls/month, allows overage at listed overage rate (review pricing pricing page).

S3 = 100 TPS, 100k calls/month, allows overage at listed overage rate (review pricing page)

Main difference is the transactions per second (TPS).

LeviJ3ans
  • 296
  • 2
  • 3
  • Thanks! The lack of TPS in the pricing page confused me as I didn't see why anyone would select S3 over S2. With the TPS info, it all makes sense. – Joshua Mar 16 '17 at 06:42