api1 / README.md
xidu's picture
deploy: Final attempt with user-provided code and google-genai
58763e7
---
title: Professional GenAI API Service
emoji: ๐Ÿ’Ž
colorFrom: blue
colorTo: purple
sdk: docker
pinned: false
---
This is a professional-grade FastAPI application that proxies requests to the Google GenAI API.
- **`POST /v1/chat/completions`**: Main endpoint for chat, supports streaming.
- **`GET /v1/models`**: Lists available models.
- **`GET /health`**: Health check.
- **`GET /`**: API Info.