26 AI models, 6 providers — one API key

One API key.
Every service you need.

AI chat, translation, weather, currency, image recognition, and more — all behind a single API key and one credit balance.

Get your API key instantly

Sign in with Google to get 50 free credits. No credit card required.

Sign in with Google

Your key is generated immediately after sign-in

How it works

Three steps. Under a minute.

1

Sign in & get your key

One click with Google or GitHub. Your API key is ready instantly.

2

Call any endpoint

Same API key works for AI, translation, weather, and everything else.

3

Pay per call

Each call costs 1-5 credits. No subscriptions. Credits never expire.

example.ts
const res = await fetch('https://api.mapleflow.io/ai/chat', {
  method: 'POST',
  headers: { 'X-API-Key': 'sk_live_...' },
  body: JSON.stringify({
    messages: [{ role: 'user', content: 'Explain quantum computing in 3 sentences' }],
    model: 'claude-haiku'  // or gpt-4o-mini, llama-groq, deepseek-r1-32b...
  })
})

// Same key works everywhere:
fetch('https://api.mapleflow.io/translate', ...)
fetch('https://api.mapleflow.io/weather?location=Tokyo', ...)
fetch('https://api.mapleflow.io/currency?from=USD&to=EUR', ...)

Available endpoints

Powered by Workers AI, Groq, OpenAI, Anthropic, AWS, and more. We handle the complexity.

🧠

AI Chat Completions

/ai/chat
LIVE

One endpoint, 26 models, 6 providers. Pick the best model for your use case — swap anytime with a single parameter change.

llama-3.2-1bWorkers AIllama-3.2-3bWorkers AIllama-3.1-8bWorkers AI+23 more
Dynamic credits based on tokens Credits scale with usage — short prompts cost as little as 1 credit

More AI endpoints

🖼️ Coming soon

AI Image Generation

Generate images from text prompts with Flux models.

5 credits /ai/images
🎤 Coming soon

Text-to-Speech

Convert text to natural-sounding speech audio.

2 credits /ai/speech
🎙️ Coming soon

Speech-to-Text

Transcribe audio files to text with timestamps.

2 credits /ai/transcribe
📊 Coming soon

Embeddings

Generate vector embeddings for search and similarity.

1 credits /ai/embeddings

Utility endpoints

🌐

Translation

LIVE

75+ languages with auto-detection

1 per 300 chars credits /translate
☁️

Weather

LIVE

Current weather for any city or coordinates

1 credit /weather
💱

Currency

LIVE

Live rates for 160+ currencies

1 credit /currency

Verification endpoints

👁️ Coming soon

Face Verification

Compare two faces and return similarity score.

2 credits /verify/face
🏷️ Coming soon

Image Labels

Detect objects and scenes in images.

2 credits /verify/labels

More endpoints and providers coming soon. Full API reference

Use it your way

REST API, SDKs, or let your AI assistant call it directly.

🔌

REST API

cURL, fetch, any language

📦

SDKs

TypeScript & Python

🤖

MCP Server

Claude, Cursor, and more

📖

OpenAPI Spec

Generate your own clients

Simple pricing

Buy credits, use them on any endpoint. Auto-renew monthly if you want.

Free

$0

50 credits

No card required

Get Started

Lite

$10

1,000 credits

$0.01 / credit

Buy Credits

Plus

$25

3,000 credits

$0.008 / credit

Buy Credits
Best Value

Pro

$50

7,000 credits

$0.007 / credit

Buy Credits

Business

$200

30,000 credits

$0.007 / credit

Buy Credits

AI endpoints are billed by actual token usage. We estimate credits before each call and automatically refund any unused credits after. See pricing in docs.

Start building in 30 seconds

Sign in, grab your API key, make your first call. 50 free credits on us.

Get Started Free