docs: add Scarf usage-analytics pixel to docs + README

Co-Authored-By: Alex Schapiro <bearsyankees@gmail.com>
This commit is contained in:
Devin AI
2026-06-30 18:15:08 +00:00
parent f342808d2b
commit 1099eefedd
27 changed files with 112 additions and 0 deletions
+4
View File
@@ -3,6 +3,10 @@ title: "Anthropic"
description: "Configure Strix with Claude models"
---
import { ScarfPixel } from "/snippets/scarf-pixel.mdx";
<ScarfPixel />
## Setup
```bash
+4
View File
@@ -3,6 +3,10 @@ title: "Azure OpenAI"
description: "Configure Strix with OpenAI models via Azure"
---
import { ScarfPixel } from "/snippets/scarf-pixel.mdx";
<ScarfPixel />
## Setup
```bash
+4
View File
@@ -3,6 +3,10 @@ title: "AWS Bedrock"
description: "Configure Strix with models via AWS Bedrock"
---
import { ScarfPixel } from "/snippets/scarf-pixel.mdx";
<ScarfPixel />
## Setup
```bash
+4
View File
@@ -3,6 +3,10 @@ title: "Local Models"
description: "Run Strix with self-hosted LLMs for privacy and air-gapped testing"
---
import { ScarfPixel } from "/snippets/scarf-pixel.mdx";
<ScarfPixel />
Running Strix with local models allows for completely offline, privacy-first security assessments. Data never leaves your machine, making this ideal for sensitive internal networks or air-gapped environments.
## Privacy vs Performance
+4
View File
@@ -3,6 +3,10 @@ title: "Novita AI"
description: "Configure Strix with Novita AI models"
---
import { ScarfPixel } from "/snippets/scarf-pixel.mdx";
<ScarfPixel />
[Novita AI](https://novita.ai) provides fast, cost-efficient inference for open-source models via an OpenAI-compatible API.
## Setup
+4
View File
@@ -3,6 +3,10 @@ title: "OpenAI"
description: "Configure Strix with OpenAI models"
---
import { ScarfPixel } from "/snippets/scarf-pixel.mdx";
<ScarfPixel />
## Setup
```bash
+4
View File
@@ -3,6 +3,10 @@ title: "OpenRouter"
description: "Configure Strix with models via OpenRouter"
---
import { ScarfPixel } from "/snippets/scarf-pixel.mdx";
<ScarfPixel />
[OpenRouter](https://openrouter.ai) provides access to 100+ models from multiple providers through a single API.
## Setup
+4
View File
@@ -3,6 +3,10 @@ title: "Overview"
description: "Configure your AI model for Strix"
---
import { ScarfPixel } from "/snippets/scarf-pixel.mdx";
<ScarfPixel />
Strix uses [LiteLLM](https://docs.litellm.ai/docs/providers) for model compatibility, supporting 100+ LLM providers.
## Configuration
+4
View File
@@ -3,6 +3,10 @@ title: "Google Vertex AI"
description: "Configure Strix with Gemini models via Google Cloud"
---
import { ScarfPixel } from "/snippets/scarf-pixel.mdx";
<ScarfPixel />
## Installation
Vertex AI requires the Google Cloud dependency. Install Strix with the vertex extra: