deepseek
DeepSeek DeepSeek V3.1 Terminus
deepseek/deepseek-v3.1-terminus
Input$0.270 /1M tokens
·Output$0.950 /1M tokens
DeepSeek-V3.1 Terminus is an update to [DeepSeek V3.1](/deepseek/deepseek-chat-v3.1) that maintains the model's original capabilities while addressing issues reported by users, including language consistency and agent capabilities, further optimizing the model's...
Code Examples
import requests
response = requests.post(
"https://neurongate.net/v1/chat/completions",
headers={
"Authorization": "Bearer ng-your-api-key",
"Content-Type": "application/json"
},
json={
"model": "deepseek/deepseek-v3.1-terminus",
"messages": [
{"role": "user", "content": "Hello!"}
]
}
)
print(response.json()["choices"][0]["message"]["content"])Pricing Details
| Example | Cost |
|---|---|
| 1K input tokens (short prompt) | $0.00027 |
| 1K in + 500 out (typical response) | $0.00075 |
| 10K in + 2K out (document analysis) | $0.00460 |
| 100K in + 10K out (large context) | $0.0365 |
Prices in USD. Billed per actual token usage. Prepay with USDT, USDC, ETH, or BTC.
Frequently Asked Questions
Capabilities
Streaming
YesFunction Calling / Tools
YesVision (Image Input)
NoAudio Processing
NoContext Window
164K tokens
~123K words of text
Max output
33K tokens
Modalities
Input
text
Output
text