The world's best generative image, video, and audio models, all in one place. Unified API with simple credit-based pricing.
Most popular cutting-edge AI models
Black Forest Labs
Ultra-fast image generation model optimized for speed. Generates high-quality images in just 1-2 seconds, perfect for real-time applications and rapid prototyping.
Black Forest Labs
Professional-grade image generation with superior quality and detail. Best choice for commercial projects requiring the highest visual fidelity.
Kuaishou
State-of-the-art video generation with exceptional motion quality and scene understanding. Supports both text-to-video and image-to-video generation.
OpenAI
OpenAI's flagship multimodal model. Industry-leading performance in reasoning, coding, and creative tasks with native vision capabilities and structured output support.
From images to videos, audio to LLMs. Access 40+ cutting-edge models through a single API.
Access 40+ AI models through a single API. No need for separate authentication or SDKs for each provider.
Credit-based pricing means you only pay for what you use. Transparent cost management without complex billing.
Share credits across teams, manage API keys, and track usage. Enterprise-ready collaboration features for any scale.
Use any AI model with simple REST API calls. OpenAI-compatible endpoints make migrating existing code easy.
Sign up and get your key instantly
Pick from 40+ available models
Production-ready from day one
# Generate an image with FLUX
curl -X POST https://api.core.today/v1/predictions \
-H "X-API-Key: cdt_xxxxx" \
-H "Content-Type: application/json" \
-d '{
"model": "flux-schnell",
"input": {
"prompt": "a beautiful sunset over mountains"
}
}'
# Response
{
"id": "pred_abc123",
"status": "succeeded",
"output": ["https://files.core.today/..."]
}Test all models with free credits. No credit card required to get started.