feat(config): add deepseek-v4-flash:0731 model for ollama-cloud (#221)
Co-authored-by: opencode-agent <agent@opencode.local>
This commit is contained in:
parent
b7b1920385
commit
80f21cdf08
1 changed files with 47 additions and 0 deletions
|
|
@ -109,6 +109,53 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"ollama-cloud": {
|
||||
"models": {
|
||||
"deepseek-v4-flash:0731": {
|
||||
"name": "DS4F-0731",
|
||||
"reasoning": true,
|
||||
"modalities": {
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"output": [
|
||||
"text"
|
||||
]
|
||||
},
|
||||
"limit": {
|
||||
"context": 200000,
|
||||
"input": 200000,
|
||||
"output": 65536
|
||||
},
|
||||
"options": {
|
||||
"reasoningEffort": "max"
|
||||
},
|
||||
"variants": {
|
||||
"max": {
|
||||
"reasoningEffort": "max"
|
||||
},
|
||||
"none": {
|
||||
"disabled": true
|
||||
},
|
||||
"minimal": {
|
||||
"disabled": true
|
||||
},
|
||||
"low": {
|
||||
"disabled": true
|
||||
},
|
||||
"medium": {
|
||||
"disabled": true
|
||||
},
|
||||
"high": {
|
||||
"disabled": true
|
||||
},
|
||||
"xhigh": {
|
||||
"disabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"permission": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue