TokenSail Get Started

Tokensail Qwen Max API

TOKENSAIL · Chat · — context

from $0.00217 / 1M input tokens

Tokensail Qwen Max(— 컨텍스트)를 TokenSail에서 입력 $0.002167/1M 토큰에 제공하며, 100% 공식 인증 채널을 통해 제공됩니다. base_url만 api.tokensail.ai로 변경하면 바로 사용할 수 있습니다.

Pricing Comparison

Provider Input / 1M tokens Output / 1M tokens Savings
TokenSail $0.00217 $0.0065
OpenRouter
Official

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="tokensail-qwen-max",
    messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)

Specifications

Start using Tokensail Qwen Max at $0.00217/1M tokens

Get Started Free