| 开发者 | jokioki |
|---|---|
| 更新时间 | 2026年7月28日 20:15 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/v1/models, /v1/chat/completions) instead of each backend's native API, so one connector serves them all.
Works with any OpenAI-compatible AI provider
OLLAMA_HOST=0.0.0.0:11434 ollama servehttp://localhost:11434), leaving the API key empty for local-only use.No. Requests go only to the endpoint you configure, which is normally a model running on your own machine or your own network.
No. Local-only mode requires no key. The API key field is only for endpoints published through a tunnel that requires a Bearer token.
Any backend exposing an OpenAI-compatible API, including Ollama, LM Studio, llama.cpp's server and vLLM.
No. Nothing is requested until you save an endpoint.
Check that your server is running and reachable from WordPress, then use the Refresh models button. The health card on the settings screen distinguishes an unreachable backend from an authentication failure or an empty model list.
The connector already uses a 300 second generation timeout. You can change it with the jokiruiz_local_model_connector_generation_timeout filter.