Skip to content

[BUG] Gemini 3 error on kie.ai #11011

@kangarko

Description

@kangarko

I want to use kie.ai, specifically https://kie.ai/gemini-3-pro as a custom API provider for Gemini.

I tried putting custom base url to https://api.kie.ai/gemini-3-pro/v1/chat/completions or just https://api.kie.ai/gemini-3-pro/ but I am getting the error below. I left API provider to Google Gemini.

I think there needs to be greater freedom in customizing the base url to allow third party routers.

App Version

0.0.7843 (6e08ae4)

Relevant logs or errors (optional)

{
  "error": {
    "timestamp": "2026-01-27T17:41:22.309Z",
    "version": "0.0.7843",
    "provider": "gemini",
    "model": "gemini-3-pro",
    "details": "Gemini generate context stream error: {\"timestamp\":1769535679408,\"status\":404,\"error\":\"Not Found\",\"message\":\"No message available\",\"path\":\"/gemini-3-pro/v1beta/models/gemini-3-pro-preview:streamGenerateContent\"}"
  },
  "history": [
    {
      "role": "user",
      "content": [
        {
          "type": "text",
          "text": "<user_message>\nwhasup\n</user_message>"
        },
        {
          "type": "text",
          "text": REDACTED
        }
      ],
      "ts": 1769535677628
    }
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    Triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions