@quick belfry
Description:
The input token counts are wrong for Gemini 3 Flash. Run the script below with these settings:
OPENROUTER_MODEL=google/gemini-3.1-flash-lite-preview ./openrouter-request.sh "set name to hello world" | jq -r '.usage'
OPENROUTER_MODEL=google/gemini-3-flash-preview ./openrouter-request.sh "set name to hello world" | jq -r '.usage'
You will get 953 input tokens for Flash Lite and 5 input tokens for Flash.
I'll provide script in a follow-up message.