feat(deepseek): add V4 Flash Vision Exp (#5217)

This commit is contained in:
Xarth
2026-08-22 05:27:55 +08:00
committed by GitHub
parent 1e714f3ad3
commit f531977ba7
@@ -0,0 +1,23 @@
# DeepSeek-V4-Flash-Vision-Exp is priced the same as DeepSeek V4 Flash.
# https://api-docs.deepseek.com/quick_start/pricing/ (accessed 2026-08-22)
# https://api-docs.deepseek.com/guides/vision (accessed 2026-08-22)
# OpenAI: `thinking.type = enabled|disabled`, `reasoning_effort = low|high|max`.
# Anthropic: `thinking.type`, `output_config.effort = low|high|max`; budget ignored.
base_model = "deepseek/deepseek-v4-flash-vision-exp"
status = "beta"
[[reasoning_options]]
type = "toggle"
[[reasoning_options]]
type = "effort"
values = ["low", "high", "max"]
[interleaved]
field = "reasoning_content"
[cost]
input = 0.14
output = 0.28
reasoning = 0.28
cache_read = 0.0028