Skip to main content

Connect to OpenAI-compatible endpoints from Excel and Word

On Microsoft Excel and Word, GPT for Work can connect to any LLM service that provides an OpenAI-compatible API endpoint. You can connect to two main types of services: cloud-based platforms, which provide access to models over the internet with no software installation or setup required on your part, and local servers, which you run on a local machine, such as your own computer or another computer on a local network. Once connected, all models available through the service become available to use in GPT for Excel and Word.

Here are some popular services that provide an OpenAI-compatible endpoint:

Connecting to an OpenAI-compatible endpoint in GPT for Work means configuring the endpoint and selecting one of the models available through the endpoint.

Prerequisites
  • Endpoint URL and, if needed, API key for accessing the service.

  • The endpoint must support the following OpenAI-compatible API resource paths:

    • /v1/models
    • /v1/completions
note

Depending on the model you use, the model settings defined in GPT for Work (temperature (creativity), top-p, frequency penalty, and presence penalty) may not work as expected. If you get bad results, try tweaking the settings.

Configure the endpoint

  1. Open a Microsoft Excel workbook.

  2. Click GPT for Excel Word in the Home tab.

    Home Ribbon

    info

    You can also go to Home > Add-ins > My add-ins > GPT for Excel Word.

  3. In the sidebar menu, select API keys & endpoints.

    Set API keys
  4. Select the endpoints tab.

    Select the endpoints tab
  5. In the Custom endpoints section, define the endpoint settings:

    • Endpoint URL: Enter the URL of the service that provides the endpoint.

    • API key (optional): If required, enter the API key for accessing the service.

    • Display name (optional): Enter a short name that is prefixed to the model names in the model switcher. By default, the model names are prefixed with "custom".

    Endpoint settings
  6. Click Check to validate the settings, and click Save.

    Check and save endpoint settings
    tip

    If you get an error saying that the URL is invalid, make sure that the endpoint supports:

    • Cross-origin resource sharing (CORS). See the LM Studio setup instructions for macOS or Windows.

    • HTTPS (needed with Safari and with Microsoft Office for Mac). See the LM Studio setup instructions for macOS.

You have set the endpoint URL in GPT for Excel. You can now select models available through the endpoint.

Select a model

  1. Expand the model switcher. You can find the available models under Use your API key or endpoint.

    Select a model
    note

    The available models depend on the models provided by the service.

  2. Select a model.

GPT for Excel now uses the selected model to generate all responses.