Integration
Integration · Model Providers
SaaS APIs · Self-hosted · OpenAI-compatible · Routing
Connect model providers to Evose. Three categories: SaaS API, self-hosted, and OpenAI-compatible.
Three Integration Categories
| Category | Examples | Integration point |
|---|---|---|
| SaaS API | OpenAI · Anthropic · Google · Aliyun · Tencent · ByteDance · Azure | Interface platform |
| Self-hosted | Llama · Qwen · DeepSeek · Mistral self-hosted | Model deployment |
| OpenAI-compatible | Any service that follows the OpenAI API format | Interface platform (pick OpenAI-compatible vendor) |
OpenAI
Standard Setup
Register models:
Anthropic Claude
Azure OpenAI
Aliyun Tongyi
Self-Hosted Llama / Qwen / DeepSeek
Via Model deployment:
Multi-Vendor Failover
Register one logical model on multiple platforms:
→ Interface platform · Routing
Credential Management
All API Keys should be registered in Credentials with field-level encryption.
Cost Attribution Under Private
No platform billing under Private, but costs can be attributed inside Evose:
Anti-Patterns
- Sharing the production key across all workspaces — issue per-workspace / per-project keys
- No Failover — a single SaaS hiccup affects the whole company
- Keeping the long-context model at 128K by default — costs spike; choose by scenario
Next Steps
- Data connectors → Data connectors
- Channel deployment → Channels