mirror of
https://github.com/nextcloud/documentation.git
synced 2025-12-12 07:29:47 +07:00
docs(AI): Deprecate old APIs
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
@@ -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
|
||||
@@ -182,4 +185,4 @@ The provider class is registered via the :ref:`bootstrap mechanism<Bootstrapping
|
||||
|
||||
public function boot(IBootContext $context): void {}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -187,4 +190,4 @@ The provider class is registered via the :ref:`bootstrap mechanism<Bootstrapping
|
||||
|
||||
public function boot(IBootContext $context): void {}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user