Skip to main content
40+ Production-Ready AI Models

Generative AI platform
for developers

The world's best generative image, video, and audio models, all in one place. Unified API with simple credit-based pricing.

40+
AI Models
99.9%
Uptime
<2s
Avg Response
10K+
Daily Generations

Why Core.Today?

Unified API

Access 40+ AI models through a single API. No need for separate authentication or SDKs for each provider.

Simple Pricing

Credit-based pricing means you only pay for what you use. Transparent cost management without complex billing.

Team Collaboration

Share credits across teams, manage API keys, and track usage. Enterprise-ready collaboration features for any scale.

Get started in minutes

Use any AI model with simple REST API calls. OpenAI-compatible endpoints make migrating existing code easy.

1

Get your API key

Sign up and get your key instantly

2

Choose a model

Pick from 40+ available models

3

Make API calls

Production-ready from day one

terminal
# 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/..."]
}

Start building today

Test all models with free credits. No credit card required to get started.

Core.Today - Unified AI API Platform for Developers | AI API Gateway