nextcloud / nextcloud/integration_openai

Connect to multiple services

Open
#263 0 comments 3 reactions 1 assignee View on GitHub

@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:

  1. 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.
  2. 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.