File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
apps/docs/content/docs/(get-started) Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 33 "icon" : " FastForward" ,
44 "pages" : [
55 " index" ,
6- " installation"
6+ " installation" ,
7+ " basic-usage"
78 ],
89 "defaultOpen" : true
910}
You can’t perform that action at this time.
0 commit comments