Samantha-cl/gimmy-api
0
Gimmy API ๐
Free Gemini API via browser automation. OpenAI-compatible interface.
Usage
Endpoint
https://samantha-cl-gimmy-api.hf.space/v1/chat/completionsAPI Key
gimmy-free-2026Example Request
\\\bash curl https://samantha-cl-gimmy-api.hf.space/v1/chat/completions \ -H "Authorization: Bearer gimmy-free-2026" \ -H "Content-Type: application/json" \ -d '{"model": "gemini-2.0-flash", "messages": [{"role": "user", "content": "Hello!"}]}' \\\
