Skip to content

Commit dc04327

Browse files
committed
Add Geneic Model API diagram to the docs
1 parent 21d7cdd commit dc04327

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed
Loading

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/index.adoc

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,28 @@
33
== Introduction
44

55
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

Comments
 (0)