@lanvvopencode go 的 deepseekv4flash 接入 grok / cc / codex 中发帖

grok
参考了下

求你们了哥,go的flash怎么接入grok build? - #8,来自 fengna

.grok 下的 config.toml 粘贴
[model.deepseek-v4-flash]
model = "deepseek-v4-flash"
base_url = "https://opencode.ai/zen/go/v1"
name = "DeepSeek V4 Flash"
description = "DeepSeek V4 Flash"
api_key = "xxx"
api_backend = "chat_completions"
context_window = 1000000
supports_reasoning_effort = true
reasoning_effort = "high"

[[model.deepseek-v4-flas...