Models Deepseek DeepSeek: DeepSeek V3.1 Terminus
DE

DeepSeek: DeepSeek V3.1 Terminus

deepseek/deepseek-v3.1-terminus
Support để BizCity tiếp tục mở miễn phí model catalog Nếu trang model này hữu ích cho bạn, một khoản ủng hộ nhỏ sẽ giúp chúng tôi duy trì tài liệu và trải nghiệm dùng thử miễn phí.
☕ Support / Donate
164K tokens
Context
$0.2100/M tokens
Input
$0.7900/M tokens
Output
Th9 22, 2025
Released

Mô tả

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...

Nhà cung cấp

Deepseek

🚀 Dùng thử ngay

Trải nghiệm DeepSeek: DeepSeek V3.1 Terminus miễn phí với AI Agent trực tuyến — không cần cài đặt.

Tạo AI Agent Online →

🔑 Tích hợp qua API

Tạo API Key để gọi DeepSeek: DeepSeek V3.1 Terminus từ ứng dụng của bạn qua BizCity API.

Tạo API Key →
Ủng hộ BizCity nếu bạn thấy catalog này hữu ích Nếu nội dung này hữu ích, bạn có thể ủng hộ để BizCity tiếp tục duy trì các bản miễn phí.
☕ Support / Donate
Quickstart — cURL
curl https://twinclaw.vn/wp-json/bizcity/v1/llm/chat \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseek/deepseek-v3.1-terminus",
    "messages": [{"role":"user","content":"Hello!"}]
  }'