API Documentation
All CuteDSL services use a single unified endpoint. Authenticate with your API key, specify the service, and send your request.
Authentication
Connect your Solana wallet on the homepage to get your API key.
Once connected, your real API key will automatically replace YOUR_API_KEY in all code examples on this page.
Quick Start
All services share a single endpoint: POST /api/service
curl -X POST https://cutedsl.cc/api/service \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"service": "<service_name>",
...service-specific parameters
}'Response Format
All responses follow this envelope:
{
"result": { ... }, // Service-specific response data
"credits_used": 1000, // $CUTEDSL tokens deducted
"credits_remain": 49000, // Remaining balance
"usd_equivalent": 1.00 // USD value of credits used
}Available Services
Z-Image Turbo
Text-to-image generation powered by CuteZImage with fused Triton kernels. Generates high-quality 1024x1024 images in seconds.
Chronos-2
Time series forecasting with CuteChronos2 acceleration. Achieves 27x speedup over baseline with custom Triton kernels.
Kokoro TTS
High-quality text-to-speech with 20+ voices powered by Kokoro. Natural-sounding speech synthesis with adjustable speed.
Speech-to-Text
Audio transcription powered by Gemma4. Accurately transcribes speech from audio URLs with support for multiple languages.
Gemma4 Chat
Gemma4 26B multimodal LLM for chat and vision tasks. Supports OpenAI-compatible message format with text and image inputs.
Image Caption
Automatic image captioning powered by GitBase. Generates descriptive captions for any image URL.
LTX Video
Text-to-video generation using LTX 2.3. Creates ~6 second 1080p videos at 25fps from text prompts.
Flux Schnell
Fast image generation using Flux Schnell via fal.ai. Produces 1024x1024 images with minimal latency.
LoRA Training
Fine-tune models with LoRA adapters. Train custom adapters for Z-Image or Chronos-2 on your own data.