Overview for the Animus APIs
Endpoint | Description |
---|---|
/chat/completions | Generate chat completions from a given prompt |
/media/completions | Generate completions with vision capabilities using images and text |
/generate/image | Generate images from text prompts |
/media/categories | Analyze media content and extract metadata |
Tier | Requests per minute | Tokens per minute |
---|---|---|
Free | 10 | 10,000 |
Pro | 60 | 100,000 |
Enterprise | Custom | Custom |
Code | Description |
---|---|
200 | Success |
400 | Bad Request - Invalid parameters |
401 | Unauthorized - Invalid or missing API key |
403 | Forbidden - You don’t have permission |
404 | Not Found - Resource doesn’t exist |
429 | Too Many Requests - Rate limit exceeded |
500 | Server Error - Something went wrong on our end |