feat(ollama-cloud): add deepseek-v4-flash:0731 model (#3985)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Toggle: native POST /api/chat and /api/generate use `think = true|false`.
|
||||
# Effort: OpenAI POST /v1/chat/completions accepts top-level `reasoning_effort`
|
||||
# or `reasoning.effort` with high|max (DeepSeek V4 maps low/medium -> high).
|
||||
# Sources: https://docs.ollama.com/capabilities/thinking, https://docs.ollama.com/openai
|
||||
# API-verified context: https://ollama.com/api/show (deepseek4.context_length = 1048576)
|
||||
base_model = "deepseek/deepseek-v4-flash-0731"
|
||||
|
||||
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["high", "max"] }]
|
||||
|
||||
[limit]
|
||||
context = 1048576
|
||||
output = 1048576
|
||||
Reference in New Issue
Block a user