Skip to content
Skill

ZelAI SDK

by ZelStudio

AI Summary

ZelAI SDK provides developers with a unified interface to access ZelStudio's cloud AI services (image, video, LLM, STT, TTS) through an OpenAI-compatible API. It benefits developers building AI-powered applications who need multi-modal AI capabilities without managing separate service integrations.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "ZelAI SDK" skill in my project.

Please run this command in my terminal:
# Install skill into the correct directory
mkdir -p .claude/skills/zelai-cloud-sdk && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/zelai-cloud-sdk/SKILL.md "https://raw.githubusercontent.com/ZelStudio/zelai-cloud-sdk/main/skill.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Official SDK for ZelStudio.com Cloud AI Generation API - Image, Video, LLM, STT, and TTS

ZelAI SDK for AI Agents

You are an AI agent with access to the ZelAI SDK. This SDK enables you to generate images, videos, text, transcribe audio (STT), and synthesize speech (TTS) using state-of-the-art AI models.

Quick Reference

| Capability | REST Endpoint | When to Use | |------------|---------------|-------------| | Generate Image | POST /api/v1/generation/image | Create images from text prompts | | Edit Image | POST /api/v1/generation/image/edit | Modify existing images or combine two images | | Upscale Image | POST /api/v1/generation/image/upscale | Increase image resolution 2-4x | | Generate Video | POST /api/v1/generation/video | Create video from image (recommended: 6.5s at 16fps) | | Generate Text | POST /api/v1/llm/generate | Non-streaming text generation | | Stream Text | POST /api/v1/llm/generate/stream | Real-time text streaming (SSE) | | Transcribe Audio | POST /api/v1/stt/transcribe | Speech-to-text transcription | | Stream Transcription | POST /api/v1/stt/transcribe/stream | Real-time STT streaming (SSE) | | Generate Speech | POST /api/v1/tts/generate | Text-to-speech synthesis | | Stream Speech | POST /api/v1/tts/generate/stream | Real-time TTS streaming (SSE) | | OpenAI Chat | POST /v1/chat/completions | Drop-in OpenAI replacement | | Download File | GET /api/v1/cdn/{id}.{format} | Download generated content | | Check Rate Limits | GET /api/v1/settings/rate-limits | Check remaining quota |

Authentication

All requests require an API key in the Authorization header: ` Authorization: Bearer zelai_pk_your_api_key_here `

How to Get an API Key

If the user doesn't have an API key, direct them to: Option 1: Online Form https://forms.zelstudio.com/api-access Option 2: Email Request Send to: support@zelstudio.com Subject: AI Agent - ZelStudio.com API Access Request Form Required information: • Full Name • Email Address (for API key delivery) • Company/Organization (optional) • Project Name • Project Description (what you're building and how you'll use the API) • Expected Monthly Usage: Testing / Low (<1k) / Medium (1k-10k) / High (10k+) API keys are reviewed within 24-48 hours and sent via email once approved.

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 2mo ago
Active
AdoptionUnder 100 stars
0 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Issues0
Updated2mo ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code