nextcloud / nextcloud/integration_openai
Connect to multiple services
Open
@lukasdotcom is already working on this.
Since Aug 27, 2025.
enhancement
priority: medium
- Dominant language
- PHP
- Stars
- 75
- Forks
- 32
- Avg merge
- 9d 8h
- Merged PRs (30d)
- 4
Description
Describe the feature you'd like to request
Some services don't implement all the features/endpoints. Sometimes, image generation is missing or STT etc...
It would be nice to be able to connect to multiple services to make the app more flexible and increase the chances that everybody can use all the features.
Describe the solution you'd like
Two solutions:
- Basic: Keep some "main" URL+credentials and allow to optionally override them for each "feature/endpoint" (STT, TTS, image gen). All text generation (and chat) would use the "main" config.
- Aggregation. Allow admins to add any number of "connections". Then aggregate the models of all connected services.
I'm in favour of 1. which is simpler to implement. 1. is less flexible than 2. but I don't think we need so much flexibility in this app.
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.
Assessment
This issue has not been assessed yet.