ak_... API key, and an abliteration.ai model ID. Strix uses AI agents to inspect source code and test web applications, APIs, and infrastructure from a Docker sandbox.
Prerequisites
- Docker running locally
- An
ak_...key from the console
Install
Install the Strix CLI:Configure
Use Abliterated Model Large V2 for source code, API, and text-driven web testing:openai/ prefix in STRIX_LLM. It tells Strix to send OpenAI Chat Completions requests to the configured base URL. Set the context fallback because Strix does not currently have built-in metadata for abliteration.ai model IDs.
Do not append
/chat/completions to LLM_API_BASE. Strix adds the endpoint path.Run a test
Test a local project:Choose a model
To use the previous large model:
view_image tool, use abliterated-model instead. See models for the complete capability and context-window comparison.
Reasoning and usage limits
All abliteration.ai models reason by default. Strix does not currently recognize their reasoning metadata, soSTRIX_REASONING_EFFORT does not change the reasoning level for these model IDs. Each model uses its documented default; see thinking and reasoning effort.
Strix may also warn that the selected model is not a recommended frontier model. The warning is based on model-name recognition and does not prevent the scan from running.
Troubleshooting
Authentication fails
Confirm thatLLM_API_KEY contains an active ak_... key and that LLM_API_BASE ends in /v1.
Image requests return 400
The large models are text-only. Switch to openai/abliterated-model and set STRIX_CONTEXT_FALLBACK_TOKENS=262144.