parse-community / parse-community/parse-dashboard
Support OpenAI-compatible API providers (e.g., Zhipu AI, DeepSeek, etc.)
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 3.8k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
Feature Request
Is your feature request related to a problem? Please describe.
The AI Agent feature currently only supports OpenAI as a provider. This limits users who cannot access OpenAI services
(e.g., users in China) or prefer to use other LLM providers that offer OpenAI-compatible APIs.
Describe the solution you'd like
Support OpenAI-compatible API providers by allowing custom baseURL configuration, similar to how Parse Server
handles AI adapters.
Currently, the code only accepts provider: 'openai':
[REDACTED]
Describe alternatives you've considered
- Using Parse Server cloud functions as a workaround
- Direct integration in frontend applications
- Using proxy services (not ideal for production)
Additional context
[REDACTED]
Many Chinese LLM providers offer OpenAI-compatible APIs.
All of these use the same request/response format as OpenAI, only the baseURL differs.
This would make Parse Dashboard more accessible to international users and those who prefer alternative LLM providers
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.
Research direction
The issue does not name files or tests. Start by locating the AI Agent configuration that currently accepts provider: 'openai' and trace how its requests are built; compare the intended configuration with Parse Server AI adapters. Done means an OpenAI-compatible provider can use a custom baseURL without changing the shared request/response format, with coverage for the new configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- ai, api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100