xAI
Configure xAI as a custom endpoint in IntelliAsk.
xAI serves its Grok models through an OpenAI-compatible API that you can add to IntelliAsk as a custom endpoint.
Get an API key
Create a key from the xAI console. Add it to your .env file:
Configuration
Add the endpoint under endpoints.custom in your intelliask.yaml:
Notes
titleMethod: "completion"generates conversation titles through the chat completions endpoint, which is what Grok supports.
Last updated on