mod: json
This commit is contained in:
parent
16c5cdc9a6
commit
7fa236923d
1 changed files with 37 additions and 7 deletions
|
|
@ -21,15 +21,45 @@
|
|||
"name": "qwen3"
|
||||
},
|
||||
"gemma3:4b": {
|
||||
"name": "Gemma",
|
||||
"name": "Gemma *",
|
||||
"capabilities": {
|
||||
"modalities": {
|
||||
"input": [
|
||||
"text",
|
||||
"image"
|
||||
]
|
||||
"temperature": false,
|
||||
"reasoning": false,
|
||||
"attachment": false,
|
||||
"toolcall": true,
|
||||
"input": {
|
||||
"text": true,
|
||||
"audio": false,
|
||||
"image": true,
|
||||
"video": false,
|
||||
"pdf": false
|
||||
},
|
||||
"output": {
|
||||
"text": true,
|
||||
"audio": false,
|
||||
"image": false,
|
||||
"video": false,
|
||||
"pdf": false
|
||||
},
|
||||
"interleaved": false
|
||||
},
|
||||
"cost": {
|
||||
"input": 0,
|
||||
"output": 0,
|
||||
"cache": {
|
||||
"read": 0,
|
||||
"write": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {},
|
||||
"limit": {
|
||||
"context": 0,
|
||||
"output": 0
|
||||
},
|
||||
"headers": {},
|
||||
"family": "",
|
||||
"release_date": "",
|
||||
"variants": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue