mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-20 18:43:26 +00:00
docs: add SCX.ai to the providers list (#42520)
This commit is contained in:
parent
8b65fa2ef6
commit
7774461bbf
1 changed files with 29 additions and 0 deletions
|
|
@ -2097,6 +2097,35 @@ To use [Scaleway Generative APIs](https://www.scaleway.com/en/docs/generative-ap
|
|||
|
||||
---
|
||||
|
||||
### SCX.ai
|
||||
|
||||
[SCX.ai](https://scx.ai) is an Australian sovereign AI platform serving open models over an OpenAI-compatible API, hosted on renewable-powered infrastructure in Australia.
|
||||
|
||||
1. Head over to the [SCX.ai platform](https://platform.scx.ai) to create an account and generate an API key.
|
||||
|
||||
2. Run the `/connect` command and search for **SCX.ai**.
|
||||
|
||||
```txt
|
||||
/connect
|
||||
```
|
||||
|
||||
3. Enter your SCX.ai API key.
|
||||
|
||||
```txt
|
||||
┌ API key
|
||||
│
|
||||
│
|
||||
└ enter
|
||||
```
|
||||
|
||||
4. Run the `/models` command to select a model like _MiniMax-M2.7_ or _GLM-5.2_.
|
||||
|
||||
```txt
|
||||
/models
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### Snowflake Cortex
|
||||
|
||||
[Snowflake Cortex](https://docs.snowflake.com/en/user-guide/snowflake-cortex/cortex-rest-api) gives you access to frontier models (Claude, OpenAI GPT-5, and more) via an OpenAI-compatible API. All inference runs within the Snowflake perimeter and is billed in Snowflake credits. For per-model rates, see the [Snowflake Service Consumption Table](https://www.snowflake.com/legal-files/CreditConsumptionTable.pdf).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue