curl -X POST https://api.coreapi.com/v1/openai/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-4-turbo",
    "messages": [{"role":"user","content":"写一个 to‑do 列表"}]
  }'curl -X POST https://api.coreapi.com/v1/openai/images/generations \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type": "application/json" \
  -d '{
    "model": "dall-e-3",
    "prompt": "A minimal flat icon of a mountain",
    "size": "1024x1024"
  }'curl -X POST https://api.coreapi.com/v1/elevenlabs/tts \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type": "application/json" \
  -d '{
    "text": "Hello from Core API",
    "voice_id": "rachel"
  }'curl -X POST https://api.coreapi.com/v1/runway/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type": "application/json" \
  -d '{
    "model": "runway-gen3",
    "mode": "image_to_video",
    "image_url": "https://.../input.png",
    "prompt": "Pan and zoom into the subject",
    "duration": 8,
    "resolution": "1280x768"
  }'Mori API is an AI model aggregation platform that gives developers a single, unified API to access 50+ AI models across text, image, audio, and video — with transparent pricing, real‑time analytics, and enterprise‑grade reliability.