feature: Custom AI for Chat Completions-only hosts (OpenAI provider uses Responses)
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 76/100
- Issue type
- Documentation
- Clarity
- Mostly clear
- Activity status
- Active
- Tech stack
- rust
- Domain
- ai, documentation
Research direction
Start by locating the Custom AI and OpenAI provider documentation, then compare the entry points named in backend/windmill-ai/src/providers/openai.rs and providers/other.rs. Document that OpenAI uses Responses while Custom AI appends /chat/completions to a /v1 base URL, including the PZERO example; done means a newcomer can configure a Chat Completions-only host without confusing the provider or URL.
Written by the indexing model from the issue text.
Description
The OpenAI AI provider builds {base_url}/responses (backend/windmill-ai/src/providers/openai.rs). Custom AI builds {base_url}/chat/completions (providers/other.rs). Two details are easy to get wrong on a Chat Completions-first host:
- Do not pick the OpenAI provider and paste a custom base URL. That wire is Responses.
- Custom AI base URL is the
/v1root. The code appends/chat/completions. Do not paste the chat path.
PZERO is a live OpenAI-compatible host. Catalog: GET https://api.pzero.studio/v1/models. Default text id: deepseek-v4-flash. Prepaid Bearer key (pzero_…). POST /v1/responses exists (401 without a key, not 404) but Chat Completions is the working path for agent tools.
Custom AI:
- Base URL:
https://api.pzero.studio/v1 - API key:
pzero_… - Model:
deepseek-v4-flash
No first-party provider asked. If a named vendor subsection is too much, OpenAI=Responses vs Custom AI=Chat Completions is the docs gap.
- Dominant language
- Rust
- Stars
- 18k
- Forks
- 1.1k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 328
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from windmill-labs/windmill
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
windmill-labs/windmill#11234 ·
-
bug webmux_oneshot
windmill-labs/windmill#11219 · 1 assignee ·
-
bug
windmill-labs/windmill#11196 · 1 assignee ·
-
windmill-labs/windmill#11002 · 1 assignee ·
-
windmill-labs/windmill#10926 · 1 comment · 1 assignee ·
All issues in windmill-labs/windmill
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
Eynzof/Hermes-CN-Desktop#610 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
gitbutlerapp/gitbutler#15998 · 1 comment ·
-
bug triage:deciding
Difficulty 1/5 Under an hour Newbie friendliness 88/100
open-telemetry/otel-arrow#4132 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100