it is designed to convert OpenAI API protocol calls into Google Gemini
1.1K
run
docker run -d -p 8000:8000 admibo/gemini-openai-proxy
use
curl -s http://localhost:8000/v1/chat/completions \
-H "Authorization: Bearer $YOUR_GEMINI_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-3.5-turbo",
"messages": [{"role": "user", "content": "Hello, Who are you?"}],
"temperature": 0.7
}'
Content type
Image
Digest
sha256:ca0a5f17e…
Size
74.8 MB
Last updated
over 2 years ago
docker pull admibo/gemini-openai-proxy