Problem:
The google/gemini-3-pro model consistently returns an error in production when calling /v1/responses:
Internal error: Completion error: Invalid parameters: Invalid request parameters. Please check your input and try again.
Steps to Reproduce:
- Call /v1/responses with model google/gemini-3-pro
- Send any simple input (e.g., "hi")
- Receive response.failed event with the above error
Current Behavior:
- Model fails immediately with "Invalid parameters" error
- Error occurs even with minimal, valid input
- No actual response generated
Expected Behavior:
Model should process the request and return a valid response.
Impact:
google/gemini-3-pro is completely unusable in production — all requests fail.