Skip to content

Issue: google/gemini-3-pro Returns "Invalid parameters" Error in Production #418

@sunglow666

Description

@sunglow666

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:

  1. Call /v1/responses with model google/gemini-3-pro
  2. Send any simple input (e.g., "hi")
  3. Receive response.failed event with the above error
Image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions