@visa/cli 2.0.0-rc.34 → 2.0.0-rc.36
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 +4 -10
- package/dist/cli.js +110 -111
- package/dist/mcp-server/index.js +47 -47
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -104,7 +104,7 @@ visa-cli status
|
|
|
104
104
|
Approved users can create API keys from the CLI with their existing login:
|
|
105
105
|
|
|
106
106
|
```bash
|
|
107
|
-
visa-cli api-key create my-demo-app --tools
|
|
107
|
+
visa-cli api-key create my-demo-app --tools run_llm --daily-cap 5
|
|
108
108
|
visa-cli api-key list
|
|
109
109
|
visa-cli api-key revoke 1
|
|
110
110
|
```
|
|
@@ -137,11 +137,9 @@ The create command prints the raw `vk_...` key once. Store it in your app or age
|
|
|
137
137
|
|
|
138
138
|
| Tool | Price | Description |
|
|
139
139
|
|------|-------|-------------|
|
|
140
|
-
| `
|
|
141
|
-
| `
|
|
142
|
-
| `
|
|
143
|
-
| `generate_music_tempo_card` | ~$0.10 | Suno AI music generation, ~2 min |
|
|
144
|
-
| `check_music_status_tempo_card` | ~$0.01 | Poll Suno task for audio URL |
|
|
140
|
+
| `generate_image` | $0.01–$0.08 | Curated image generation tiers |
|
|
141
|
+
| `generate_video` | $0.10–$0.20 | Text-to-video (Wan / MiniMax / Kling) |
|
|
142
|
+
| `generate_music` | ~$0.10 | Suno AI music generation, ~60–90s |
|
|
145
143
|
| `generate_audio` | ~$0.03–$0.04 | TTS (MetaVoice) or SFX (Stable Audio) |
|
|
146
144
|
| `generate_3d` | ~$0.08 | Text-to-3D mesh (Trellis), returns GLB URL |
|
|
147
145
|
| `upscale_image` | ~$0.03 | Image upscaling (Aura SR) |
|
|
@@ -151,9 +149,6 @@ The create command prints the raw `vk_...` key once. Store it in your app or age
|
|
|
151
149
|
|
|
152
150
|
| Tool | Price | Description |
|
|
153
151
|
|------|-------|-------------|
|
|
154
|
-
| `query_onchain_prices_card` | ~$0.02 | Real-time or historical token prices (150+ chains via Allium) |
|
|
155
|
-
| `allium_explorer_card` | ~$0.10 | Natural language → SQL blockchain query (step 1) |
|
|
156
|
-
| `allium_explorer_results_card` | up to $3.00 | Fetch results for a submitted query (step 2) |
|
|
157
152
|
| `run_llm` | $0.01–$0.09 | Run a prompt through GPT-4o Mini, Claude, DeepSeek, Perplexity, or Llama |
|
|
158
153
|
| `get_visa_smi` | $0.10 | Visa Spending Momentum Index by US state + county (early access — request access) |
|
|
159
154
|
|
|
@@ -161,7 +156,6 @@ The create command prints the raw `vk_...` key once. Store it in your app or age
|
|
|
161
156
|
|
|
162
157
|
| Tool | Description |
|
|
163
158
|
|------|-------------|
|
|
164
|
-
| `pay` | Generic HTTP 402 payment endpoint |
|
|
165
159
|
| `batch` | Execute multiple paid tools in one authentication approval |
|
|
166
160
|
| `discover_tools` | Search the dynamic tool catalog |
|
|
167
161
|
| `execute_tool` | Run a tool from the dynamic catalog by ID |
|