|
| 1 | +{ |
| 2 | + "name": "ember-cloud", |
| 3 | + "description": "", |
| 4 | + "default": { |
| 5 | + "params": [ |
| 6 | + { "key": "max_tokens", "defaultValue": 1024, "minValue": 1, "maxValue": 131000 }, |
| 7 | + { "key": "temperature", "defaultValue": 1, "minValue": 0, "maxValue": 2 }, |
| 8 | + { "key": "top_p", "defaultValue": 1, "minValue": 0, "maxValue": 1 }, |
| 9 | + { "key": "stop", "defaultValue": null, "type": "array-of-strings", "skipValues": [null, []] }, |
| 10 | + { "key": "stream", "defaultValue": true, "type": "boolean" }, |
| 11 | + { |
| 12 | + "key": "tool_choice", |
| 13 | + "type": "non-view-manage-data", |
| 14 | + "defaultValue": null, |
| 15 | + "options": [ |
| 16 | + { "value": "none", "name": "None" }, |
| 17 | + { "value": "auto", "name": "Auto" }, |
| 18 | + { "value": "required", "name": "Required" }, |
| 19 | + { "value": "custom", "name": "Custom", "schema": { "type": "json" } } |
| 20 | + ], |
| 21 | + "skipValues": [null, []], |
| 22 | + "rule": { |
| 23 | + "default": { |
| 24 | + "condition": "tools", |
| 25 | + "then": "auto", |
| 26 | + "else": null |
| 27 | + } |
| 28 | + } |
| 29 | + } |
| 30 | + ], |
| 31 | + "messages": { "options": ["system", "user", "assistant"] }, |
| 32 | + "type": { "primary": "chat", "supported": ["tools"] } |
| 33 | + }, |
| 34 | + "glm-5": { |
| 35 | + "params": [{ "key": "max_tokens", "maxValue": 131000 }], |
| 36 | + "type": { "primary": "chat", "supported": ["tools"] } |
| 37 | + }, |
| 38 | + "glm-4.7": { |
| 39 | + "params": [{ "key": "max_tokens", "maxValue": 131000 }], |
| 40 | + "type": { "primary": "chat", "supported": ["tools"] } |
| 41 | + }, |
| 42 | + "glm-4.7-flash": { |
| 43 | + "params": [{ "key": "max_tokens", "maxValue": 131000 }], |
| 44 | + "type": { "primary": "chat", "supported": ["tools"] } |
| 45 | + }, |
| 46 | + "glm-4.6": { |
| 47 | + "params": [{ "key": "max_tokens", "maxValue": 128000 }], |
| 48 | + "type": { "primary": "chat", "supported": ["tools"] } |
| 49 | + }, |
| 50 | + "glm-4.5": { |
| 51 | + "params": [{ "key": "max_tokens", "maxValue": 96000 }], |
| 52 | + "type": { "primary": "chat", "supported": ["tools"] } |
| 53 | + }, |
| 54 | + "glm-4.5-air": { |
| 55 | + "params": [{ "key": "max_tokens", "maxValue": 96000 }], |
| 56 | + "type": { "primary": "chat", "supported": ["tools"] } |
| 57 | + } |
| 58 | +} |
0 commit comments