Access YuuKi-OS language models through a simple, OpenAI-compatible REST API. Generate API keys, manage usage, and integrate in minutes.
$ curl -X POST https://api.yuuki.dev/api/chat \
-H "Authorization: Bearer yk-xxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{
"model": "yuuki-best",
"messages": [{"role": "user", "content": "Hello!"}]
}'
{
"id": "chatcmpl-abc123",
"model": "yuuki-best",
"choices": [{
"message": {
"role": "assistant",
"content": "Hello! How can I help you today?"
}
}]
}Everything you need to integrate Yuuki models into your applications.
Drop-in replacement for OpenAI API. Use existing SDKs and tools with minimal changes.
Create, rotate, and manage API keys from the dashboard. Track usage per key.
Choose from Yuuki Best, 3.7, and v0.1 depending on your speed and quality needs.
Powered by Hugging Face Inference API for fast, reliable model serving at scale.
API keys are hashed and stored securely. Row-level security on all user data.
Complete API docs with examples in cURL, Python, and JavaScript ready to copy.
Three model variants optimized for different use cases.
Highest quality output with best overall reasoning and generation capabilities.
model: "yuuki-best"Optimal balance between speed and quality for production workloads.
model: "yuuki-3.7"Lightweight first generation model for quick prototyping and testing.
model: "yuuki-v0.1"