Skip to content

Legacy Experimental Features

WARNING

The old experimental_openai section has been replaced by the new LLM Parser. This page remains only for old config files and old links.

Since 3.3, AI title parsing is configured through the llm section.

  • If the old OpenAI config has an API key or is enabled, and the new llm section is still empty, AutoBangumi migrates it on startup.
  • The old behavior was LLM-first, so migrated configs use mode: "primary".
  • experimental_openai remains in the config file for downgrade compatibility.

Use these pages for new deployments:

Legacy Section

Section: experimental_openai

KeyDescriptionStatus
enableEnable old OpenAI parserdeprecated
api_keyOpenAI API keymigrated to llm.api_key
api_baseOpenAI / Azure API base URLmigrated to llm.base_url
api_typeopenai or azuredeprecated
api_versionAzure API versiondeprecated
modelOpenAI modelmigrated to llm.model
deployment_idAzure deployment IDdeprecated

AutoBangumi is released under the MIT License. (latest: v3.3.2)