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
Fast high-quality image generation, an upgrade to FLUX.1 Pro with faster speed and improved quality. Perfect for production workloads requiring both speed and fidelity.
Black Forest Labs
Development version of FLUX.2 with image editing capabilities and reference image support. Ideal for iterative design workflows and experimentation.
ByteDance
ByteDance's cinematic video generation model with fast generation speed and professional output quality.
Anthropic
Enhanced Claude 3.7 Sonnet with improved reasoning and coding capabilities. A strong mid-tier model offering reliable performance across a wide range of tasks.
From images to videos, audio to LLMs. Access 90+ cutting-edge models through a single API.
Access 90+ 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 90+ 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.