mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-07 22:10:21 +08:00
58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"version": "2025.11.24",
|
|
"overrides": [
|
|
{
|
|
"providerId": "friendliai",
|
|
"modelId": "friendliai/meta-llama-3.1-70b-instruct",
|
|
"disabled": false,
|
|
"reason": "Provider-specific implementation of friendliai/meta-llama-3.1-70b-instruct",
|
|
"lastUpdated": "2025-11-23",
|
|
"updatedBy": "migration-tool",
|
|
"priority": 100,
|
|
"capabilities": {
|
|
"add": ["FUNCTION_CALL"]
|
|
},
|
|
"limits": {
|
|
"contextWindow": 8192,
|
|
"maxOutputTokens": 8192
|
|
},
|
|
"pricing": {
|
|
"input": {
|
|
"perMillionTokens": 0.6,
|
|
"currency": "USD"
|
|
},
|
|
"output": {
|
|
"perMillionTokens": 0.6,
|
|
"currency": "USD"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"providerId": "friendliai",
|
|
"modelId": "friendliai/meta-llama-3.1-8b-instruct",
|
|
"disabled": false,
|
|
"reason": "Provider-specific implementation of friendliai/meta-llama-3.1-8b-instruct",
|
|
"lastUpdated": "2025-11-23",
|
|
"updatedBy": "migration-tool",
|
|
"priority": 100,
|
|
"capabilities": {
|
|
"add": ["FUNCTION_CALL"]
|
|
},
|
|
"limits": {
|
|
"contextWindow": 8192,
|
|
"maxOutputTokens": 8192
|
|
},
|
|
"pricing": {
|
|
"input": {
|
|
"perMillionTokens": 0.1,
|
|
"currency": "USD"
|
|
},
|
|
"output": {
|
|
"perMillionTokens": 0.1,
|
|
"currency": "USD"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|