30+ models from OpenAI, Anthropic, Google, Groq & more

One API key.
Every service you need.

Drop-in replacement for the OpenAI SDK.
One integration for AI, translation, weather, and more.

Get your API key instantly

50 free credits. No credit card required.

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

Calls start at 0.01 credits. Only pay for what you use. Credits never expire.

app.py
from openai import OpenAI

client = OpenAI(
    api_key="sk_live_...",
    base_url="https://api.mapleflow.io/v1"  # just change this
)

response = client.chat.completions.create(
    model="claude-sonnet-4.6",  # or gpt-4.1, llama-3.1-8b...
    messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)

Available endpoints

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

🧠

AI Models

/ai/chat
LIVE

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

Model Provider TierStatus
claude-3-haikuAnthropicBudgetLIVE
claude-haiku-4.5AnthropicStandardLIVE
claude-opus-4.6AnthropicPremiumLIVE
claude-sonnet-4AnthropicPremiumLIVE
claude-sonnet-4.6AnthropicPremiumLIVE
5 of 28 models
Dynamic credits based on tokens Short prompts from 0.01 credits — unused credits auto-refunded

More AI endpoints

🖼️ LIVE

AI Image Generation

Generate images from text prompts with Flux models.

5 credits /ai/images
🎤 LIVE

Text-to-Speech

Convert text to natural-sounding speech audio.

2 credits /ai/speech
🎙️ LIVE

Speech-to-Text

Transcribe audio files to text with timestamps.

2 credits /ai/transcribe
📊 LIVE

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

👁️ LIVE

Face Verification

Compare a selfie against a reference photo to verify identity.

2 credits /verify/face

All endpoints are live. OpenAI SDK compatible. Full API reference

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 models are billed by actual token usage — you only pay for what you use. Unused credits are automatically refunded after each call.

Start building in 30 seconds

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

Get Started Free