Orcide is an AI-powered cloud IDE that provides intelligent code editing, autocomplete, and refactoring capabilities. It is a core component of the Orcest AI ecosystem, integrated with RainyModel (rm.orcest.ai) for intelligent LLM routing.
| Service | Domain | Role |
|---|---|---|
| Lamino | llm.orcest.ai | LLM Workspace |
| RainyModel | rm.orcest.ai | LLM Routing Proxy |
| Maestrist | agent.orcest.ai | AI Agent Platform |
| Orcide | ide.orcest.ai | Cloud IDE |
| Login | login.orcest.ai | SSO Authentication |
- AI-Powered Code Editing: Intelligent code suggestions and completions
- Chat Interface: Built-in AI chat for code assistance
- Autocomplete: Context-aware code completion powered by RainyModel
- Code Refactoring: AI-assisted code improvements
- RainyModel Integration: Smart LLM routing with automatic fallback (Free → Internal → Premium)
- SSO Authentication: Enterprise-grade access control via login.orcest.ai
- VS Code Compatible: Full VS Code extension ecosystem support
Configure Orcide to use RainyModel as its AI backend:
- Open Settings (Ctrl+,)
- Navigate to AI / LLM settings
- Set:
- API Provider: OpenAI-Compatible
- Base URL:
https://rm.orcest.ai/v1 - API Key: Your RainyModel API key
- Chat Model:
rainymodel/chat - Autocomplete Model:
rainymodel/code
# Install dependencies
yarn install
# Build
yarn build
# Run in development mode
yarn watchSee HOW_TO_CONTRIBUTE.md for contribution guidelines.
This project is licensed under the MIT License.
Part of the Orcest AI ecosystem.