Sign In Get Started
Run 2,100 Vision Inferences: 120B Models for only 100 Tk.

Build with AI.
Pay in BDT.

CraftX gives students and developers instant access to powerful AI capabilities through a single API. Recharge your wallet via bKash, Nagad, or Rocket — and start building today.

৳0.001Per 1K Tokens
99.9%Uptime SLA
<200msAvg Latency
example.py
import requests

API_KEY  = "YOUR_API_KEY"
ENDPOINT = "https://api.craftx.corecraftsolutions.com/api/v1/chat/completions"

response = requests.post(
    ENDPOINT,
    headers={
        "Authorization": f"Bearer {API_KEY}",
        "Content-Type": "application/json"
    },
    json={
        "model": "CraftX gpt oss 120b",
        "messages": [
            {"role": "user", "content": "Explain quantum computing in simple terms."}
        ],
        "max_tokens": 512,
        "temperature": 0.7
    }
)

data = response.json()

# AI reply
print(data["choices"][0]["message"]["content"])
"Quantum computing harnesses the unique properties..."

CraftX AI — Inside Your Editor.

Bring CraftX directly into VS Code. Chat with any AI model without leaving your editor — powered by your CraftX account and API key.

Native Copilot Chat Integration

Use @craftx as a Copilot Chat participant directly inside VS Code. Ask anything — refactor, explain, generate — all powered by your chosen model.

Quick-Switch Models from Status Bar

Switch between AI models instantly from the VS Code status bar — no settings menu, no restart. One click and your next prompt runs on a different model.

SSE Streaming for Fast Responses

Responses stream token-by-token via Server-Sent Events — no waiting for the full reply. Low latency, exactly like the web chat experience, right in your editor.

Your API Key, Your Control

Authenticate with your CraftX API key from VS Code Settings. Credits are shared with your CraftX account — one balance, used across the web and editor.

Free on Marketplace

Setup in 4 steps

  1. 1
    Open VS Code Settings Ctrl + ,
  2. 2
    Search for CraftX
  3. 3
    Insert your CraftX API Key
  4. 4
    Open Copilot Chat, type @craftx and start prompting
Install from Marketplace

Chat with multiple AI models — all at once.

Send one prompt and get parallel responses from up to 3 models simultaneously. Compare, pick the best, and keep going — all inside a single chat.

craftx.corecraftsolutions.com/dashboard/chat
CraftChat — multiple AI models responding in parallel
Try CraftChat

No subscription · Pay per use · Switch models anytime

From sign-up to first API call

No credit card required. No subscriptions. Just an API key and tokens.

01

Create Account

Register with your email and get instant access to the CraftX dashboard and your personal API key.

02

Recharge Wallet

Top up your BDT wallet instantly via bKash, Nagad, or Rocket. Verified and credited within hours.

03

Call the API

Use your API key to make requests to any available AI model. Pay only for what you use — per token.

Powerful AI models, BDT pricing

Choose from our curated selection of high-performance AI models.

Sort by price:
Model Category Input (per 1K) Output (per 1K)
Loading API Pricing...

Rent GPUs. Pay per Minute.

Deploy high-performance GPUs for training, inference, and fine-tuning. Billed automatically from your CraftX wallet.

GPU Model VRAM System RAM Price (per Hour)
Loading GPU models...

GPU prices are dynamic and might vary based on availability. Create an account to check live dashboard availability.

Pay in Taka. Zero complexity.

Recharge your wallet using Bangladesh's most trusted payment platforms.

No subscriptions. Only pay for what you use. Credit never expires.
Token-based billing. Costs are calculated per 1,000 tokens — transparent and predictable.
Fast top-up. Submit your transaction ID after payment and your wallet is credited within 2-5 Minutes.
Real-time deduction. Wallet balance is deducted automatically on each API call. No surprises.
Send Money → 01XXXXXXXXX
Send Money → 01XXXXXXXXX
Send Money → 01XXXXXXXXX

One endpoint. All models.

Drop-in compatible API. Switch from any standard AI provider in minutes.

chat.js
const res = await fetch("https://api.craftx.corecraftsolutions.com/api/v1/chat/completions", {
  method: "POST",
  headers: {
    "Authorization": `Bearer ${API_KEY}`,
    "Content-Type": "application/json"
  },
  body: JSON.stringify({
    model: "CraftX gpt oss 120b",
    messages: [{
      role: "user",
      content: "Explain quantum computing in simple terms."
    }],
    max_tokens: 512,
    temperature: 0.7
  })
});

const data = await res.json();
console.log(data.choices[0].message.content);
chat.py
import requests

API_KEY  = "YOUR_API_KEY"
ENDPOINT = "https://api.craftx.corecraftsolutions.com/api/v1/chat/completions"

response = requests.post(
    ENDPOINT,
    headers={
        "Authorization": f"Bearer {API_KEY}",
        "Content-Type": "application/json"
    },
    json={
        "model": "CraftX gpt oss 120b",
        "messages": [
            {"role": "user", "content": "Explain quantum computing in simple terms."}
        ],
        "max_tokens": 512,
        "temperature": 0.7
    }
)

data = response.json()

# AI reply
print(data["choices"][0]["message"]["content"])
terminal
curl -X POST https://api.craftx.corecraftsolutions.com/api/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "CraftX gpt oss 120b",
    "messages": [{
      "role": "user",
      "content": "Explain quantum computing in simple terms."
    }],
    "max_tokens": 512,
    "temperature": 0.7
  }'
Response
200 OK ✓ 187ms
{
  "id": "chatcmpl-cc9xz...",
  "object": "chat.completion",
  "model": "CraftX gpt oss 120b",
  "choices": [{
    "message": {
      "role": "assistant",
      "content": "Quantum computing harnesses..."
    },
    "finish_reason": "stop"
  }],
  "usage": {
    "prompt_tokens": 12,
    "completion_tokens": 143,
    "total_tokens": 155
  }
}

Everything you need to build with AI.

Real-time Usage Monitoring

Track every token, every call. Live dashboard with per-model breakdowns and cost analytics.

Instant API Key

Get your unique API key the moment you register. Regenerate it at any time from your dashboard.

BDT Wallet

Native Bangladeshi Taka billing. No foreign exchange headaches. Top up via local mobile banking.

Admin-Controlled Pricing

Pricing is set by the platform admin — ensuring fair, transparent rates for all users.

Secure & Private

All API traffic is encrypted. Rate limiting, key rotation, and audit logs built in by default.

Low Latency Proxy

Our infrastructure routes requests with minimal overhead — delivering responses at production speed.

One Chat Interface. Every Model.

CraftChat is the AI chat built into CraftX — unlike typical AI chat apps, you're never locked into one model. Switch freely, compare instantly, pay only for what you use.

Typical AI Chat Apps
  • Locked to one provider's model
  • $20/month subscription — whether you use it or not
  • No model switching — pay more for a different plan
  • Requires international payment card
  • One AI, one perspective
  • Can't compare outputs across models
VS
CraftChat
  • Access frontier, open-weight, and reasoning models from multiple labs
  • Pay-as-you-go — top up ৳50, use exactly that much
  • Switch models mid-conversation, any time
  • Pay via bKash, Nagad, Rocket — no foreign card needed
  • Multiple AI perspectives on the same question
  • One interface, all models, zero subscriptions

Pick Any Model, Any Time

Start with a frontier model, switch to a fast lightweight model mid-thread, try an open-weight model for a quick check. Your chat, your choice — no plan upgrade required.

Streaming Responses

Answers appear word-by-word in real time — just like the big platforms — with full markdown rendering, code blocks, and reasoning trace support.

Thinking / Reasoning Models

CraftChat visualises the chain-of-thought for extended-thinking models — watch the model reason step-by-step through a problem before it delivers the final answer.

Pay Only for What You Send

Credits are deducted per token — not per month. A quick question costs a fraction of a taka. Long research sessions still cost far less than any subscription.

Dozens of Models in One Place

Text, code, vision, and long-context models — all accessible from the same chat interface. No need to juggle multiple apps or accounts.

Always Up-to-Date

New models are added to the platform regularly. When any major AI lab ships something new, it shows up in CraftChat — no app update needed.

Built Different. Built for You.

CraftX was born from a real frustration — powerful AI shouldn't require expensive foreign subscriptions or lock you into a single model.

Buy only what you need — no forced bundles

Tired of paying ৳1,000+ for an AI subscription just to use it twice a week? With CraftX you top up exactly what you need — even ৳50 worth of credits. Use it for one task, one project, or one afternoon. No wastage, no regret.

One account, access to many models

Most typical AI chat apps give you one model at one price tier — upgrade or get nothing. Here, a single CraftX account unlocks dozens of powerful AI models — text, vision, code & more — all through one API key.

Pay in BDT — no international card needed

No Visa, no Mastercard, no foreign exchange headaches. Recharge via bKash, Nagad, or Rocket using Bangladeshi Taka. Made for Bangladeshi students and developers.

Zero subscriptions, zero lock-in

Credits never expire. Use when you need, stop when you don't. No monthly commitment, no auto-renewal surprises. Your money, your rules.

Md. Abir Hossain
Creator & Developer

Md. Abir Hossain

Student · North South University

"Built CraftX because I was tired of paying for expensive AI subscriptions just to do a simple task. You should be able to pay for exactly what you use — nothing more, nothing less."
🇧🇩 Made in Bangladesh ⚡ Built for Developers
Chat