Third-Party Model Providers
This guide helps you obtain API keys and configure various AI model providers supported by Nexent. Nexent supports all OpenAI-compatible models, multimodal embeddings, and multimodal language models.
🤖 Large Language Models (LLM)
Silicon Flow
- Website: siliconflow.cn
- Free Tier: Available
- Supported Models: DeepSeek-R1, DeepSeek-V3, QwQ-32B, GLM-4-9B-Chat, and more
Getting Started:
- Visit SiliconFlow and create an account
- Navigate to API Keys section in your dashboard
- Create a new API key and copy it
- Use base URL:
https://api.siliconflow.cn/v1
Alibaba Cloud Bailian
- Website: bailian.console.aliyun.com
- Free Tier: Available
- Supported Models: Qwen series, ERNIE, and various open-source models
Getting Started:
- Sign up for Alibaba Cloud account
- Access Bailian console
- Create API credentials in the model service section
- Configure your API endpoint and key
Other OpenAI-Compatible Providers
Nexent supports any provider that follows the OpenAI API specification:
- OpenAI: platform.openai.com
- Anthropic: console.anthropic.com
- Deepseek: platform.deepseek.com
- Moonshot: platform.moonshot.cn
- Local Models: Ollama, vLLM, or any OpenAI-compatible server
🎭 Multimodal Vision Models
Nexent supports multimodal models that can process both text and images:
Recommended Providers
- GPT-4V (OpenAI): Best overall performance
- Claude-3 (Anthropic): Excellent reasoning capabilities
- Qwen-VL (Alibaba): Strong multilingual support
- GLM-4V (Zhipu): Good Chinese language support
Configuration: Use the same API endpoints as LLM models, but specify multimodal model names.
🔤 Embedding Models
Jina AI
- Website: jina.ai
- Free Tier: Available
- Specialties: Multilingual embeddings, document understanding
Getting Started:
- Visit Jina AI (no sign-up required for basic usage)
- Navigate to the Embedding section
- Get your API key from the dashboard
- Use endpoint:
https://api.jina.ai/v1/embeddings
Other Embedding Providers
- OpenAI Embeddings: text-embedding-3-small, text-embedding-3-large
- Cohere: High-quality multilingual embeddings
- Local Embeddings: BGE, E5, or any OpenAI-compatible embedding service
🎤 Voice Models
Volcengine Voice
- Website: volcengine.com/product/voice-tech
- Free Tier: Available for personal use
- Specialties: High-quality Chinese and English voice synthesis
Getting Started:
- Register for Volcengine account
- Access Voice Technology service
- Create application and get API credentials
- Configure TTS/STT settings in your environment
🔍 Search Providers
EXA
- Website: exa.ai
- Free Tier: Available
- Specialties: Semantic search, web content retrieval
Getting Started:
- Sign up at EXA
- Generate API key in dashboard
- Configure search parameters
Tavily
- Website: tavily.com
- Free Tier: Available
- Specialties: AI-powered search, research assistant
Getting Started:
- Sign up at Tavily
- Get your API key from the dashboard
- Configure search preferences
Linkup
- Website: linkup.com
- Free Tier: Available
- Specialties: Real-time web search, content discovery
Getting Started:
- Register at Linkup
- Generate API credentials
- Set up search parameters
🛠️ Configuration in Nexent
Model Configuration Page
- Access Nexent at
http://localhost:3000
- Navigate to Model Configuration page
- Add your provider details:
- Base URL: Provider's API endpoint
- API Key: Your provider's API key
- Model Name: Specific model identifier
💡 Tips for Choosing Providers
For Development & Testing
- SiliconFlow: Great free tier, multiple models
- Jina AI: Excellent embedding capabilities
- Local Models: Complete privacy and control
For Production
- OpenAI: Most reliable, best documentation
- Anthropic: Strong safety and reasoning
- Enterprise Providers: Dedicated support and SLAs
For Cost Optimization
- Free Tiers: Start with SiliconFlow, Jina, and EXA
- Open Source: Self-host with Ollama or vLLM
- Regional Providers: Often cheaper for local markets
🔗 Quick Links
- Installation & Setup - Complete deployment guide
- Model Configuration FAQ - Common configuration issues
- Known Issues - Current limitations and workarounds
💡 Need Help
If you encounter issues with model providers:
- Check provider-specific documentation
- Verify API key permissions and quotas
- Test with provider's official examples
- Join our Discord community for support