Skip to content
This repository was archived by the owner on Jan 24, 2026. It is now read-only.

Commit e6b7b2d

Browse files
author
Teynar
committed
feat(providers): add xAI provider
1 parent 83d7b13 commit e6b7b2d

3 files changed

Lines changed: 410 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The development of this application gives me confidence in Kotlin/Ktor/kotlinx.s
1818

1919
## Currently supported
2020

21-
Proxy from: OpenAI, Claude, DashScope(Alibaba Qwen), Gemini, Deepseek, Mistral, SiliconFlow.
21+
Proxy from: OpenAI, Claude, DashScope(Alibaba Qwen), Gemini, Deepseek, Mistral, SiliconFlow, xAI.
2222

2323
Proxy as: LM Studio, Ollama.
2424

@@ -168,4 +168,14 @@ apiProviders:
168168
apiKey: <your_api_key>
169169
modelList:
170170
- gemini-2.5-flash-preview-04-17
171+
xAI:
172+
type: xAI
173+
apiKey: <your_api_key>
174+
modelList:
175+
- grok-code-fast-1
176+
- grok-4-fast-reasoning
177+
- grok-4-fast-non-reasoning
178+
- grok-4-0709
179+
- grok-3-mini
180+
- grok-3
171181
```

0 commit comments

Comments
 (0)