Linux 软件免费装
Banner图

AI Provider for LM Studio

开发者 rtcamp
milindmore22
vishal4669
aishwarryapande
aviralmittal89
更新时间 2026年8月20日 18:03
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

ai connector llm local-ai lmstudio

下载

1.1.2

详情介绍:

This plugin provides LM Studio integration for the WordPress AI Client. It allows you to run AI inference entirely on your own machine — connecting WordPress to a local LM Studio server with no cloud account or API key required. Features:

安装:

  1. Upload plugin files to /wp-content/plugins/ai-provider-for-lm-studio/.
  2. Activate Connector for LM Studio through the Plugins menu in WordPress.
  3. Start LM Studio and load a model.
  4. Configure the host URL and default model in Settings > LM Studio Settings.

屏幕截图:

  • LM Studio settings page showing host URL and model selection.
  • Example of generating post title using a local LM Studio model in the WordPress editor.
  • Example of generating alt text for an image using a vision-capable model in LM Studio.

升级注意事项:

1.1.2
  • Renamed constants fro _LMSTUDIO_ to _LM_STUDIO_

常见问题:

Do I need an API key?

Not by default. Connector for LM Studio local server can run without authentication. If your LM Studio server is configured with API token authentication, set the token in Settings > Connectors.

What host URL is used by default?

The default is http://localhost:1234. You can change this in Settings > LM Studio Settings or by setting the AI_PROVIDER_FOR_LM_STUDIO_HOST environment variable.

Can I change the LM Studio host URL?

Yes. Enter the full base URL (including port) in Settings > LM Studio Settings > Host URL, or set the AI_PROVIDER_FOR_LM_STUDIO_HOST environment variable. The environment variable takes priority over the admin setting.

Can I use vision / image-input models?

Yes. When a model loaded in LM Studio has vision capabilities, the plugin automatically uses the multimodal input format when image parts are included in a prompt. No additional configuration is needed.

Can this plugin generate images?

No. LM Studio supports LLM inference only. Text-to-image (image generation) is not available through this plugin.

Why does text generation sometimes time out?

Loading or warming up a large model in LM Studio can take significant time. The plugin automatically extends the HTTP timeout to 180 seconds for all requests to the configured LM Studio host to accommodate this. Additionally make sure to turn off thinking ability of model in LM Studio settings, as it can cause requests to hang indefinitely.

Which models are supported?

Any LLM-type model loaded in LM Studio is supported. Vision-capable models also support image input.

更新日志:

1.1.2 1.1.1 1.1.0 1.0.0