Skip to content

feat: Add Venice AI skill — private, uncensored AI platform#197

Open
jonisjongithub wants to merge 1 commit intoBankrBot:mainfrom
jonisjongithub:feat/venice-ai-skill
Open

feat: Add Venice AI skill — private, uncensored AI platform#197
jonisjongithub wants to merge 1 commit intoBankrBot:mainfrom
jonisjongithub:feat/venice-ai-skill

Conversation

@jonisjongithub
Copy link

🏛️ Venice AI Skill

Adds a complete Venice AI platform skill for agents.

What's Included

Text & Audio:

  • Chat completions with 30+ models (including uncensored)
  • Built-in web search with citations
  • Embeddings for RAG/semantic search
  • TTS with 60+ multilingual voices
  • Speech-to-text transcription

Images & Video:

  • Image generation (Flux, etc.)
  • Video generation (Sora, WAN, Runway)
  • Image upscaling (up to 4x)
  • AI image editing

Why Venice?

  • Private inference — Zero data retention on private models
  • Uncensored — No content filters or guardrails
  • OpenAI-compatible API — Drop-in replacement

Structure

venice/
├── SKILL.md              # Full documentation with examples
├── references/
│   └── api.md            # API reference
└── scripts/
    ├── venice.py         # Text, embeddings, TTS, transcription
    ├── venice-image.py   # Image generation
    ├── venice-video.py   # Video generation  
    ├── venice-upscale.py # Image upscaling
    ├── venice-edit.py    # AI image editing
    └── venice_common.py  # Shared utilities

Requirements

  • Python 3.10+
  • VENICE_API_KEY environment variable

Links

Venice AI skill provides full access to the Venice platform:
- Text generation with 30+ models (including uncensored)
- Built-in web search with citations
- Embeddings for RAG/semantic search
- TTS with 60+ multilingual voices
- Speech-to-text transcription
- Image generation (Flux, etc.)
- Video generation (Sora, WAN, Runway)
- Image upscaling and AI editing

All inference is private (zero data retention) and uncensored.

Scripts: venice.py, venice-image.py, venice-video.py, venice-upscale.py, venice-edit.py
Requires: Python 3.10+, VENICE_API_KEY
@jonisjongithub jonisjongithub marked this pull request as ready for review February 26, 2026 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant