File size: 412 Bytes
74bcfa2 4727549 74bcfa2 4727549 74bcfa2 4727549 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ---
title: Go GenAI API Service
emoji: 🚀
colorFrom: blue
colorTo: green
sdk: docker
app_port: 7860
---
This Space runs a high-performance API proxy for Google's Gemini, built entirely in Go.
### Endpoints
- **`POST /v1/chat/completions`**: Main endpoint for chat, supports streaming & non-streaming.
- **`GET /v1/models`**: Lists available models.
- **`GET /health`**: Health check.
- **`GET /`**: API Info. |