Openrouter & Google Setup
OpenRouter Integration Setup
Create an OpenRouter account:
https://openrouter.ai/After creating your account, log in.
Go to:
OpenRouter → Settings → KeysCopy your default API key.
Add credits to your OpenRouter account to increase rate limits:
https://openrouter.ai/creditsCopy a Model ID from the OpenRouter Models page.
Go back to your Admin Panel:
Admin Panel → Settings → LLM & Model ConfigurationPaste the OpenRouter API Key into the OpenRouter API Key field.
Paste the Model ID into the LLM & Model Configuration section of the Settings page in the Admin Panel.
The system allows you to add large, medium, and small models. You can assign the most expensive model as Large, the next as Medium, and the lowest-cost model as Small.
By default, Gemini 3.1 Pro is set as the Large model, Gemini 3 Flash as the Medium model, and Grok 4.1 Fast as the Small model.
We do not recommend using free models, as they can cause many issues due to inconsistent behavior. Free models may also close the connection before completing the response.
Google Integration Setup
Follow these steps to configure Google Login:
Log in to your Google Cloud Console
https://console.cloud.google.com/Create a new project
https://console.cloud.google.com/projectcreateNavigate to APIs & Services.
From the sidebar, go to OAuth Consent Screen
https://console.cloud.google.com/apis/credentials/consentSet User Type to External and click Create.
Fill in your app details, then click Save and Continue.
In the Scopes section:
- Click Add or remove scopes
- Select the following scopes:
userinfo.emailuserinfo.profile
Complete the remaining steps of the setup.
From the sidebar, go to Credentials.
Click Create Credentials → OAuth Client ID.
Set Application Type to Web Application.
Under Authorized Redirect URIs, paste your redirect URL.
You can find this in:
Admin → Settings → Other Integrations → Google Authentication
It appears right below the Google Client ID field.
After creating the credentials, copy the Client ID and Client Secret.
Paste them into:
Admin → Settings → Other Integrations → Google Authentication