Files
letta-server/tests/configs/llm_model_configs/sglang.json
Devansh Jain dfa6ee0c23 feat: add SGLang support (#8838)
* add sglang support

* add tests

* normalize base url

* cleanup

* chore: regenerate autogenerated API files for sglang support
2026-01-29 12:43:51 -08:00

9 lines
223 B
JSON

{
"context_window": 8192,
"model_endpoint_type": "openai",
"provider_name": "sglang",
"model_endpoint": "http://127.0.0.1:30000/v1",
"model": "Qwen/Qwen2.5-0.5B-Instruct",
"put_inner_thoughts_in_kwargs": true
}