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.
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.