-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Triage