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.
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"])
Bring CraftX directly into VS Code. Chat with any AI model without leaving your editor — powered by your CraftX account and API key.
Use @craftx as a Copilot Chat participant directly inside VS Code. Ask anything — refactor, explain, generate — all powered by your chosen model.
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.
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.
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.
@craftx and start promptingSend one prompt and get parallel responses from up to 3 models simultaneously. Compare, pick the best, and keep going — all inside a single chat.
No subscription · Pay per use · Switch models anytime
No credit card required. No subscriptions. Just an API key and tokens.
Register with your email and get instant access to the CraftX dashboard and your personal API key.
Top up your BDT wallet instantly via bKash, Nagad, or Rocket. Verified and credited within hours.
Use your API key to make requests to any available AI model. Pay only for what you use — per token.
Choose from our curated selection of high-performance AI models.
| Model | Category | Input (per 1K) | Output (per 1K) |
|---|---|---|---|
| Loading API Pricing... | |||
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.
Recharge your wallet using Bangladesh's most trusted payment platforms.
Drop-in compatible API. Switch from any standard AI provider in minutes.
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);
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"])
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
}'
{
"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
}
}
Track every token, every call. Live dashboard with per-model breakdowns and cost analytics.
Get your unique API key the moment you register. Regenerate it at any time from your dashboard.
Native Bangladeshi Taka billing. No foreign exchange headaches. Top up via local mobile banking.
Pricing is set by the platform admin — ensuring fair, transparent rates for all users.
All API traffic is encrypted. Rate limiting, key rotation, and audit logs built in by default.
Our infrastructure routes requests with minimal overhead — delivering responses at production speed.
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.
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.
Answers appear word-by-word in real time — just like the big platforms — with full markdown rendering, code blocks, and reasoning trace support.
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.
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.
Text, code, vision, and long-context models — all accessible from the same chat interface. No need to juggle multiple apps or accounts.
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.
CraftX was born from a real frustration — powerful AI shouldn't require expensive foreign subscriptions or lock you into a single model.
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.
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.
No Visa, no Mastercard, no foreign exchange headaches. Recharge via bKash, Nagad, or Rocket using Bangladeshi Taka. Made for Bangladeshi students and developers.
Credits never expire. Use when you need, stop when you don't. No monthly commitment, no auto-renewal surprises. Your money, your rules.
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."