We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d7cdd commit dc04327Copy full SHA for dc04327
spring-ai-docs/src/main/antora/modules/ROOT/images/spring-ai-generic-model-api.jpg
386 KB
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/index.adoc
@@ -3,3 +3,28 @@
3
== Introduction
4
5
The following sections introduce each part of the API.
6
+
7
+The <<generic-model-api>> can help you understand the basic constructs used implementing all the other APIs.
8
9
+== APIs
10
+* xref:api/embeddings.adoc[Embeddings API]
11
+* xref:api/chatclient.adoc[Chat Completion API]
12
+* xref:api/[Image Generation API](WIP)
13
14
+== Spring AI Generic Model API [[generic-model-api]]
15
16
+image::spring-ai-generic-model-api.jpg[width=900, align="center"]
17
18
+=== ModelClient
19
20
+=== StreamingModelClient
21
22
+=== ModelRequest
23
24
+=== ModelOptions
25
26
+=== ModelResponse
27
28
+=== ModelResult
29
30
0 commit comments