Platform settings
This guide covers the platform configuration for Gomus AI. Gomus AI is a cloud-based platform — all configuration is done through the web UI at app.gomus.org.
Subscription plans
Gomus AI offers four subscription tiers. Each tier determines your monthly credit allowance, resource limits, and which AI models you can access.
| Plan | Price | Monthly credits | Knowledge bases | Docs per KB | Max file size |
|---|---|---|---|---|---|
| Free | $0 | 1,000 | 2 | 50 | 10 MB |
| Base | $19.90/mo | 100,000 | 10 | 500 | 50 MB |
| Premium | $49.90/mo | 250,000 | 20 | Unlimited | 200 MB |
| Business | $149.90/mo | 750,000 | Unlimited | Unlimited | 500 MB |
Credits
Credits are the universal currency for all AI operations in Gomus AI. Every model interaction — chat completions, embeddings, reranking — consumes credits based on the model and the number of tokens processed.
For detailed per-model credit costs, see Model pricing reference.
Model access by tier
Model availability depends on your subscription tier:
| Tier | Groq models (20) | AWS Bedrock models (22) |
|---|---|---|
| Free | 20 | 0 |
| Base | 20 | 22 |
| Premium | 20 | 22 |
| Business | 20 | 22 |
The difference between Base, Premium, and Business is the monthly credit allowance and resource limits — not the model catalogue. All paid plans have access to the same 22 Bedrock models.
For the complete model list, see AI Models in Gomus AI.
System model settings
You can set the default models used across your chat assistants and agents from the Model providers page (click your avatar on the top right):
- Chat model — the LLM that generates answers.
- Embedding model — processes documents into vector representations for retrieval. Once a dataset uses an embedding model, it cannot be changed.
- Rerank model — re-scores retrieved chunks for better relevance (available on paid plans).
Supported file formats
Gomus AI supports the following file formats for document parsing:
- Documents: PDF, DOC, DOCX, TXT, MD, MDX
- Tables: CSV, XLSX, XLS
- Presentations: PPT, PPTX
- Images: JPEG, JPG, PNG, TIF, GIF
Team collaboration
Gomus AI supports team collaboration — you can share knowledge bases, chat assistants, agents, and memory with team members. For details, see the Team management guides.