DeepSeekStandard
DeepSeek V3
deepseek/deepseek-v3
Flagship general model. Exceptional value for coding and reasoning.
Context
128K
tokens
Tier
Standard
billed per use
Latency class
fast
typical speed
Billing
credits
tier multiplier
Requests served
2
on Trismegistus
Success rate
0%
completed
Tokens processed
0
in + out
Capabilities
texttoolsstructured
Call this model via the API
OpenAI-compatible — point any OpenAI SDK at our base URL and use the model id above.
curl https://trismegistus.app/api/v1/chat/completions \
-H "Authorization: Bearer $TRISMEGISTUS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek/deepseek-v3",
"messages": [{"role": "user", "content": "Hello!"}]
}'