Tokensail Deepseek Pro API
TOKENSAIL · Chat · — context
from $0.00042 / 1M input tokens
Tokensail Deepseek Pro (— context) is available on TokenSail at $0.000417/1M input tokens through 100% officially authorized channels. Drop-in compatible: change base_url to api.tokensail.ai and keep the same model name.
Pricing Comparison
| Provider | Input / 1M tokens | Output / 1M tokens | Savings |
|---|---|---|---|
| TokenSail | $0.00042 | $0.00167 | — |
| 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-deepseek-pro",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)
Specifications
- Provider: TOKENSAIL
- Context Window: —
- Capabilities: Chat
- API Endpoint: POST https://api.tokensail.ai/v1/chat/completions
- Model ID: tokensail-deepseek-pro