@picsart/ai-sdk 3.17.5 → 3.17.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
# @picsart/ai-sdk
|
|
2
2
|
|
|
3
|
-
Generate images,
|
|
3
|
+
Generate images, video, audio, and text with 100+ AI models.
|
|
4
4
|
|
|
5
5
|
## Documentation
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Full guides, the model catalog, and the API reference live on the Picsart API Platform:
|
|
8
8
|
|
|
9
|
-
- [
|
|
10
|
-
- [
|
|
9
|
+
- [Documentation](https://picsart.com/api-platform/docs) -- overview and guides
|
|
10
|
+
- [Quickstart](https://picsart.com/api-platform/docs/quickstart) -- install, authenticate, first generation
|
|
11
|
+
- [SDK guide](https://picsart.com/api-platform/docs/sdk) -- client setup, `generate`/`generateText`, Drive, lifecycle
|
|
12
|
+
- [Authentication](https://picsart.com/api-platform/docs/authentication) -- create an API key
|
|
13
|
+
- [Model catalog](https://picsart.com/api-platform/models) -- browse every supported model
|
|
14
|
+
- [API reference](https://picsart.com/api-platform/docs/api-reference)
|
|
11
15
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
Repository: [gitlab.com/picsart/backend/Editor/external-ai-integrations/pa-gen-ai-sdk](https://gitlab.com/picsart/backend/Editor/external-ai-integrations/pa-gen-ai-sdk)
|
|
16
|
+
Repository: [github.com/PicsArt/ai-sdk](https://github.com/PicsArt/ai-sdk)
|
|
15
17
|
|
|
16
18
|
## Quick Start
|
|
17
19
|
|