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.
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
From zero to your first call
- Deploy FastGPT
Choose a supported FastGPT deployment method from its current official documentation and note the version you are running.
github.com/labring/FastGPT
- 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.
- 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.
- 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.
