agent-media-cli 1.4.3 → 1.4.4
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 +3 -3
- package/dist/commands/plan.js +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -79,15 +79,15 @@ agent-media help # Show all commands
|
|
|
79
79
|
|------|-------|---------------|
|
|
80
80
|
| Creator | $39/mo | 2,500 |
|
|
81
81
|
| Pro | $69/mo | 5,000 |
|
|
82
|
-
| Pro Plus | $129/mo |
|
|
82
|
+
| Pro Plus | $129/mo | 10,000 |
|
|
83
83
|
|
|
84
|
-
~
|
|
84
|
+
80 credits/sec — ~800 credits per 10s video. Creator plan limited to 10s max. Pay-as-you-go credit packs also available. See [agent-media.ai](https://agent-media.ai) for details.
|
|
85
85
|
|
|
86
86
|
## Links
|
|
87
87
|
|
|
88
88
|
- [Website & Docs](https://agent-media.ai/docs)
|
|
89
89
|
- [Showcase](https://agent-media.ai/showcase)
|
|
90
|
-
- [GitHub](https://github.com/
|
|
90
|
+
- [GitHub](https://github.com/gitroomhq/agent-media)
|
|
91
91
|
|
|
92
92
|
## License
|
|
93
93
|
|
package/dist/commands/plan.js
CHANGED
|
@@ -11,7 +11,7 @@ const PLAN_FEATURES = {
|
|
|
11
11
|
price: '$19/month',
|
|
12
12
|
features: [
|
|
13
13
|
'1,000 credits/month',
|
|
14
|
-
'All models (up to
|
|
14
|
+
'All models (up to 10s video)',
|
|
15
15
|
'1080p resolution',
|
|
16
16
|
'No watermark',
|
|
17
17
|
'Email support',
|
|
@@ -21,7 +21,7 @@ const PLAN_FEATURES = {
|
|
|
21
21
|
price: '$39/month',
|
|
22
22
|
features: [
|
|
23
23
|
'2,500 credits/month',
|
|
24
|
-
'All models (up to
|
|
24
|
+
'All models (up to 10s video)',
|
|
25
25
|
'1080p resolution',
|
|
26
26
|
'No watermark',
|
|
27
27
|
'Email support',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agent-media-cli",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"homepage": "https://agent-media.ai",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "git+https://github.com/
|
|
11
|
+
"url": "git+https://github.com/gitroomhq/agent-media.git"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"ai",
|