add inkbones and update for deepseek v4

This commit is contained in:
2026-04-26 12:43:34 -07:00
parent f2e40ac830
commit 2efb9a423d
2 changed files with 16 additions and 0 deletions

View File

@@ -23,6 +23,11 @@ return {
-- model = "deepseek-chat", ds claims this endpoint is maximally compatible but being deprecated eventually
model = "deepseek-v4-flash",
disable_tools = false,
extra_request_body = {
["thinking"] = {
["type"] = "disabled",
},
},
},
deepseek_v4 = {
__inherited_from = "openai",