feat: Add xAI models support (#14523)

This commit is contained in:
Abdul Rahman
2025-09-16 21:25:11 +05:30
committed by GitHub
parent ba3cbd1676
commit 172cc12a82
9 changed files with 119 additions and 5 deletions
@@ -1419,7 +1419,8 @@ export enum ModelProvider {
ANTHROPIC = 'ANTHROPIC',
NONE = 'NONE',
OPENAI = 'OPENAI',
OPENAI_COMPATIBLE = 'OPENAI_COMPATIBLE'
OPENAI_COMPATIBLE = 'OPENAI_COMPATIBLE',
XAI = 'XAI'
}
export type Mutation = {