Assistants are reusable AI personas with persistent system prompts. Instead of sending a long system message on every request, you create an assistant once and reference it by ID.Documentation Index
Fetch the complete documentation index at: https://docs.elumenta.ru/llms.txt
Use this file to discover all available pages before exploring further.
Creating an Assistant
Using an Assistant
Once created, use the assistant ID instead of repeating the system prompt:Marketplace Assistants
Browse community-built assistants without creating your own:Use Cases
| Use case | Instructions example |
|---|---|
| Code reviewer | "Review code for bugs, security issues, and style. Provide specific line-by-line feedback." |
| Translator | "Translate all user input to English. Preserve formatting and tone." |
| Data analyst | "Analyze data the user provides. Always output structured JSON results with insights." |
| Email writer | "Write professional business emails. Keep them concise, under 150 words unless asked otherwise." |
Managing Assistants
Assistants store only instructions — not conversation history. Each call to
/generate with an assistant_id is stateless. Manage multi-turn context yourself by passing the full messages array.
