Skip to content

feat: Add Venice AI (VVV) support#8

Merged
dylanburkey merged 1 commit intodevfrom
feature/venice-ai-support
Feb 23, 2026
Merged

feat: Add Venice AI (VVV) support#8
dylanburkey merged 1 commit intodevfrom
feature/venice-ai-support

Conversation

@dylanburkey
Copy link
Owner

Summary

Adds Venice AI as a 4th provider to the multi-model toolkit.

Venice AI

Venice AI provides uncensored AI models with private inference, powered by the VVV token.

Changes

  • Add getVenice() client (OpenAI-compatible API)
  • Add VENICE_API_KEY env variable support
  • Add Venice models to MODELS export:
    • VENICE_LLAMA_70B - Llama 3.3 70B
    • VENICE_LLAMA_3B - Llama 3.2 3B
    • VENICE_DEEPSEEK_R1 - DeepSeek R1 671B
    • VENICE_DEEPSEEK_LLAMA - DeepSeek R1 Llama 70B
    • VENICE_DOLPHIN - Dolphin (uncensored)
    • VENICE_QWEN - Qwen 2.5 72B
  • Auto-detect Venice in getAvailableProviders()
  • Support venice/ model prefix in complete()
  • Updated README with Venice documentation

Usage

# .env
VENICE_API_KEY=your_key_here
import { MODELS, complete } from '@claude-sidekick/multi-model';

const result = await complete(MODELS.VENICE_LLAMA_70B, 'Your prompt');

- Add Venice AI as 4th provider (OpenAI-compatible API)
- Support for Llama 3.3 70B, DeepSeek R1, Qwen 2.5, Dolphin models
- Auto-detect VENICE_API_KEY and include in available providers
- Add VENICE_MODELS array and MODELS.VENICE_* exports
- Update model routing to handle venice/ prefix
- Update README with Venice documentation and VVV token link
- Works with just Venice API key in single-model mode

Venice AI: https://venice.ai
VVV Token: https://venice.ai/token
@dylanburkey dylanburkey merged commit c99c997 into dev Feb 23, 2026
15 checks passed
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