About Yunxin
Yunxin is a unified AI API gateway that aggregates 24+ model providers into a single, standardized API. Use your existing OpenAI SDK—just change the base URL.
What We Do
Building AI applications shouldn't require integrating dozens of different APIs. Yunxin provides:
- One API Endpoint — Access all supported providers through
https://api.yuhuanstudio.com/v1 - OpenAI-Compatible Format — Works with your existing OpenAI SDK and tools
- 24+ Providers — OpenAI, Anthropic, Google, DeepSeek, xAI, Mistral, and more
- Full API Coverage — Chat Completions, Responses API, Vision, Function Calling, Embeddings, and more
Supported Capabilities
| Capability | Description |
|---|---|
| Chat Completions | Text generation with streaming support |
| Reasoning Models | Extended thinking for complex problems |
| Vision | Image understanding in conversations |
| Function Calling | Structured outputs and tool use |
| Embeddings | Vector representations for search and RAG |
| Image Generation | Create images from text prompts |
| Audio | Text-to-speech and speech-to-text |
| Video | Generate videos from text or images |
Supported Providers
Yunxin supports 24+ AI providers. All providers are equal with full API coverage.
Getting Started
- Sign up at api.yuhuanstudio.com
- Get your API key from the Dashboard
- Make your first request:
curl https://api.yuhuanstudio.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "gpt-4.1-mini", "messages": [{"role": "user", "content": "Hello!"}]}'Read the Quickstart Guide for more details.
Contact
Questions? Email us at [email protected].