You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A: Sim is an open-source platform to build AI agents and run your agentic workforce. It provides a visual workflow builder, 1,000+ integrations, and support for multiple LLMs to orchestrate agentic workflows.
161
+
162
+
**Q: Is Sim free to use?**
163
+
A: Yes, Sim is open-source (Apache 2.0 license). You can self-host it for free or use the cloud-hosted version at [sim.ai](https://sim.ai).
164
+
165
+
**Q: What's the difference between self-hosted and cloud?**
166
+
A:
167
+
-**Cloud (sim.ai)**: Managed service with automatic updates, scaling, and support
168
+
-**Self-hosted**: Full control over your data and infrastructure, requires your own resources
169
+
170
+
**Q: Which AI models does Sim support?**
171
+
A: Sim supports all major LLM providers including OpenAI, Anthropic, Google, and local models via Ollama and vLLM. See the [documentation](https://docs.sim.ai) for the complete list.
172
+
173
+
### Installation & Setup
174
+
175
+
**Q: What are the requirements for self-hosting?**
176
+
A:
177
+
-**Docker method**: Docker and Docker Compose installed, 12GB+ RAM recommended
178
+
-**Manual method**: Bun, Node.js v20+, PostgreSQL 12+ with pgvector extension
A: Yes! Sim supports local models via Ollama and vLLM. See the [Docker self-hosting docs](https://docs.sim.ai/self-hosting/docker) for setup details.
194
+
195
+
**Q: How do I enable Copilot in self-hosted instances?**
196
+
A: Copilot is a Sim-managed service. Generate a Copilot API key at https://sim.ai → Settings → Copilot, then set `COPILOT_API_KEY` in your `.env` file.
0 commit comments