x402Private Beta
Machine Payment ProtocolPrivate Beta
Coming Soon
Back to Models
Alibaba·Pay as you go

qwen-mt-lite

Text|CompareShare
Translation

Specifications

ProviderAlibaba
Model IDqwen-mt-lite
Context Window1,000,000 tokens
Endpoint/v1/chat/completions
Billing TypePay as you go
Capabilities
Text
Translation

Pricing

Input

$0.084

per 1M tokens

Output

$0.252

per 1M tokens

Cost Estimate

1K in + 1K out$0.0003
10K in + 2K out$0.0013
100K in + 10K out$0.0109

This model uses token-based pricing. Input and output tokens are billed separately per million tokens.

API Example

curl https://api.aisa.one/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $AISA_API_KEY" \
  -d '{
    "model": "qwen-mt-lite",
    "messages": [
      {
        "role": "user",
        "content": "Hello, what can you help me with?"
      }
    ],
    "max_tokens": 1024
  }'
Base URL: https://api.aisa.one
Endpoint: /v1/chat/completions

Start using qwen-mt-lite through AIsa's unified API today.

Get API Key