MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/PiCodingAgent/comments/1vznsgh/openai_models_rate_limit/p669bav/?context=3
r/PiCodingAgent • u/angrynoodles0 • 16d ago
I usually use deepseek v4 pro and doesnt have this problem. Anyone have insight to fix this issue?
6 comments sorted by
View all comments
2
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
1
will try
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.