Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gemini API Request #271

Closed
breakpointninja opened this issue Dec 15, 2023 · 0 comments · Fixed by #273
Closed

Gemini API Request #271

breakpointninja opened this issue Dec 15, 2023 · 0 comments · Fixed by #273
Labels
new model Requesting support for the new model

Comments

@breakpointninja
Copy link

Must have a REST/HTTP API.

The documentation is here

I made sure this works as expected

curl \
-H 'Content-Type: application/json' \
-d '{ "prompt": { "text": "Write a story about a magic backpack"} }' \
"https://generativelanguage.googleapis.com/v1beta3/models/text-bison-001:generateText?key=YOUR_API_KEY"

Must be publicly accessible.

From what I can tell there are no regional restrictions and the API is public

Must not open-source.

It's clearly not open source.

Must not act as an agent or proxy for other platforms.

Its not a proxied to any other model

API Documentation

https://ai.google.dev/tutorials/rest_quickstart

@breakpointninja breakpointninja added the new model Requesting support for the new model label Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new model Requesting support for the new model
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant