Two editions, one platform
বাংলাদেশের নিজস্ব AI প্ল্যাটফর্ম
Bangladesh's AI platform.
An OpenAI-compatible API built for Bangladesh. Pay with prepaid BDT credits
on bKash and SSLCommerz, or run the whole thing on your own hardware
with a single command.
No foreign card required. Bring your existing OpenAI SDK and point it at Hive.
Speaks the tools you already use
OpenAI SDK
Chat completions
Streaming (SSE)
Files & media
Open WebUI
Choose your edition
Hosted convenience, or full control
Same OpenAI-compatible surface either way. Pick the deployment that fits how you operate.
Hive Cloud
Hosted, prepaid, ready now
The managed gateway. Top up in Bangladeshi Taka and start sending requests in minutes.
- ✓ Prepaid BDT credits, no subscription lock-in
- ✓ Top up via bKash or SSLCommerz
- ✓ Developer console for keys, billing and usage
- ✓ Provider-agnostic routing under the hood
Hive EnterpriseEdge
Self-hosted, one command
The full stack on your own box. Your data never leaves your infrastructure.
- ✓ Single-line installer, runs anywhere Docker runs
- ✓ On-device models through Ollama
- ✓ Bundled chat workstation included
- ✓ Hardware advisor sizes the box for you
For developers
Your SDK already works
Hive speaks the OpenAI API. Change the base URL, keep your code. No new client library to learn.
- 1Point at Hive.Set your base URL to the Hive endpoint and use a Hive API key.
- 2Keep your SDK.Official OpenAI SDKs for JavaScript, Python and Java work unchanged.
- 3Stream as usual.Chat completions, streaming responses, files and media are all supported.
chat-completion.sh
curl
curl https://api-hive.scubed.co/v1/chat/completions \
-H "Authorization: Bearer $HIVE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "hive-default",
"messages": [
{ "role": "user", "content": "Hello from Dhaka!" }
]
}'
# Already use the OpenAI SDK? Just change base_url
# to https://api-hive.scubed.co/v1 and use your Hive key.
Hive EnterpriseEdge
Self-host the whole stack in one line
Run the gateway, console and chat workstation on a single box. Your prompts and data stay on your own infrastructure.
$
curl -fsSL https://raw.githubusercontent.com/sakibsadmanshajib/hive/main/scripts/install.sh | bash
🖥️
On-device models
Pair with Ollama to run open models locally. Keep sensitive workloads fully offline.
📐
Hardware advisor
On the roadmap: sizing guidance that reports what your machine can comfortably run before you commit to a box.
🔒
Your data, your box
No request leaves your network unless you route it to a cloud provider on purpose.
Chat workstation
A chat front-end your whole team can use
Built on Open WebUI and bundled with EnterpriseEdge. A familiar chat surface that points straight at your Hive gateway.
💬
Familiar chat surface
Open WebUI gives you conversations, model picking and history out of the box.
📚
Personal RAG
Upload your own documents and chat over them. Answers grounded in your material.
🇧🇩
Bangla UI, on the way
A Bangla interface is on the roadmap so the workstation reads naturally for local teams.
Pricing
Prepaid, in Taka
Top up a credit balance and spend it as you go.
Prepaid BDT credits
No subscription. No foreign card. Pay in Bangladeshi Taka through the rails you already use.
bKash
SSLCommerz
Card via Stripe
Build on Bangladesh's AI platform
Start in the cloud with prepaid credits, or self-host in a single command.