18 lines
327 B
TOML
18 lines
327 B
TOML
base_model = "deepseek/deepseek-v4-pro"
|
|
name = "DeepSeek V4 Pro Lightning"
|
|
reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high"] }]
|
|
|
|
[interleaved]
|
|
field = "reasoning_content"
|
|
|
|
[cost]
|
|
input = 0.8
|
|
output = 1.6
|
|
cache_read = 0.02
|
|
|
|
[limit]
|
|
output = 131_072
|
|
|
|
[provider]
|
|
npm = "@ai-sdk/openai-compatible"
|