API Documentation

Endpoints
MethodEndpointDescription
GET/api/modelsList all models
GET/api/models/<id>Get model info
POST/api/chatChat completion
POST/api/imageImage generation
POST/api/videoVideo generation
GET/api/usageUsage statistics
GET/api/usage/summaryUsage summary for dashboard
GET/api/promptsList system prompts
POST/api/promptsCreate system prompt
GET/api/prompts/<id>Get system prompt
PUT/api/prompts/<id>Update system prompt
DELETE/api/prompts/<id>Delete system prompt
GET/healthHealth check