New APINew API

LunaTranslator - Open Source GalGame Translator

LunaTranslator Tutorial — An open-source GalGame / visual novel translator that supports HOOK, OCR, and AI translation engines. Integrates with New API to improve translation quality.

Chat Settings Options

In the New API console's System Settings -> Chat Settings, you can add the following shortcut option for one-click population into LunaTranslator from the Token Management page:

{ "LunaTranslator": "lunatranslator://llmapi/base64?data={cheryConfig}" }

LunaTranslator is an open-source and free visual novel (GalGame) translator, dedicated to providing a native-level visual novel gaming experience.

Feature Support

  • HOOK Primarily uses HOOK to extract game text, adapting to almost all common and niche visual novels.

  • In-game Translation For some games, translation can be directly embedded into the game for an immersive experience.

  • HOOK Emulator For most games on NS/PSP/PSV/PS2, HOOK emulator support allows direct reading of game text.

  • OCR Built-in high-precision OCR models, and supports many other online & offline OCR engines for flexible reading of any text.

  • Rich Translation Interfaces Supports almost all translation engines, including large language model translation, offline translation, etc.

  • Language Learning Supports Japanese word segmentation and kana furigana, AnkiConnect, and Yomitan plugin.

  • Speech Synthesis Supports a large number of online & offline speech synthesis engines.

  • Speech Recognition On Windows 10 and Windows 11, Windows Speech Recognition can be used.

Installation Method

Download and install from LunaTranslator Documentation - Download & Launch & Update

Integrating NewAPI into LunaTranslator

LunaTranslator supports integration with locally deployed New API. Please use your own deployed New API, or ensure that the service provider has legitimate upstream authorization and compliance obligations for their New API service. Do not connect API addresses or keys from unknown sources to production environments.

One-Click Configuration

  1. In the New API console's System Settings -> Chat Settings, add the following shortcut option:

    { "LunaTranslator": "lunatranslator://llmapi/base64?data={cheryConfig}" }

    add_config

  2. In the NewAPI -> Console -> Token Management tab, select the token you want to use in LunaTranslator, click the dropdown option next to the chat button, choose LunaTranslator, and you will be redirected to LunaTranslator with the API address and API Key automatically configured.

    跳转到 LunaTranslator

  3. In LunaTranslator -> Settings -> Translation Settings -> Large Models, a new large model interface configuration will appear; click Edit.

    设置api

  4. Click the refresh button next to the model dropdown to retrieve the NewAPI platform's model list, select or enter the model name, then click OK to save.

    设置模型

  5. Check if the toggle switch next to the new_api large model interface configuration is turned on. If not enabled, enable the interface to start using it.

    开启配置

Manual Configuration

  1. In the NewAPI -> Console -> Token Management tab, obtain the API Key.

    获取 API Key

  2. In LunaTranslator -> Settings - Translation Settings -> Large Models, select Add.

    添加 API

  3. Copy the Large Model General Interface template and add a new interface.

    添加 API2

  4. In the newly added interface, fill in the corresponding API Address and API Key.

    设置 API1

    设置 API2

  5. Click the refresh button next to the model dropdown to retrieve the NewAPI platform's model list, select or enter the model name, then click OK to save.

    设置 API3

  6. Click the toggle switch next to NewAPI to enable the interface and start using it.

    打开API

For more usage methods, please refer to the official LunaTranslator documentation: LunaTranslator Documentation - Large Model Translation Interface

How is this guide?