Replies: 4 comments 4 replies
-
only these are supported for agents right now, apart from this no other provider or custom even , is not supported hence I was facing the above issue |
Beta Was this translation helpful? Give feedback.
-
Grok 3 working fine on my end: Custom endpoint config: - name: "xai"
apiKey: "${XAI_API_KEY}"
baseURL: "https://api.x.ai/v1"
models:
default: ["grok-3-latest"]
fetch: true
titleConvo: true
titleMethod: "completion"
titleModel: "grok-beta"
summarize: false
summaryModel: "grok-beta"
forcePrompt: false
modelDisplayLabel: "Grok" This has nothing to do with agents:
disableBuilder: false
allowedProviders: ["openAI", "azureOpenAI", "anthropic", "google", "xai"] |
Beta Was this translation helpful? Give feedback.
-
Hi, it suggests that the configured api key is incorrect and needs to be fetched from xai . But then again as a model in xai endpoint it works absolutely fine |
Beta Was this translation helpful? Give feedback.
-
Check this thread to see how to configure Grok 3 as provided by Azure: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,I have my yaml config set as -
custom:
- name: "Deepseek"
apiKey: "${deepseek_api_key}"
baseURL: "<>"
models:
default: ["DeepSeek-R1"]
fetch: false
titleConvo: true
directEndpoint: true
titleModel: "DeepSeek-V3-0324"
modelDisplayLabel: "Deepseek"
- name: "xai"
apiKey: "<>"
baseURL: "<>"
models:
default: ["grok-3"]
fetch: false
titleConvo: true
directEndpoint: true
titleModel: "grok-3"
modelDisplayLabel: "xAI"
So ,I have created an env var also as- XAI_API_KEY and passed the key. But when I choose the model grok 3 for agent then it fails with the following message-
So can custom models be used to create agents?
PS- The key is correct as for normal model conversation it works.
Beta Was this translation helpful? Give feedback.
All reactions