Skip to content

Commit b944e36

Browse files
committed
docs: craft basic usage page
1 parent ab5d3fa commit b944e36

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Basic Usage
3+
---
4+
5+
AISDK provides a simple and intuitive API for interacting with AI models.
6+
7+
You can easily perform tasks such as:
8+
- [Text Generation](/docs/concepts/generate-text)
9+
- [Streaming Text](/docs/concepts/stream-text)
10+
- [Image Generation](/docs/concepts/generate-image)
11+
12+
You can explore all available core features [here](/docs#core-features).
13+
14+
15+
## Text Generation
16+
17+
example: text generation using openai as a provider you can find more info about generating text [here](/docs/concepts/generate-text)
18+
19+
TODO: add example
20+
21+
## Streaming Text
22+
23+
example: streaming text generation using openai as a provider you can find more info about streaming text [here](/docs/concepts/stream-text)
24+
25+
TODO: add example

apps/docs/content/docs/(get-started)/meta.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"icon": "FastForward",
44
"pages": [
55
"index",
6-
"installation"
6+
"installation",
7+
"basic-usage"
78
],
89
"defaultOpen": true
910
}

0 commit comments

Comments
 (0)