it's free*.ai

Alibaba Model Studio

Alibaba Model Studio(DashScope)は Qwen を鍛えた本人たちの正面玄関です。国際アカウントは -intl ホストを使う必要があり、中国国内のエンドポイントは海外キーを拒否します。シンガポール/国際スコープの新規ユーザーには90日間・モデルごとに1Mの無料トークンが与えられます。

Alibaba Model Studio(DashScope)は Qwen を鍛えた本人たちの正面玄関です。国際アカウントは -intl ホストを使う必要があり、中国国内のエンドポイントは海外キーを拒否します。シンガポール/国際スコープの新規ユーザーには90日間・モデルごとに1Mの無料トークンが与えられます。

Alibaba Cloud アカウントには、登録時に選んだ国と一致する電話番号が必要です —— メールだけでは足りません。plus ラインは qwen3.5-plus、qwen3.6-plus、qwen3.7-plus —— qwen3-plus は現行idではありません。長文バリアントは依然1Mコンテキストに届きます。/compatible-mode/v1 経由でOpenAI互換です。

最大コンテキスト
1M
無料プラン
モデルごとに1Mトークン・90日
条件
電話番号認証、カード不要

エンドポイント

ベースURLhttps://dashscope-intl.aliyuncs.com/compatible-mode/v1
環境変数DASHSCOPE_API_KEY
レート制限1M tokens per model for 90 days on the Singapore / International endpoint

コード例

npm install openai
import OpenAI from 'openai'

const client = new OpenAI({
  baseURL: 'https://dashscope-intl.aliyuncs.com/compatible-mode/v1',
  apiKey: process.env.DASHSCOPE_API_KEY
})

const response = await client.chat.completions.create({
  model: 'qwen3.7-plus',
  messages: [{ role: 'user', content: 'Explain closures in one paragraph.' }]
})

console.log(response.choices[0].message.content)

知っておくべきこと

無料で利用できるモデル5