Build with Clevora AI
Access state-of-the-art media intelligence, script generation, and AI search through a single, unified developer API.
Why Clevora?
Three primitives, one API surface, designed for creative applications that need to move fast.
Semantic Media Search
Search through vast amounts of video and audio content using natural language queries.
Automated Scripting
Generate high-quality scripts for YouTube, podcasts, and social media in seconds.
Edge Integration
Low-latency endpoints designed for high-performance creative applications.
OpenAI-Compatible
Drop-in compatible chat schema. Migrate existing SDK code by changing one base URL.
Streaming & Async
Server-sent events for token streaming. Long-running jobs return a handle you can poll.
Usage-Based Pricing
Pay only for what you consume. Per-request metering, transparent dashboard, no seats.
Models
Four purpose-built models, each tuned for a different stage of the creative pipeline. Pick one with the model field on any request.
| Model | Best for | Context | Notes |
|---|---|---|---|
clevora-1.0-turbo |
Chat completions, agentic flows | 128k tokens | Default. Low-latency, balanced quality. |
clevora-script-1 |
YouTube & podcast scripting | 200k tokens | Tuned for structured long-form output. |
clevora-search-1 |
Semantic media retrieval | n/a | Optimized for video / podcast catalogs. |
clevora-embed-1 |
Embeddings for vector search | 8k input | Returns a fixed-length vector per input. |
Looking for the full schema, rate limits, and error codes? Read the docs →
Up and running in three lines
If you've used the OpenAI SDK, you already know our API. Point your client at our base URL and authenticate with your developer key.
curl -X POST https://developers.getclevora.xyz/v1/chat/completions \ -H "Authorization: Bearer $CLEVORA_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "clevora-1.0-turbo", "messages": [{ "role": "user", "content": "Outline a 5-minute YouTube intro about LLM tooling." }] }'
What teams build on Clevora
From individual creators to production studios, the API powers workflows up and down the content stack.
Creator tools
Script generators, thumbnail copy, multi-platform repurposing. Ship an MVP in an afternoon.
Podcast platforms
Episode transcripts, chapter detection, and natural-language search over years of back catalog.
Video editors
Auto-rough-cuts driven by semantic clip search. Find the right b-roll without sifting through bins.
Education & research
Lecture summarization, study guides, citation-grade retrieval across course media libraries.
Agencies & studios
Multi-tenant scripting pipelines with per-client metering through our usage dashboard.
Internal copilots
Plug chat completions into your CMS, Slack, or editor. The schema is OpenAI-compatible.
Simple, metered pricing
No seats, no minimums. Top up your balance and only pay for what you call.
Chat & Scripts
From $0.40 / 1M input tokens
$1.20 / 1M output tokens
Includes clevora-1.0-turbo and clevora-script-1.
Embeddings
$0.05 / 1M tokens
Use clevora-embed-1 to power vector search over your catalog.
Media Search
$2.00 / 1,000 queries
Semantic retrieval through clevora-search-1. Indexing billed separately.
Activation requires a one-time $15 credit top-up. See pricing & billing for the full breakdown.
Start building today
Create a developer account, generate a key, and make your first request in under a minute.