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