🤖
Venice Models
Explore Venice AI's available models - LLMs, image generators, video, TTS, ASR, and embeddings. View capabilities, pricing, and constraints.
安全通过
💬Prompt
技能说明
name: venice-models description: Explore Venice AI's available models - LLMs, image generators, video, TTS, ASR, and embeddings. View capabilities, pricing, and constraints. homepage: https://venice.ai metadata: { "openclaw": { "emoji": "🔍", "requires": { "bins": ["uv"] }, "install": [ { "id": "uv-brew", "kind": "brew", "formula": "uv", "bins": ["uv"], "label": "Install uv (brew)", }, ], }, }
Venice Models
Explore Venice AI's available models - discover capabilities, pricing, and find the right model for your use case.
API Base URL: https://api.venice.ai/api/v1
No API key required - the models endpoint is public.
List Models
uv run {baseDir}/scripts/models.py
Options:
--type: Filter by model type (default:all)all- All modelstext- LLMs for chat/completionsimage- Image generationvideo- Video generationtts- Text-to-speechasr- Speech recognitionembedding- Text embeddingscode- Code-optimized LLMs
--format: Output format:table,json,names(default:table)--output: Save to file
Examples
List all models:
uv run {baseDir}/scripts/models.py
Image generation models only:
uv run {baseDir}/scripts/models.py --type image
Video models:
uv run {baseDir}/scripts/models.py --type video
Just model names (for scripting):
uv run {baseDir}/scripts/models.py --type text --format names
Export to JSON:
uv run {baseDir}/scripts/models.py --format json --output models.json
Model Types
| Type | Description |
|---|---|
text | LLMs for chat, completions, reasoning |
image | Image generation (Flux, SDXL, etc.) |
video | Video generation |
tts | Text-to-speech voices |
asr | Automatic speech recognition (Whisper) |
embedding | Text embeddings for RAG |
code | Code-optimized LLMs |
upscale | Image upscaling |
Output Formats
Table (default):
MODEL ID TYPE CONTEXT PRICING
llama-3.3-70b text 128K $0.35/M in, $0.40/M out
flux-2-max image - $0.03/image
openai/whisper-large-v3 asr - $0.006/minute
Names only:
llama-3.3-70b
flux-2-max
openai/whisper-large-v3
Runtime Note
This skill uses uv run which automatically installs Python dependencies (httpx) via PEP 723 inline script metadata. No manual Python package installation required - uv handles everything.
API Reference
| Endpoint | Description | Auth |
|---|---|---|
GET /models | List all models | None (public) |
GET /models?type=image | Filter by type | None |
GET /models/traits | Model capabilities | None |
Full API docs: docs.venice.ai
如何使用「Venice Models」?
- 打开小龙虾AI(Web 或 iOS App)
- 点击上方「立即使用」按钮,或在对话框中输入任务描述
- 小龙虾AI 会自动匹配并调用「Venice Models」技能完成任务
- 结果即时呈现,支持继续对话优化