everyapi
Integration · Chinese LLM knowledge base / workflow platformOpenAI-compatible · one key · live model catalog
FastGPT

Run the EveryAPI gateway inside FastGPT

FastGPT is an open-source knowledge-base and workflow platform. Its model configuration has changed across releases, so use the current FastGPT model-provider documentation to add an OpenAI-compatible endpoint for EveryAPI.

01Setup code

One base URL line points FastGPT at EveryAPI

Default global Base URL / China-first Base URL: https://api.everyapi.ai/v1 / https://api-cn.everyapi.ai/v1

02Steps

From zero to your first call

  1. Deploy FastGPT

    Choose a supported FastGPT deployment method from its current official documentation and note the version you are running.

    github.com/labring/FastGPT

  2. Open the current model configuration

    Open the model-provider or channel settings documented for your FastGPT version. Older guides that rely on a bundled OneAPI path may not match current releases.

  3. Add the EveryAPI channel

    Add an OpenAI-compatible model using https://api.everyapi.ai/v1, an EveryAPI key, and a model ID from your account catalog. Follow FastGPT’s current field names and URL requirements.

  4. Attach the model in a FastGPT workflow

    Select the configured model in a test application or workflow and verify a request before using it with a production knowledge base.