Unified key management
Access all models with a single key—simplify deployment.
Unified key management, quota control, and multi-model routing—focus on development.
// Call LLM models with your API key
const response = await fetch('https://api.ithu.tw/v1/chat/completions', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
'model': 'gpt-oss-120b',
'messages': [
{ 'role': 'user', 'content': 'Hello, world!' }
]
})
});
Simplify API access so you can focus on product development.
Access all models with a single key—simplify deployment.
Quota management, usage tracking, and real-time monitoring.
Choose models based on needs—balance speed and cost.
Standard API format—easily integrate with existing tools.
Get your key in 60 seconds and start developing immediately.
Track API calls, token usage, and costs.
Choose the model that fits your needs and start building.
Simplify the process so you can focus on creating.