API Documentation
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/models | List all models |
| GET | /api/models/<id> | Get model info |
| POST | /api/chat | Chat completion |
| POST | /api/image | Image generation |
| POST | /api/video | Video generation |
| GET | /api/usage | Usage statistics |
| GET | /api/usage/summary | Usage summary for dashboard |
| GET | /api/prompts | List system prompts |
| POST | /api/prompts | Create system prompt |
| GET | /api/prompts/<id> | Get system prompt |
| PUT | /api/prompts/<id> | Update system prompt |
| DELETE | /api/prompts/<id> | Delete system prompt |
| GET | /health | Health check |