Is kodekey supported for standart plan?

Based on the information I found here:

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.

its the same issue for all avaialbe models in standart plan like claude-haiku-4-5,gpt-5.4-mini

I’ve added your second note to the same bug report – we’ll see what happens with it.

Please give it another try. I’m told the lab team fixed this earlier today.

its working now, thank you