LemonAI
  • Getting Started
    • Get to know Lemon quickly
  • Function Introduction
    • Quick to get started
    • Setting
      • Basic Settings
      • Model Service Settings
        • WanJie Data
        • DeepSeek
        • SiliconFlow
        • Volcengine
        • Bailian
        • O3
        • OpenAI
        • Custom Service Provider
      • Search Service Settings
        • Search Services
          • Tavily network login registration tutorial
      • Default Model Settings
      • Experience Library
  • Development Deployment Guidelines
    • Start local development quickly
    • Docker Quick Deployment
      • Mac Docker Deployment Tutorial
        • Method 1 (recommend) Docker deployment Mac netw...
        • Method 2 Docker Mac Command deployment document
        • Method 3: Docker Mac client installation and de...
      • Windows Docker Deployment Tutorial
        • Method 1 (recommend) Docker deployment Windows ...
        • Method 2 Docker Windows command deployment docu...
        • Method 3 Docker Windows client installation and...
    • Profile Introduction
    • Deployment FAQ
  • Version Update
    • Lemon v0.1 Update Description
  • protocol
    • LICENSE
    • Service agreement
    • Privacy Policy
Powered by GitBook
On this page
  • API Key
  • API Address
  • Add Model
  1. Function Introduction
  2. Setting

Model Service Settings

PreviousBasic SettingsNextWanJie Data

Last updated 4 days ago

The current page only introduces the interface functions, and the configuration tutorial can be referred.Self-subscription model service settingsCourse.

::: When using the built-in service provider, you only need to fill in the corresponding secret key.

Different service providers may call the secret Key differently. The secret Key, Key, API Key, token, etc. all refer to the same thing. :::

API Key

In Lemon, a single service provider supports the use of a single Key.

API Address

Generally, you do not need to fill in the API address when using the built-in service provider. If you need to modify the API address, please fill in the API address strictly according to the corresponding official document.

If the address given by the service provider is in the https://xxx.xxx.com/v1/chat/complet ions format, you only need to fill in the root address part (https://xxx.xxx.com). Lemon AI automatically splices the remaining paths (/v1/chat/completions),Failure to fill in the form as required may result in non-normal use.

::: (Most of the service providers of the large language model routing is unified, under normal circumstances do not need to carry out the following operations.). If the API path of the service provider is v2, v3/chat/completions or other versions, you can manually enter the corresponding version in the address bar"/"End; Use the full address provided by the service provider when the service provider request route is not regular/v1/chat/completions, and use#Ending.

Namely:

API address usage/Only "chat/completions" splices at the end"

API address usage#At the end, no splicing operation is performed, only the filled address is used.

Add Model

In General, click the service provider configuration page to display the models supported by the service provider. Click Add to add the required models as needed. The added models are displayed in the model list.