DeepSeek V3 API
DEEPSEEK · Chat · 64K context
from $0.15 / 1M input tokens -25% vs OpenRouter
DeepSeek V3は超低コストAIモデルで、64Kコンテキストを持ち、コスト重視のチャットアプリに最適。TokenSailではDeepSeek V3を$0.15/1M入力トークンで提供し、公式価格$0.20より25%お得です。大量AIチャットボット展開において最もコスト効率の良い選択肢です。
Pricing Comparison
| Provider | Input / 1M tokens | Output / 1M tokens | Savings |
|---|---|---|---|
| TokenSail | $0.15 | $0.60 | — |
| OpenRouter | $0.20 | $0.80 | -25% |
| Official | $0.20 | $0.80 | -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="deepseek-v3",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)
Specifications
- Provider: DEEPSEEK
- Context Window: 64K
- Capabilities: Chat
- API Endpoint: POST https://api.tokensail.ai/v1/chat/completions
- Model ID: deepseek-v3