CoolFace
Apppublic

Samantha-cl/gimmy-api

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
App README

Gimmy API ๐Ÿš€

Free Gemini API via browser automation. OpenAI-compatible interface.

Usage

Endpoint

https://samantha-cl-gimmy-api.hf.space/v1/chat/completions

API Key

gimmy-free-2026

Example 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!"}]}' \\\