Files
letta-server/tests/model_settings/zai-glm-4.6.json
Ari Webb cd45212acb feat: add zai provider support (#7626)
* feat: add zai provider support

* add zai_api_key secret to deploy-core

* add to justfile

* add testing, provider integration skill

* enable zai key

* fix zai test

* clean up skill a little

* small changes
2026-01-12 10:57:19 -08:00

10 lines
173 B
JSON

{
"handle": "zai/glm-4.6",
"model_settings": {
"provider_type": "zai",
"temperature": 0.7,
"max_output_tokens": 4096,
"parallel_tool_calls": false
}
}