AI Chat & Content Generation
IrukaDark includes a built-in chat interface with powerful generation capabilities.
@ Commands
Trigger content generation directly in the chat:
| Command | Action |
|---|---|
@image <prompt> | Generate images |
@video <prompt> | Generate videos |
@slide <prompt> | Generate presentation slides |
Attach images as style references when using @image or @slide to guide the visual style of generated content.
Slash Commands
Extend and control AI responses:
| Command | Action |
|---|---|
/what | Deeper dive on the previous answer (key points, reasons, examples, caveats) |
/next | Continue the last explanation in the same language |
/table | Reformat the previous response into a markdown table |
/translate_ja, /translate_en, etc. | Translate the last response to a specific language (16 languages) |
/web on / /web off / /web status | Toggle or check web search mode |
/clear | Clear chat history |
/help | Show help overlay with all commands and shortcuts |
Image Generation Settings
| Command | Action |
|---|---|
/image status | Show current settings (size + count) |
/image size <ratio> | Set aspect ratio: auto, 1:1, 9:16, 16:9, 3:4, 4:3 |
/image count <n> | Set generation count: 1-4 |
/image template | Open template manager |
/image template <name> | Apply a saved template by name |
/image template clear | Clear the active template |
Video Generation Settings
| Command | Action |
|---|---|
/video status | Show current settings |
/video size <ratio> | Set aspect ratio: 16:9, 9:16 |
/video quality <res> | Set resolution: 720p, 1080p, 4k |
/video duration <sec> | Set length: 4, 6, 8 seconds |
/video count <n> | Set generation count: 1-4 |
Slide Generation Settings
| Command | Action |
|---|---|
/slide status | Show current settings |
/slide size <ratio> | Set aspect ratio: 16:9, 9:16, 4:3, 3:4, 1:1 |
/slide count <n> | Set generation count: 1-4 |
/slide template | Open template manager |
/slide template <name> | Apply a saved template by name |
/slide template clear | Clear the active template |
Templates
Both image and slide generation support templates — saved combinations of a custom prompt and an optional style reference image. Templates let you maintain a consistent visual style across multiple generations.
- Create, edit, and delete templates from the template manager
- Apply a template by name via
/image template <name>or/slide template <name> - Each template can include a reference image for style guidance
Chat Features
- Message attachments — Attach images (PNG, JPEG, GIF, WebP, BMP), PDFs, and text files. Supported text formats include
.txt,.md,.csv,.json,.xml,.yaml,.html,.js,.ts,.py,.go,.rs,.java,.sh,.sql, and more. Max 10 MB per file. - PDF content extraction — Attach PDFs and IrukaDark extracts the text for AI analysis
- Web search — Toggle with
/web onto include fresh web search results in AI responses. Source URLs are shown when web results are used.