IG1 AI API Endpoints
Base URL
IG1 AI API Base URL: https://api.ig1.ai.
All endpoints require Bearer authentication to work.
Endpoints at a glance
| Method | Endpoint | Description |
|---|---|---|
| GET | /v1/models | List available models |
| POST | /v1/responses | Create Responses (text, code, vision) |
| POST | /v1/chat/completions | Chat completion (text, code, vision) |
| POST | /v1/embeddings | Create embeddings (OpenAI-compatible) |
| POST | /cohere/v2/embed | Create embeddings (Cohere-compatible) |
| POST | /cohere/v2/rerank | Rerank (Cohere-compatible) |
| POST | /document | Convert document to Markdown |
| POST | /v1/images/generations | Generate an image |
| POST | /v1/images/edits | Edit an image |
| GET | /usage | Current month usage summary |
| GET | /usage/history | Detailed usage history |