Files
2026-07-13 12:28:55 +08:00

32 lines
849 B
TOML

name = "DeepSeek-V3.2"
description = "DeepSeek chat model for instruction following, coding, and analysis"
# Raw POST /v1/chat/completions is documented for this model, but no reasoning
# request field is specified; /v1/responses limits reasoning to GPT-5/o-series.
# https://docs.vivgrid.com/models/deepseek-v3.2 (accessed 2026-06-25)
# https://docs.vivgrid.com/api/model-api (accessed 2026-06-25)
family = "deepseek"
release_date = "2025-12-01"
last_updated = "2025-12-01"
attachment = false
reasoning = true
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high"] }]
temperature = true
knowledge = "2024-07"
tool_call = true
open_weights = true
[cost]
input = 0.28
output = 0.42
[limit]
context = 128_000
output = 128_000
[modalities]
input = ["text"]
output = ["text"]
[provider]
npm = "@ai-sdk/openai-compatible"