Using Arc Assistant with WatsonX, Google Gemini, Groq or any OpenAI compatible service

Hi all,

Since v4.6, the Arc Assistant allows you to use any OpenAI compatible service to power the Arc Assistant.

Below are a few examples of Arc settings to talk to Google Gemini, WatsonX and Groq (only one AI provider can be active):

Google Gemini

aiserviceapikey: APIKey
aiserviceprovider: openai
aiserviceurl: https://generativelanguage.googleapis.com/v1beta/openai/
aillmname: gemini-2.0-flash

Groq

aiserviceapikey: APIKey
aiserviceprovider: openai
aiserviceurl: https://api.groq.com/openai/v1
aillmname: llama-3.3-70b-versatile

WatsonX

aiserviceapikey: APIKey
aiserviceprovider: watsonx
aiwxprojectid: YourProjectID
aillmname: ibm/granite-3-8b-instruct

Deepseek

aiserviceapikey: APIKey
aiserviceprovider: openai
aiserviceurl: https://api.deepseek.com/v1
aillmname: deepseek-reasoner

If you want to use another LLM service provider, you need to ensure your service is OpenAI compatible.

Cheers,

Vincent

1 Like