Get More Stuff
You have successfully set up Red Ink with one model and are now looking for more?
This page provides you some help.
With one model configured, you have a good start, but there are so many more things you can configure and set up in Red Ink that helps you get more out of it.
Get more models, content and libraries
There are:
- Prompt and other libraries, some are even required to run certain features like “Find Clause” or “Doc Check”.
- Additional models you may be able to use with your API key (or you can configure more with additional API keys you may get, often at a low cost)
- “Special Services” that allow you to access content services from within Red Ink. They also need to be configured. Some are free, others are paid.
Get them with a simple link
Option 1: You configure Red Ink manually by setting the corresponding parameters in the add-in itself or via the configuration files. Everything is documented in the manual and the installation package provides you examples.
Option 2: You use the automatic installation and downloading feature (currently only in the Preview version). This is what we recommend to users with individual setups. It works as follows:
- To get all the sample libraries, scripts and templates and have Red Ink configured itself to use them, go to the ‘Settings’ menu within Word and choose ‘Get Sample Files’. You will be guided through the process. It will download sample files to the directory of Word where the configuration file is stored (usually %appdata%/Microsoft/Word) and add the necessary settings to allow Red Ink to make use of these files. They are the same files that are available also on the “More Downloads” page here.
- To get an additional AI model or a Special Service configured, check the offerings on the right side of this page. You will see various links that contain the configuration information for models and services. Click on the button ‘Get Model/Special Service’ below:
Once you have done so, you can automatically import configuration settings for your primary model (to update it), for your secondary model (to update it), to install many more models (referred to as “alternate models”) and content and other services (referred to as “Special Services”). Here’s what you need to do:
- You will be asked to provide a link. Copy and paste the link of the model/models/service you want to import from this page.
- Then press ‘OK’ and when the editor opens, press ‘Save’. Now this window will open and ask you which kind of settings you wish to import. We recommend to start with the alternate models (and get one of the links from Google, OpenAI or Perplexity that provide multiple variants):
- Confirm and provide your (service-provider specific) credentials (e.g., an API key), as asked by Red Ink. They will be stored in the local configuration file. Redi Ink will tell you that it will add or replace existing configuration settings, which you can confirm. Once that has happened, the configuration settings have been imported and the model or Special Service is ready to use (in the case of the primary or secondary model after reloading the configuration file).
Find out which model suits you best
We recommend to start with adding alternate models for which you have an API key, and then see whether you want to import one of the single model configurations to replace your current primary and/or secondary model to better suit your needs. You may wish to try various alternate models to find the configuration (e.g., level of reasoning) you find best for your use cases. Most use a model with low/minimum reasoning as the primary one (for daily tasks such as correcting and translating) and an auto or medium reasoning model as the secondary one. If you wish, also try out the Special Services. You can, of course, also add models and Special Services manually by editing the configuration files.
Hint: If you have configured Word for new models, then Excel and Outlook will have them available, too, as they by default share Word’s configuration settings.
Models
Copy the below links and paste them when asked by Red Ink. For more information on API provider and how to get your access credentials see here.
- Google Gemini 2.5 for GCP customers (minimal reasoning, e.g., for use as primary model)
- Google Gemini 2.5 for GCP customers (auto reasoning, e.g. for use as secondary model)
- Google Gemini 2.5 for GCP customers (multiple variants, including tooling, for use as alternate models)
- Google Gemini Pro 3 Preview for GCP customers (multiple variants, including image generation and tooling, for use as alternate models)
- OpenAI GPT-5 (low reasoning, e.g., for use as primary model)
- OpenAI GPT-5 (auto reasoning, e.g., for use as secondary model)
- OpenAI GPT-5 (multiple variants, including tooling, for use as alternate models)
- Perplexity (multiple variants, for use as alternate models)
- Anthropic Sonnet (no thinking, e.g., for use as primary model)
- Anthropic Opus (adaptive thinking, e.g. for use as secondary model)
- Microsoft Azure OpenAI Services GPT (low reasoning, for use as primary model, using the “Responses” API [= recommended])
- Microsoft Azure OpenAI Services GPT (high reasoning, for use as secondary model, using the “Responses” API [= recommended])
- Microsoft Azure OpenAI Services GPT (multiple variants, including tooling, for use as alternate model, using the “Responses” API [= recommended])
- Microsoft Azure OpenAI Services GPT (low reasoning, for use as primary model, using the “Chat Completions” API)
- Microsoft Azure OpenAI Services GPT (high reasoning, for use as secondary model, using the “Chat Completions” API)
- Microsoft Azure OpenAI Services GPT (multiple variants, including tooling, for use as alternate model, using the “Chat Completions” API)
Note 1: When using OpenAI models on Azure, we recommend using the Responses API, which supports both PDF and web grounding.
Note 2: If you use an on-prem or other OpenAI compatible model, they usually require the “Chat Completions” API; you can, therefore, use the Microsoft Azure OpenAI Services configuration templates that are made available for “Chat Completions” above and then modify them manually in the redink.ini and allmodels.ini file. Make sure you remove the UpdateSource parameter.
Content Providers
Copy the below links and paste them when asked by Red Ink. For more information on content providers see here. Some of the services offer only national content in local languages.
- Lexi Search (semantic search in Swiss case law, normal variant and research variant, 1 agentic search source) *
- OpenCaseLaw (31 agentic MCP search sources)
- Entscheidsuche.ch (search in Swiss case law, 5 agentic MCP search sources)
- LexFind (search in Swiss Federal and Cantonal statutory law) *
- Fedlex (semantic search in Swiss Federal statutory law, pilot project)
- Onlinekommentar.ch (free Swiss legal commentary, normal search and AI interface variant [= fragdenok.ch])
- Duden Mentor (German language writing assistant, normal variant and comman checking) *
- DeepL (translations) *
- Zefix (central index of all entries in the Swiss commercial registry) *
- Google search (via SerpAPI) *
* Requires subscription; click on the link to get more information
Note: Similar links will also be used for automatic updates where such updates are offered. You can turn off automatic updates, if you want.
Anything we can add or does not work? Let us know.
Network Environments / Centralized Configuration
You should not and cannot use this feature because all users share the same configuration file. However, you can also benefit from automatic updates to configuration files supported by Red Ink. Do the following two steps:
- Copy the Updatesource = parameter contained in the files that you can access through the above links and paste it into the segment of your model or service configuration file that contains the same set of parameters (e.g., if you have configured Lexi Search, then include the Updatesource line of the above link in your own configuration of Lexi Search).
- Include the below parameters in your redink.ini file:
; Enable automatic INI updates UpdateIni = True ; Set silent mode (choose based on security needs): ; 2 = SignedOnly (recommended - requires valid signature) ; 3 = LocalTrusted (allows local/network sources without signature) ; 4 = All (least secure - applies all updates silently) UpdateIniSilentMode = 2 ; Allow remote HTTPS sources if needed UpdateIniAllowRemote = True ; Enable logging for troubleshooting UpdateIniSilentLog = True
Note that Only UpdateIniSilentMode = 2 is necessary because the other parameters are by default set to these values. You can use them to turn off automatic updates, though. More details are in the manual.
The manual in Annex 5 also contains a detailed step-by-step instruction on how to set up Red Ink with a centrally managed configuration.