mirror of
https://github.com/HanaokaYuzu/Gemini-API.git
synced 2026-04-12 12:23:03 -06:00
[feature request] webapi change :D #18
Labels
No labels
advanced
advanced
bug
dependencies
discussion
documentation
duplicate
enhancement
good first issue
help wanted
invalid
model
pull-request
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mirrors/Gemini-API#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @0wwafa on GitHub (Jun 1, 2024).
I think that the webapi at https://aistudio.google.com/app/prompts/new_chat is way better.
for text generation it's the best, expecially if you use the flash model and not the "pro".
Or perhaps I have not understood the purpose of this repository.. in that case I apologize.
@HanaokaYuzu commented on GitHub (Jun 2, 2024):
As you may realized, Gemini web app and Gemini in Google AI studio are two independent projects, and this repository is built on the former one.
For the one you used in AI studio, Google has an official api and python SDK which you can found here.
@0wwafa commented on GitHub (Jun 4, 2024):
I know that. So what is exactly the purpose of this project?
@HanaokaYuzu commented on GitHub (Jun 4, 2024):
This is just a python wrapper. It allows you to interact with the web app in any python environment instead of in browser only.
@0wwafa commented on GitHub (Jun 5, 2024):
I understand.. and what the advantage compared of using the official api and python SDK?
@HanaokaYuzu commented on GitHub (Jun 5, 2024):
No you don't. The official SDK is for the model in AI studio, while this repo is for the web app. They are for different purposes.
@0wwafa commented on GitHub (Jun 6, 2024):
can you explain me the "different purposes" ? I still don't get it.
@realgorlix commented on GitHub (Feb 14, 2025):
Hello I have the same question what are the benefits of using this project? I came from DuckDuckGo Reverse API projects and here it's a different story where google gives you free API keys and access. How is it beneficial for people to use the web reverse api wrapper instead of official token?
@HanaokaYuzu commented on GitHub (Feb 14, 2025):
Pros:
google-genaipython sdk, only available in AI studio)Cons: