#Gemini Exp 1114
114 messages · Page 1 of 1 (latest)
Gemini Exp 1114
Geminu Exp 1114
Wut wut
GEMINI EXP 1114
Yeah but it's not available via an API yet xd
It's a "soon": https://x.com/OfficialLoganK/status/1857106844805681153?t=1R6q2eMd1OVXJSxYe08LEA&s=19
squashing a few rough edges in AIS still, will be available in the API soon, stay tuned and have fun!
supposedly it's supposed to work already
(gemini api, not vertex api)
not sure if it's worth to add it atm tbh
It's still AI Studio only - if you try and call it via the API you just get a 404. It'll also probably be highly rate limited like the previous experimental models
there has to be suspicion that this model is gemini-2.0-pro-0111 experimental
How can you tell? The page was the same before too
The label has changed for AI studio provider since yesterday but that's probably nothing
But the page linked by @rugged totem is exactly the same as it was yesterday yes.
Gemini-exp-1114 is now available via the Gemini API, happy building / testing! Will follow up Monday with more 🚢
@spark apex plz add now?
should be up soon
lmk if yall see issue xd
RIP already 429s
Can’t you guys like just ask The Google team for idk 1 Billion token per minute or smth
U guys are definitely like a big customer now right
Yeah this is the main blocker
Context for it is 1m? Not 32k like in Ai studio?
It's free for now, but, yeah, horrible rate limits -> https://openrouter.ai/google/gemini-exp-1114
we need a 8b on vertex
need to use for batching
Batch requests do not work through OpenRouter
Yeah
it shares the same rate limits as the 1.5 pro experimental model, for a cool 2 rpm, 1mtok/m, 50 rpd
hey openrouter team, it appears that sending images to this model is broken. if i follow the code on https://openrouter.ai/google/gemini-exp-1114/api, i get {'error': {'message': 'Unknown MIME type', 'code': 400}}
Hmmm what type of image are you sending?
i'm literally copy and pasting the wikimedia image demo code
it works as long as the model isn't this one
Rip
import requests
import json
response = requests.post(
url="https://openrouter.ai/api/v1/chat/completions",
headers={
"Authorization": f"Bearer {OPENROUTER_API_KEY}",
"HTTP-Referer": f"{YOUR_SITE_URL}", # Optional, for including your app on openrouter.ai rankings.
"X-Title": f"{YOUR_APP_NAME}", # Optional. Shows in rankings on openrouter.ai.
},
data=json.dumps({
"model": "google/gemini-exp-1114", # Optional
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "What's in this image?"
},
{
"type": "image_url",
"image_url": {
"url": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Gfp-wisconsin-madison-the-nature-boardwalk.jpg/2560px-Gfp-wisconsin-madison-the-nature-boardwalk.jpg"
}
}
]
}
]
})
)
It worked in aistudio XD....
not sure what to say...
{'error': {'message': 'Provider returned error', 'code': 429, 'metadata': {'raw': '{\n "error": {\n "code": 429,\n "message": "Resource has been exhausted (e.g. check quota).",\n "status": "RESOURCE_EXHAUSTED"\n }\n}\n', 'provider_name': 'Google AI Studio'}}}
did you make google mad 😉 ?
too many people going nuts today?
That is just the brutal rate limit for Google's experimental models.
Wait, try again.
still "exhausted"
You will see a ton of these errors for all experimental models from Google, get used to it.
With "wait" I mean a minute, at least.
is that just via openrouter or with vertext/etc as well?
You will see those errors with Vertex AI too.
a jpeg worked for me (But i sent it in base64 and not using an url)
smh why can't Google have actual pay plans for experimental models?
Because they are experimental and not ready for production?
not enough hardware dedicated to it? (as in they literally wouldn't be able to serve more)
ok, makes sense if so
that or to prevent an oopsie if there's some weirdness, so companies don't go using it at large scale
I think it's both
Complaints about experimental/preview models which are free of charge are pointless. They either work or they don't.
Just use Google AI Studio directly, it's still free
@spark apex Could u please ask google for like a rise in rate limit, really wanna use it on OpenRouter
Yeah we have a couple of meeting with them
Tho I doubt we can get bump on experimental models
But we will have something for this soon -- i.e rolling out of BYOK
wdym
Why does Gemini even has these experiments
they should just push to prod
Gemini 114 is definetly good enough as a prod model
with a trillion dollar company you can
1121 is even better tbh
Dont think creating writing vise
Just pushed all the models up
FYI moved them all to a free variants
by all, I mean these: https://discord.com/channels/1091220969173028894/1309208404715372566
@spark apex Can I get the option to slap in my own API key for these models
like my own google models
I see you guys have intergrations
yeah we gonna roll it out to everyone next week
plz ship to prod faster 😭
I kinda wanna use it today with the OpenRouter API
too lazy to set up gemini api
cc @lavish nova
We removed it a while back fam
#announcements message
Also that's off-topic for this thread
(this is for gemini 1114)
Not at this time!
Wrong channel, you have been told this before. Use #arc-requests or #arc-feedback
why do a ton of the gemini models throw the 429 error?
Which ones? if they're called "experimental" in the name, that's the reason why
how i can get a free api for this model ?
Go to aistudio.google.com and get an api key there
and use gemini api
Be aware that the free Gemini models are basically unusable because of rate limits
Google's experimental models will always be next to unusable through OpenRouter
just use aistudio
Does anyone know if google/gemini-pro-1.5 is updated with new versions of the experiment models or if it still has an old version?
I think it's the old version
@shy zinc if you need the experimental model you should get an api key from aistudio.google.com and use the gemini api; the rate limit is too low for you to use it well on openrouter
the aistudio.google.com api is free