LuluTokens
All models
DeepSeek

deepseek-v3.2-chat-251201

DeepSeek

deepseek-v3.2-chat-251201

DeepSeek-V3.2 is a large language model designed to harmonize high computational efficiency with strong reasoning and agentic tool-use performance.

Context 164KToolsReasoning

Pricing

Input

S$0.370S$0.156/M

Output

S$0.556S$0.233/M

Cache read

Reusing a prompt already cached upstream

Not offered

Cache write

Storing a prompt for later reuse

Not offered

Struck-through figures are the vendor's published list price.

Performance

Loading throughput, latency, and success rate…

The API is OpenAI-compatible — point the base URL here and pass the model id.

cURL
curl https://api.lulutokens.ai/v1/chat/completions \  -H "Authorization: Bearer $LULU_API_KEY" \  -H "Content-Type: application/json" \  -d '{    "model": "deepseek-v3.2-chat-251201",    "messages": [{"role": "user", "content": "Hello"}]  }'
Python
from openai import OpenAIclient = OpenAI(base_url="https://api.lulutokens.ai/v1", api_key="LULU_API_KEY")response = client.chat.completions.create(    model="deepseek-v3.2-chat-251201",    messages=[{"role": "user", "content": "Hello"}],)
Endpoints:openaiopenai-responseanthropic