88API88API
User GuideAI ApplicationsAPI ReferenceHelp & Support

AI Applications

Supported AI applications and integration solutions

Overview

88API is compatible with various popular AI applications and tools. Below is a list of verified supported applications and their configuration guides.

Supported Applications

Integration Guide

Most applications only require configuring the following information to connect to 88API:

  1. API address: follow the application's field label; commonly https://88api.ai
  2. API Key: The token generated in the 88API console
  3. Model Name: Select the model to use

Different applications name the API address field differently:

Field shown in the applicationWhat to enter
Site URL, service URL, API addressUsually https://88api.ai
OpenAI Base URL, API Base URL, base endpointUsually https://88api.ai/v1

If the application automatically appends paths such as /v1/chat/completions, do not add /v1 manually. If the application asks for an OpenAI-compatible Base URL, or its guide explicitly says /v1 is required, use https://88api.ai/v1.

Do not add a trailing / to the API address. Use https://88api.ai or https://88api.ai/v1, not https://88api.ai/ or https://88api.ai/v1/; some applications append paths automatically and may produce //v1 or another double-slash endpoint.

For specific configuration steps, please refer to the detailed documentation of each application.