I understand that some models should also be available with the Standard plan. However, every time I try to use one of those models, I receive the following error:
litellm.APIError: APIError: OpenAIException - Insufficient balance, top up at: https://app.requesty.ai/settings.
Received Model Group=google/gemini-3.1-flash-lite
Available Model Group Fallbacks=None
Could you please help me understand why this is happening? Is there any additional configuration required to use these models with the Standard plan, or am I missing a setup step?
I just tried this model (I have the equivalent of a pro subsubscription) using the python test file for “google/gemini-3.1-flash-lite”, and got exactly your error:
openai.APIStatusError: Error code: 402 - {‘error’: {‘message’: ‘litellm.APIError: APIError: OpenAIException - Insufficient balance, top up at: https://app.requesty.ai/settings. Received Model Group=google/gemini-3.1-flash-lite\nAvailable Model Group Fallbacks=None’, ‘type’: None, ‘param’: None, ‘code’: ‘402’}}
I suspect that the model is not correctly configured in KodeKey right now, and needs adjustment. Sorry for that – I’ll ask our lab engineers to look into this.