@visa/cli 3.4.8-rc.9 → 4.0.0-rc.10
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 +2 -13
- package/dist/cli.js +143 -143
- package/dist/mcp-server/index.js +23 -24
- package/native/bin/win32-x64/visa-keychain-win.exe +0 -0
- package/package.json +1 -1
- package/server.json +2 -2
package/README.md
CHANGED
|
@@ -198,23 +198,10 @@ Reviewer handoff: `docs/api/visa-key-api-review-handoff.md`.
|
|
|
198
198
|
| `feedback` | Submit feedback on a tool result |
|
|
199
199
|
| `reset` | Clear auth state and credentials |
|
|
200
200
|
|
|
201
|
-
### Generation
|
|
202
|
-
|
|
203
|
-
| Tool | Price | Description |
|
|
204
|
-
|------|-------|-------------|
|
|
205
|
-
| `generate_image` | $0.01–$0.08 | Curated image generation tiers |
|
|
206
|
-
| `generate_video` | $0.10–$0.20 | Text-to-video (Wan / MiniMax / Kling) |
|
|
207
|
-
| `generate_music` | ~$0.02 | Prompt-to-music tracks (ACE-Step) |
|
|
208
|
-
| `generate_audio` | ~$0.03–$0.04 | TTS (MetaVoice) or SFX (Stable Audio) |
|
|
209
|
-
| `generate_3d` | ~$0.08 | Text-to-3D mesh (Trellis), returns GLB URL |
|
|
210
|
-
| `upscale_image` | ~$0.03 | Image upscaling (Aura SR) |
|
|
211
|
-
| `transcribe_audio` | ~$0.02 | Speech-to-text (Whisper) |
|
|
212
|
-
|
|
213
201
|
### Data
|
|
214
202
|
|
|
215
203
|
| Tool | Price | Description |
|
|
216
204
|
|------|-------|-------------|
|
|
217
|
-
| `run_llm` | token-priced | Run a prompt through GPT-4o Mini, Claude, DeepSeek, Perplexity, Llama, or frontier tiers like GPT-5.5, Claude Opus, and Gemini 3.5 Flash |
|
|
218
205
|
| `get_visa_smi` | $0.10 | Visa Spending Momentum Index by US state + county (early access — request access) |
|
|
219
206
|
|
|
220
207
|
### Utility
|
|
@@ -225,6 +212,8 @@ Reviewer handoff: `docs/api/visa-key-api-review-handoff.md`.
|
|
|
225
212
|
| `discover_tools` | Search the dynamic tool catalog |
|
|
226
213
|
| `execute_tool` | Run a tool from the dynamic catalog by ID |
|
|
227
214
|
|
|
215
|
+
Generation and LLM tools (image, video, music, audio, 3D, upscaling, transcription, chat completion) are served by the dynamic catalog: `discover_tools` finds the tool ID (e.g. `fal-flux-pro`, `or-gpt-4o-mini`), `execute_tool` runs it. The plain CLI commands (`visa-cli generate image|video|music|speech|3d`, `visa-cli run-llm`) still work and use static defaults.
|
|
216
|
+
|
|
228
217
|
---
|
|
229
218
|
|
|
230
219
|
## Dynamic catalog
|