docs(AI): Deprecate old APIs

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr
2024-07-26 10:09:25 +02:00
parent 224f864842
commit 8318361387
4 changed files with 15 additions and 2 deletions

View File

@@ -6,6 +6,9 @@ Speech-To-Text
.. versionadded:: 27
.. deprecated:: 30
Use the TaskProcessing API instead
Nextcloud offers a **Speech-To-Text** API. The overall idea is that there is a central OCP API that apps can use to request transcriptions of audio or video files. To be technology agnostic any app can provide this Speech-To-Text functionality by registering a Speech-To-Text provider.
Consuming the Speech-To-Text API

View File

@@ -6,6 +6,9 @@ Text-To-Image
.. versionadded:: 28
.. deprecated:: 30
Use the TaskProcessing API instead
Nextcloud offers a **Text-To-Image** API. The overall idea is that there is a central OCP API that apps can use to prompt tasks to latent diffusion AI models and similar image generation tools. To be technology agnostic any app can provide this functionality by registering a Text-To-Image provider.
Consuming the Text-To-Image API

View File

@@ -6,6 +6,10 @@ Text Processing
.. versionadded:: 27.1.0
.. deprecated:: 30
Use the TaskProcessing API instead
Nextcloud offers a **Text Processing** API. The overall idea is that there is a central OCP API that apps can use to prompt tasks to Large Language Models and similar text processing tools. To be technology agnostic any app can provide this functionality by registering Text Processing providers.
Consuming the Text Processing API

View File

@@ -6,6 +6,9 @@ Machine Translation
.. versionadded:: 26
.. deprecated:: 30
Use the TaskProcessing API instead
Nextcloud offers a **Translation** API. The overall idea is that there is a central OCP API that apps can use to request machine translations of text. To be technology agnostic any app can provide this Translation functionality by registering a Translation provider.
Consuming the Translation API