diff options
| author | Aman Kalra <[email protected]> | 2026-02-12 22:22:35 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-12 15:22:35 -0600 |
| commit | 11dd281c92d88726aa4a5da762b8f9300572ccf1 (patch) | |
| tree | d21f8d1da7d8265b2b4ea214116aacfb33551227 /packages/web/src | |
| parent | 548608b7ad1252af3181201ef764b16c05d0b786 (diff) | |
| download | opencode-11dd281c92d88726aa4a5da762b8f9300572ccf1.tar.gz opencode-11dd281c92d88726aa4a5da762b8f9300572ccf1.zip | |
docs: update STACKIT provider documentation with typo fix (#13357)
Co-authored-by: amankalra172 <[email protected]>
Diffstat (limited to 'packages/web/src')
| -rw-r--r-- | packages/web/src/content/docs/providers.mdx | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/providers.mdx b/packages/web/src/content/docs/providers.mdx index e7befcf02..7e0ee1a2d 100644 --- a/packages/web/src/content/docs/providers.mdx +++ b/packages/web/src/content/docs/providers.mdx @@ -1478,6 +1478,38 @@ SAP AI Core provides access to 40+ models from OpenAI, Anthropic, Google, Amazon --- +### STACKIT + +STACKIT AI Model Serving provides fully managed soverign hosting environment for AI models, focusing on LLMs like Llama, Mistral, and Qwen, with maximum data sovereignty on European infrastructure. + +1. Head over to [STACKIT Portal](https://portal.stackit.cloud), navigate to **AI Model Serving**, and create an auth token for your project. + + :::tip + You need a STACKIT customer account, user account, and project before creating auth tokens. + ::: + +2. Run the `/connect` command and search for **STACKIT**. + + ```txt + /connect + ``` + +3. Enter your STACKIT AI Model Serving auth token. + + ```txt + ┌ API key + │ + │ + └ enter + ``` + +4. Run the `/models` command to select from available models like _Qwen3-VL 235B_ or _Llama 3.3 70B_. + + ```txt + /models + ``` +--- + ### OVHcloud AI Endpoints 1. Head over to the [OVHcloud panel](https://ovh.com/manager). Navigate to the `Public Cloud` section, `AI & Machine Learning` > `AI Endpoints` and in `API Keys` tab, click **Create a new API key**. |
