Skip to main content
Image and video generation from xAI. Another model to reach for when a page needs a different look.

Connecting

In the dashboard, open Connectors, find xAI and press Connect. The key you enter is checked against xAI before anything is saved, so a key that is refused never becomes a connection that fails later.

What you will need

Getting the credential

  1. Sign up at console.x.ai
  2. Create an API key under API Keys
  3. Paste it into the connector

Notes

  • Video is asynchronous. generate_video returns a request_id; call get_video with it until status is done. A video can also come back failed or expired.
  • Both image and video results are copied onto BoostGPT storage. xAI serves them from temporary URLs that stop working, so the link the agent hands back is ours, not theirs.
  • xAI does not offer a speech API. The previous generate_speech tool called an endpoint that answers 403 for every account and has been removed.

What an agent can do with it

Useful resources