3Cloud

ワンストップ AI API 集約プラットフォーム

Unified access to DeepSeek, Qwen, GLM, GPT, Claude and more — smart routing, unified billing, fine-grained operations with a single API

モデル一覧を見る価格表を見る登録 / ログイン
$ すぐに始める
curl https://api.unmisa.com/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"deepseek-chat","messages":[{"role":"user","content":"你好"}]}'
🧩
0
接続モデル
🏭
0
サプライヤー
👥
17
利用ユーザー
1500
累計トークン

3Cloud を選ぶ理由

One integration for every AI scenario

🔗

統合アクセス

One API key for 200+ models across vendors, OpenAI-compatible, zero-code migration

🧭

スマートルーティング

Auto-select the best supplier with multi-channel failover and circuit breaking

📊

統合課金

Real-time token-level billing, one bill for all models, with balance alerts

🏢

多数サプライヤー

Connect to DeepSeek, OpenAI, Anthropic, Google, Zhipu and other leading vendors

🔐

安全とコンプライアンス

IP allowlists, usage limits, audit logs and encrypted transport for enterprise needs

📱

マルチデバイス対応

Web console + API + agent panel covering dev, operations and management

人気モデル

Chat, embedding, image, audio and more

全モデルを見る (0+) →

3 ステップで開始

From signup to first call in under 3 minutes

01

アカウント作成

Sign up with email, complete verification and get ¥5 trial credit

02

API キー作成

Create an API key in the console with permissions and limits

03

モデルを呼び出し

Call via OpenAI-compatible APIs with cURL, Python or Node.js

開発者フレンドリー

OpenAI SDK compatible — integrate in a few lines

cURLPythonJavaScript
# Python · OpenAI SDK(base_url = https://api.unmisa.com/v1
from openai import OpenAI
client = OpenAI(
  api_key="YOUR_API_KEY",
  base_url="https://api.unmisa.com/v1"
)
response = client.chat.completions.create(
  model="deepseek-chat",
  messages=[{"role": "user", "content": "你好"}]
)
print(response.choices[0].message.content)
# Anthropic SDK(base_url = https://api.unmisa.com/anthropic,支持 tool_use / 流式)
from anthropic import Anthropic
client = Anthropic(base_url="https://api.unmisa.com/anthropic", api_key="YOUR_API_KEY")
msg = client.messages.create(model="deepseek-chat", max_tokens=1024, messages=[{"role": "user", "content": "你好"}])

透明な価格設定

Pay as you go, no hidden fees

モデルカテゴリ入力 / 1K tokens出力 / 1K tokensコンテキスト
詳細価格を見る

よくある質問

Q:What is 3Cloud?

3Cloud is an AI API aggregation platform that unifies access to models from multiple vendors through one API key.

Q:How does billing work?

Billed per token with separate input/output rates. Pay only for what you use, no monthly fee.

Q:Which models are supported?

Chat, embedding, image, audio and video models from DeepSeek, Qwen, GLM, GPT, Claude, Gemini and more.

Q:How do I get started?

Sign up → verify → create an API key → call via OpenAI-compatible APIs. New users get ¥5 trial credit.

Q:Is the OpenAI SDK supported?

Fully compatible. Point the SDK base_url to the platform endpoint with a 3Cloud API key.

Q:What if a vendor fails?

The routing engine monitors vendor health and fails over automatically to keep service available.

Q:Do enterprise users get discounts?

Yes. Contact sales for custom pricing, dedicated discounts and priority support.

始める準備はできましたか?

Get ¥5 trial credit on signup

無料登録