strix/docs
alex s 65d495bb7f
feat(config): STRIX_API_TYPE forces responses vs chat completions (#1324)
* Add api_type field to LlmSettings

Added 'api_type' field to LlmSettings for API path selection.

* Refactor API type handling in models.py

* Implement test for LlmSettings API type

Add test for API type override settings in LlmSettings.

* fix(tests): lint api_type test, cover the api_base override route, document STRIX_API_TYPE

* fix(models): keep LiteLLM chat-completions tool schema when STRIX_API_TYPE=responses

---------

Co-authored-by: RAJVARDHAN <95933896+vardhans07@users.noreply.github.com>
2026-09-16 11:13:30 -04:00
..
advanced feat(config): STRIX_API_TYPE forces responses vs chat completions (#1324) 2026-09-16 11:13:30 -04:00
cloud docs: trim crammed README sections and add cloud CLI and viewer docs pages 2026-09-02 18:35:45 +03:00
images docs: update screenshot and add to intro page 2026-01-22 13:09:45 -08:00
integrations docs: use openrouter/z-ai/glm-5.3 as the default model in setup examples 2026-09-02 16:52:53 +03:00
llm-providers docs: add Vercel AI Gateway provider guide 2026-09-12 19:37:41 +03:00
logo docs: add documentation to main repository 2026-01-20 21:13:32 -08:00
tools feat(web_search): add Exa as a web search provider alongside Perplexity (#1270) 2026-09-04 10:34:28 -07:00
usage docs: note viewer steering, history, and report prerequisites 2026-09-02 18:35:45 +03:00
contributing.mdx docs: use openrouter/z-ai/glm-5.3 as the default model in setup examples 2026-09-02 16:52:53 +03:00
docs.json docs: add Vercel AI Gateway provider guide 2026-09-12 19:37:41 +03:00
index.mdx docs: use openrouter/z-ai/glm-5.3 as the default model in setup examples 2026-09-02 16:52:53 +03:00
quickstart.mdx docs: use openrouter/z-ai/glm-5.3 as the default model in setup examples 2026-09-02 16:52:53 +03:00
README.md docs: add documentation to main repository 2026-01-20 21:13:32 -08:00

Strix Documentation

Documentation source files for Strix, powered by Mintlify.

Local Preview

npm i -g mintlify
cd docs && mintlify dev