Samantha-cl/gimmy-dev
0
Gimmy Dev ๐ง
Development and testing space for Gimmy API.
API Key
dev-test-2026Endpoint
https://samantha-cl-gimmy-dev.hf.space/v1/chat/completionsExample
curl https://samantha-cl-gimmy-dev.hf.space/v1/chat/completions \
-H "Authorization: Bearer dev-test-2026" \
-H "Content-Type: application/json" \
-d '{"model": "gemini-2.0-flash", "messages": [{"role": "user", "content": "Hello!"}]}'Development space. For production, use gimmy-api.
