API Available

AI Image & Video
Enhancement API

Super-resolution, restoration, segmentation — state-of-the-art models accessible via a single API endpoint.

Before
After · Restored

Models

Production-ready AI models. One API, multiple capabilities.

Image Restoration tenkai/hypir

HYPIR

Image restoration & super-resolution — upscale up to 8x, denoise, deblur, remove artifacts. One model, any degradation.

Video SR tenkai/seedvr2

SeedVR2

One-step diffusion video super-resolution. Upscale clips to 4x with temporal consistency.

Video Generation tenkai/ltx-video

LTX-Video

Text-to-video and image-to-video generation. 2B DiT model, real-time inference, up to 10 seconds.

Image Generation tenkai/flux-klein

FLUX.2 klein

Text-to-image generation and image editing. 4B parameter model by Black Forest Labs.

Segmentation tenkai/sam3

SAM3

Segment anything — open-vocabulary object detection and masks, zero-shot.

One endpoint. Any model.

Integrate in minutes. No SDKs required.

Shell
# Restore and upscale an image to 4x curl -X POST https://tenkai.click/v1/predictions \ -H "Authorization: Bearer $TENKAI_API_KEY" \ -H "Content-Type: application/json" \ -H "Prefer: wait=60" \ -d '{ "model": "tenkai/image-restoration", "input": { "image": "https://example.com/photo.jpg", "upscale": 4 } }'
Python
import requests result = requests.post( "https://tenkai.click/v1/predictions", headers={"Authorization": f"Bearer {API_KEY}"}, json={ "model": "tenkai/video-generation", "input": { "prompt": "a cat on a windowsill watching rain", "width": 704, "height": 480, "num_frames": 65 } } )

Works with your AI assistant

Use Tenkai directly from Claude, ChatGPT, or any MCP-compatible agent.

You Upscale this image to 4x and remove noise
Claude I'll use Tenkai to enhance your image.
tenkai_super_resolution
Claude Done — upscaled to 4x (2048×2048) with denoising applied.

Setup

claude_desktop_config.json
{ "mcpServers": { "tenkai": { "url": "https://tenkai.click/mcp" } } }

Start building

Free tier available. No credit card required.

Create your account

Get started with Tenkai API Suite

Already have an account? Sign in