跳至主要内容
小龙虾小龙虾AI
🤖

Venice Models

Explore Venice AI's available models - LLMs, image generators, video, TTS, ASR, and embeddings. View capabilities, pricing, and constraints.

下载258
星标0
版本1.0.1
AI 智能体
安全通过
💬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 models
    • text - LLMs for chat/completions
    • image - Image generation
    • video - Video generation
    • tts - Text-to-speech
    • asr - Speech recognition
    • embedding - Text embeddings
    • code - 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

TypeDescription
textLLMs for chat, completions, reasoning
imageImage generation (Flux, SDXL, etc.)
videoVideo generation
ttsText-to-speech voices
asrAutomatic speech recognition (Whisper)
embeddingText embeddings for RAG
codeCode-optimized LLMs
upscaleImage 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

EndpointDescriptionAuth
GET /modelsList all modelsNone (public)
GET /models?type=imageFilter by typeNone
GET /models/traitsModel capabilitiesNone

Full API docs: docs.venice.ai

如何使用「Venice Models」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「Venice Models」技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能