TokenSail Get Started

Qwen Max API

ALIBABA · Chat · 32K context

from $0.585 / 1M input tokens -25% vs OpenRouter

Qwen Max는 Alibaba의 강력한 중영 이중 언어 모델로 32K 컨텍스트를 지원합니다. TokenSail에서 Qwen Max API를 $0.585/1M 입력 토큰에 제공하며, 공식 가격 $0.78보다 25% 저렴합니다. 다국어 NLP 작업과 아시아 시장 애플리케이션에 탁월한 선택입니다.

Pricing Comparison

Provider Input / 1M tokens Output / 1M tokens Savings
TokenSail $0.585 $2.925
OpenRouter $0.78 $3.90 -25%
Official $0.78 $3.90 -25%

Quick Start

from openai import OpenAI

client = OpenAI(
    base_url="https://api.tokensail.ai/v1",
    api_key="YOUR_TOKENSAIL_API_KEY"
)

response = client.chat.completions.create(
    model="qwen-max",
    messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)

Specifications

Start using Qwen Max at $0.585/1M tokens

Get Started Free