@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.
Files changed (2) hide show
  1. package/README.md +9 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,17 +1,19 @@
1
1
  # @picsart/ai-sdk
2
2
 
3
- Generate images, videos, and audio with 100+ AI models.
3
+ Generate images, video, audio, and text with 100+ AI models.
4
4
 
5
5
  ## Documentation
6
6
 
7
- Interactive guides deployed via GitLab Pages:
7
+ Full guides, the model catalog, and the API reference live on the Picsart API Platform:
8
8
 
9
- - [SDK Guide](https://picsart.gitlab.io/web/miniapp-projects/ai-toolkit/sdk_guide.html) -- Usage examples, client setup, model registry, Drive integration, and full API reference
10
- - [CLI Guide](https://picsart.gitlab.io/web/miniapp-projects/ai-toolkit/cli_guide.html) -- Commands, flags, interactive mode, scripting, batch processing, and troubleshooting
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
- Source: [`sdk_guide.html`](sdk_guide.html)
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@picsart/ai-sdk",
3
- "version": "3.17.5",
3
+ "version": "3.17.6",
4
4
  "type": "module",
5
5
  "description": "Type-safe SDK for 100+ AI models — image, video, audio, and text generation with Picsart",
6
6
  "license": "MIT",