0xatd

20 mods across 1 repository, 2 stars between them.

cheaptokens

01

0xatd/cheaptokens-skills

Skill Claude CodeCodex

Use CheapTokens to spend discounted Venice.ai API credits on the user's current task. Trigger when a user pastes a Venice/CheapTokens key, asks to use CheapTokens/cheap credits/Venice for work, invokes /cheaptokens, or needs budget-capped OpenAI-compatible inference. Handles Same-Day expiring keys and Prepaid API…

2 1mo ago A 97 tokens original MIT

venice-api-keys

02

0xatd/cheaptokens-skills

Skill Claude CodeCodex

Manage Venice API keys. Covers GET/POST/PATCH/DELETE /apikeys, GET /apikeys/{id}, GET /apikeys/ratelimits, GET /apikeys/ratelimits/log, the two-step /apikeys/generateweb3key wallet flow, INFERENCE vs ADMIN key types, and per-key consumption limits (USD / DIEM).

2 1mo ago A 79 tokens copy · 100% MIT

venice-api-overview

03

0xatd/cheaptokens-skills

Skill Claude CodeCodex

High-level map of the Venice.ai API - base URL, authentication modes, endpoint categories, response headers, pricing model, error shape, and versioning. Load this first when starting any Venice integration.

2 1mo ago A 46 tokens copy · 86% MIT

venice-audio-music

04

0xatd/cheaptokens-skills

Skill Claude CodeCodex

Async music / audio-track generation via Venice. Covers the /audio/quote + /audio/queue + /audio/retrieve + /audio/complete lifecycle, lyrics vs instrumental, voice selection, duration, language, speed, model capability probing, and webhook-free polling.

2 1mo ago A 61 tokens copy · 100% MIT

venice-audio-speech

05

0xatd/cheaptokens-skills

Skill Claude CodeCodex

Generate speech from text via POST /audio/speech. Covers TTS models (Kokoro, Qwen 3, xAI, Inworld, Chatterbox, Orpheus, ElevenLabs Turbo, MiniMax, Gemini Flash), voices per family, output formats (mp3/opus/aac/flac/wav/pcm), streaming, prompt/emotion styling, temperature/topp, and language hints.

2 1mo ago A 91 tokens original MIT

0xatd/cheaptokens-skills

Skill Claude CodeCodex

Transcribe audio files to text via POST /audio/transcriptions. Covers supported models (Parakeet, Whisper, Wizper, Scribe, xAI STT), supported formats (wav/flac/m4a/aac/mp4/mp3/ogg/webm), response formats (json/text), timestamps, and language hints. OpenAI-compatible multipart.

2 1mo ago A 78 tokens copy · 100% MIT

venice-augment

07

0xatd/cheaptokens-skills

Skill Claude CodeCodex

Venice augmentation endpoints for agent pipelines. Covers POST /augment/text-parser (extract text from PDF/DOCX/XLSX/plain text, multipart, up to 25MB, JSON or plain text response), POST /augment/scrape (fetch a URL and return markdown; blocks X/Reddit), and POST /augment/search (Brave ZDR or anonymized Google…

2 1mo ago A 109 tokens copy · 100% MIT

venice-auth

08

0xatd/cheaptokens-skills

Skill Claude CodeCodex

Authenticate to the Venice API with a Bearer API key or with an x402 / SIWE wallet. Covers header formats, the SIWE message fields, TTL and nonce rules, the venice-x402-client SDK, and how to choose between the two modes.

2 1mo ago B 57 tokens original MIT

venice-billing

09

0xatd/cheaptokens-skills

Skill Claude CodeCodex

Venice billing and usage analytics - GET /billing/balance, GET /billing/usage (paginated per-request ledger, JSON or CSV), and GET /billing/usage-analytics (aggregated by date/model/key). Covers the DIEM/USD/BUNDLEDCREDITS consumption priority and building dashboards. (Beta).

2 1mo ago A 70 tokens original MIT

venice-characters

10

0xatd/cheaptokens-skills

Skill Claude CodeCodex

Discover and use Venice public characters (persona-driven system prompts with a bound model). Covers GET /characters (search/filter/sort), /characters/{slug}, /characters/{slug}/reviews, the Character schema, and how to apply a character via veniceparameters.characterslug in chat completions.

2 1mo ago A 64 tokens copy · 100% MIT

venice-chat

11

0xatd/cheaptokens-skills

Skill Claude CodeCodex

Call POST /chat/completions on Venice. Covers the OpenAI-compatible request shape, Venice-only veniceparameters (web search, E2EE, characters, thinking control, X search), multimodal inputs (images/audio/video), tool calls, reasoning controls, streaming, prompt caching, structured output, and model feature suffixes.

2 1mo ago A 71 tokens copy · 89% MIT

venice-crypto-rpc

12

0xatd/cheaptokens-skills

Skill Claude CodeCodex

Use Venice as a pay-per-call JSON-RPC proxy to 20+ EVM and Starknet networks. Covers GET /crypto/rpc/networks, POST /crypto/rpc/{network}, the 1×/2×/4× method-tier pricing model, per-minute + 24-hour credit rate limits, idempotency keys for safe retries, single vs batch requests, and the unsupported stateful/WebSocket…

2 1mo ago A 103 tokens original MIT

venice-embeddings

13

0xatd/cheaptokens-skills

Skill Claude CodeCodex

Call POST /embeddings on Venice. Covers request shape (input, model, encodingformat, dimensions, user), OpenAI compatibility, response compression (gzip/br), and practical usage for retrieval, clustering, and RAG.

2 1mo ago A 51 tokens copy · 100% MIT

venice-errors

14

0xatd/cheaptokens-skills

Skill Claude CodeCodex

Handle Venice API errors correctly. Covers the StandardError / DetailedError / ContentViolationError / X402InferencePaymentRequired body shapes, every meaningful status code (400, 401, 402, 403, 415, 422, 429, 500, 503, 504), the 402 PAYMENT-REQUIRED header used by x402 inference, 422 content-policy suggestedprompt…

2 1mo ago A 105 tokens copy · 91% MIT

venice-image-edit

15

0xatd/cheaptokens-skills

Skill Claude CodeCodex

Transform existing images with Venice. Covers POST /image/edit (prompt-driven single-image edit), /image/multi-edit (compose 1-3 images), /image/upscale (2-4x upscale + enhance), and /image/background-remove. Accepts base64, file upload, or HTTPS URL.

2 1mo ago A 67 tokens original MIT

0xatd/cheaptokens-skills

Skill Claude CodeCodex

Generate images with Venice. Covers POST /image/generate (Venice-native), POST /images/generations (OpenAI-compatible), GET /image/styles (style presets), request fields (prompt, dimensions, cfgscale, seed, variants, stylepreset, aspectratio, resolution, safemode, watermark), and response formats.

2 1mo ago B 73 tokens copy · 91% MIT

venice-models

17

0xatd/cheaptokens-skills

Skill Claude CodeCodex

Discover Venice models, their capabilities, constraints, and pricing. Covers GET /models (with ?type filter), /models/traits, /models/compatibilitymapping, the ModelResponse schema (capabilities, constraints, pricing per type), and how to use this to pick the right model programmatically.

2 1mo ago A 66 tokens copy · 100% MIT

venice-responses

18

0xatd/cheaptokens-skills

Skill Claude CodeCodex

Use Venice's Alpha POST /responses endpoint - an OpenAI-compatible Responses API with typed output blocks (reasoning, message, functioncall, websearchcall). Covers request shape, streaming, differences from /chat/completions, supported veniceparameters subset, and E2EE behavior.

2 1mo ago A 63 tokens copy · 86% MIT

venice-video

19

0xatd/cheaptokens-skills

Skill Claude CodeCodex

Generate and transcribe videos via Venice. Covers the async /video/quote + /video/queue + /video/retrieve + /video/complete loop, text-to-video, image-to-video, video-to-video (upscale), audio input, reference images, scene and element support, plus /video/transcriptions for YouTube URLs.

2 1mo ago A 72 tokens original MIT

venice-x402

20

0xatd/cheaptokens-skills

Skill Claude CodeCodex

Manage Venice x402 wallet credits. Covers POST /x402/top-up (payment discovery + signed USDC settlement), GET /x402/balance/{walletAddress}, GET /x402/transactions/{walletAddress}, USDC on Base (chain 8453), minimum $5 top-up, transaction types TOPUP/CHARGE/REFUND, and the x402 v2 PAYMENT-REQUIRED response shape…

2 1mo ago A 93 tokens original MIT