Discussion Forums

Developers Forum

Developer How To: Use Grok in the LLM interface

Hi everyone!

I noticed that to use Grok as the LLM directly from the model configuration, we had to have other components deployed in the GenAI Service image.

To avoid this, and to make it easy, we can select the openai base, any model, and then use this as the configuration:
{
\”openai_api_base\”: \”https://api.x.ai/v1\”,
\”model_name\”: \”grok-4.3\”
}

Attachments:
You must be logged in to view attached files.
Posted: June 2, 2026 at 9:48 am
Replies: 1
Jun 2, 2026

The JSON here have \” just to get this HTML not to change this.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.