venice

Installation
SKILL.md

Venice AI

Privacy-first AI platform. OpenAI-compatible API at https://api.venice.ai/api/v1. Four privacy tiers — anonymized, private, TEE, E2EE. Zero data retention. No content filtering on most models.

This skill covers everything except chat completions. For chat, the right path is BYOK via the platform's custom_models tool — see "Chat onboarding" below.

Quick capability map

Surface Function Verified
Catalog list_models, list_model_traits, list_image_styles, list_characters
Account account_balance (balance + tier + rate-limit count)
Image image_generate, image_edit, image_upscale
Audio tts, transcribe
Embeddings embeddings (default text-embedding-bge-m3, dim 1024)
Chat probe chat_with_venice_parameters (one-shot)
Video video_quote, video_queue, video_retrieve, video_complete, video_generate (full loop), video_transcribe_youtube quote ✓; full loop verified against earlier venice-video skill

Endpoints intentionally NOT wrapped: standalone /tools/search/web (Venice removed it; use enable_web_search via venice_parameters in chat instead), admin-scoped /api_keys and /billing/usage (require an admin key the BYOK key can't use).

Related skills
Installs
6
GitHub Stars
12
First Seen
1 day ago