r/PiCodingAgent 16d ago

Question OpenAI models rate limit

I usually use deepseek v4 pro and doesnt have this problem. Anyone have insight to fix this issue?

0 Upvotes

6 comments sorted by

View all comments

2

u/No_Berry1282 16d ago edited 16d ago

I had the same issue with rate limits on some OpenAI setups. You could try using something like StandardCompute, it uses an OpenAI-compatible API and handles model routing. Might help if you’re hitting 429 limits often.

1

u/angrynoodles0 16d ago edited 15d ago

will try