One API for every AI model
Access GLM, Gemini, Kimi, Qwen, and more through a single, unified API.
Start in seconds
Just change one line of code. That's it.
1from openai import OpenAI2 3# Just change the base_url4client = OpenAI(5 base_url="https://api.yuhuanstudio.com/v1",6 api_key="your_api_key"7)8 9response = client.chat.completions.create(10 model="glm-5",11 messages=[{"role": "user", "content": "Hello!"}]12)13 14print(response.choices[0].message.content)Everything you need
Built for developers who want to focus on building, not managing infrastructure.
Rich Models
Access models from OpenAI, Anthropic, Google, Meta, and many providers through a single API.
Lightning Fast
Global edge deployment ensures ultra-low latency wherever your users are.
Enterprise Ready
SOC2 compliant with SSO, audit logs, and custom integrations for teams of all sizes.
SDK Compatible
Use OpenAI SDK or Anthropic SDK. Just change the base URL and everything works.
Pay as you go
No subscriptions or minimum commitments. Only pay for what you use.
Usage Analytics
Built-in dashboards with detailed per-model and per-key usage statistics and cost tracking.
Ready to get started?
Join thousands of developers building the next generation of AI applications.