Skip to content

Latest commit

 

History

History
45 lines (39 loc) · 818 Bytes

File metadata and controls

45 lines (39 loc) · 818 Bytes
title xAI
slug ../xai

Discover xAI models here

Get an API key from the xAI Console

Configuration

```yaml title="config.yaml" name: My Config version: 0.0.1 schema: v1

models: - name: <MODEL_NAME> provider: xai model: <MODEL_ID> apiKey: <YOUR_XAI_API_KEY>

</Tab>
<Tab title="JSON (Deprecated)">
```json title="config.json"
{
  "models": [
    {
      "title": "<MODEL_NAME>",
      "provider": "xai",
      "model": "<MODEL_ID>",
      "apiKey": "<YOUR_XAI_API_KEY>"
    }
  ]
}
**Check out a more advanced configuration [here](https://continue.dev/xai/grok-code-fast-1?view=config)**