The unified AI platform for Malaysia.
One OpenAI-compatible API for every model — plus a digital store, temp mail and SMS OTP. Priced in RM.
One API for any model
Access every major model through a single, unified interface. Drop-in OpenAI SDK compatibility.
Browse modelsOpenAI-compatible
Point your existing SDK at one endpoint and keep the code you already have — streaming included.
Read the docsPrice & performance
Pay only for what you use, priced in Ringgit. Top up with DuitNow QR — no forex, no subscriptions.
See pricingCustom data policies
Your prompts and data stay yours, with clear and transparent handling across the whole platform.
View policyFeatures
Everything you need, in one platform.
One account, one API key, one RM wallet — for building and buying.
One API, every model
A single OpenAI-compatible endpoint for Claude, GPT, Gemini and more. Switch models with one string.
Usage analytics
Per-model tokens, requests and quotas — clear and live.
Temp mail
Disposable inboxes with OTP auto-extraction.
SMS OTP
Rent virtual numbers, priced in RM.
Telegram login
Sign in fast via the botlab bot.
Digital store
Premium accounts, delivered instantly.
One request · every model
Route to any model from a single key.
Send one OpenAI-style request to api.botlab.my and botlab routes it to whichever model you pick. Switch models by changing a single string — no new keys, no new SDKs.
Try it
See it in action.
Pick a model, send a prompt, watch it stream — same API, any model.
Response will stream here…Featured Models
Most used on botlab.
10 models live on api.botlab.my · syncing….
Claude Opus 4.5
by Anthropic
Model ID
claude-opus-4.5
Status
Live
Claude Sonnet 4.5
by Anthropic
Model ID
claude-sonnet-4.5
Status
Live
Deepseek V4 Pro
by DeepSeek
Model ID
deepseek-v4-pro
Status
Live
Gemini 3 Flash
by Google
Model ID
gemini-3-flash
Status
Live
Gemini 3.1 Pro
Newby Google
Model ID
gemini-3.1-pro
Status
Live
Glm 5.2
by Zhipu
Model ID
glm-5.2
Status
Live
How it works
From zero to production in three steps.
Create an account
Sign up with email or the botlab Telegram bot in seconds.
Get an API key or top up
Generate an API key or top up your RM wallet with DuitNow QR.
Build or plug in
Fully OpenAI-compatible — use it in Cline, Cursor, Open WebUI or your own app. Or grab a digital product from the store.
Developers
OpenAI-compatible. Drop-in ready.
Point the OpenAI client at https://api.botlab.my/v1 and keep the code you already have. Same request shape, same response shape.
- Drop-in replacement for the OpenAI SDK
- Streaming and non-streaming responses
- Single API key across every model
from openai import OpenAI
client = OpenAI(
base_url="https://api.botlab.my/v1",
api_key="YOUR_BOTLAB_KEY",
)
resp = client.chat.completions.create(
model="claude-sonnet-4",
messages=[{"role": "user", "content": "Hello!"}],
stream=True,
)
for chunk in resp:
print(chunk.choices[0].delta.content or "", end="")Compatible apps
Works with the tools you love.
botlab is fully OpenAI-compatible — drop it into any app that supports a custom OpenAI endpoint. Just set the base URL to api.botlab.my/v1 and paste your key.
Cline
Autonomous coding agent for VS Code
Kilo Code
Everything for agentic development
Roo Code
An AI dev team in your editor
Cursor
The AI-first code editor
Open WebUI
Self-hosted AI chat interface
Continue
Open-source IDE assistant
Hermes
Autonomous agent, built on botlab
Aider
AI pair programming in your terminal
…and any other OpenAI-compatible client. Named tools are independent projects — compatibility via the standard OpenAI API, no affiliation implied.
Loved by builders
Shipped with botlab.
“Swapped our OpenAI base URL to botlab and everything just worked. Zero refactor.”
“Paying in Ringgit with DuitNow is a game changer for our small team.”
“One key for Claude, GPT and Gemini — I stopped juggling accounts.”
“Dropped it into Cline and shipped a feature the same night.”
“Swapped our OpenAI base URL to botlab and everything just worked. Zero refactor.”
“Paying in Ringgit with DuitNow is a game changer for our small team.”
“One key for Claude, GPT and Gemini — I stopped juggling accounts.”
“Dropped it into Cline and shipped a feature the same night.”
“The usage dashboard is clean. I finally see where my tokens go.”
“Temp mail + SMS OTP saved us hours during testing.”
“Cheapest way I've found to run agents in Malaysia.”
“Fast, local, and support actually replies. Rare combo.”
“The usage dashboard is clean. I finally see where my tokens go.”
“Temp mail + SMS OTP saved us hours during testing.”
“Cheapest way I've found to run agents in Malaysia.”
“Fast, local, and support actually replies. Rare combo.”
Pricing
Priced in Ringgit. Pay how you like.
Pay-as-you-go tokens or flexible plans — top up with DuitNow QR and start building immediately.
Pay as you go
Top up your RM wallet and pay per token used. No monthly commitment.
- Access to all models
- Streaming API
- DuitNow QR top-ups
Flexible plans
Monthly token quotas across model tiers, with volume-friendly rates.
- Higher rate limits
- Analytics & usage caps
- Priority support
Digital store
One-off purchases of premium accounts and digital products.
- Premium digital accounts
- Instant fulfillment
- RM pricing
FAQ
Questions, answered.
Start building on botlab today.
One account, one API key, one wallet. Everything you need to ship.