MOYNA · CHAT MODELS

Moyna, at every level. Everything you can do.

Debug code, reason through a hard problem, read a whole book, write graceful Bangla, or check what changed today — Moyna 1.0, Pro and Max in one bilingual chat, with top-up models on tap when you want them.

3Moyna tiers
5top-up models
2languages, natively
Bookof context, one thread
one real bug, fixedMoyna Max
def add_item(item, cart=[]):        # shared default — leaks!
    cart.append(item)
    return cart
def add_item(item, cart=None):
    if cart is None: cart = []
    cart.append(item)
    return cart

The default list is created once and shared across every call, so each new cart secretly keeps old items — fixed by defaulting to None and building a fresh list inside.

// Moyna Smart picked Moyna Max — best for careful code.

Open Moyna Chat free to start · Bangla or English
01The lineup

Meet the lineup — Moyna, plus top-up.

Two groups in one place: the Moyna line you use every day — 1.0 to start free, then Pro and Max, with Moyna Smart choosing between them — plus top-up models from OpenAI, Google and xAI to bring in when a task wants a specific engine.

Moyna4
Moyna SmartAuto-routing layer

Not one model but the choice itself — reads each message and hands it to the Moyna model that fits, so you never have to pick.

reasoningfastBangla
Moyna 1.0Free to start · Bangla-first

Moyna's own model to start free — fast, balanced and tuned for graceful native Bangla, so your first question feels at home.

fastBanglacreative
Moyna ProDeeper-reasoning workhorse

A deeper, more careful Moyna for hard problems, real code and long documents — the everyday workhorse on the Pro plan.

reasoningcodelong context
Moyna MaxMost capable tier

Moyna's most capable model — the one to reach for on the toughest reasoning, careful code and close analysis.

reasoningcodemath
Top-up5
G
GPT-5.6 SolOpenAI · frontier

OpenAI's latest frontier GPT — a strong all-rounder across reasoning, code and natural writing.

reasoningcodecreative
G
GPT-5.6 TerraOpenAI · frontier

A sibling GPT-5.6 model with its own balance of speed and depth.

reasoningfast
Gemini 3.6 FlashGoogle · long-context

Google's fast, long-context model — quick even across book-length documents.

fastlong contextvision
Grok 4.5xAI · current

Leans into what's happening now — fresh, current and direct in voice.

currentwebreasoning
G
GPT-5.5OpenAI · proven

The proven prior-generation flagship — still formidable across the board.

reasoningeveryday
02The rack

Pick a task, watch it done.

A real bug fixed, a real problem reasoned line by line, a native Bangla verse, today's answer with its sources — pick a task and see which mind shines.

“এই ফাংশনের বাগটা কোথায়?” Moyna Max
for (let i = 0; i <= items.length; i++) {
  render(items[i]);   // i = length → items[i] is undefined
}
for (let i = 0; i < items.length; i++) {
  render(items[i]);   // stops at the last real index
}

The loop uses <= so it runs one step past the end and reads an undefined item — fixed by using < to stop at the last real index.

“৬০টি শার্ট, কুরিয়ার ৪ ঘণ্টায়; রিমা ৬ মিনিটে ১টা, করিম ১০ মিনিটে ১টা — সময়ে হবে?” Moyna Max
  1. একা রিমার ৬ ঘণ্টা, করিমের ১০ ঘণ্টা লাগত — দুটোই সময়সীমা পার।
  2. একসাথে ঘণ্টায় ১০ + ৬ = ১৬টি শার্ট।
  3. ৬০ ÷ ১৬ = ৩.৭৫ ঘণ্টা = ৩ ঘণ্টা ৪৫ মিনিট; ৪ ঘণ্টার মধ্যে।

উত্তর: হ্যাঁ — হাতে ১৫ মিনিট থাকবে।

“২০ মিনিটে মেহমান, ঘরে ডিম-ভাত-পেঁয়াজ — দ্রুত কী বানাই?” Moyna 1.0 · Moyna Max
Moyna 1.0 · first to answer

ডিম-ভাজা ভাত: পেঁয়াজ-কাঁচামরিচ ভেজে ২টি ডিম, তারপর ঠান্ডা ভাত মিশিয়ে ৫ মিনিট — গরম গরম পরিবেশন।

Moyna Max · fuller answer

একই প্যানে ডিম-ভাজা ভাত + পাশে দ্রুত অমলেট। টিপ: বেশি আঁচে পেঁয়াজ ভাজলে স্বাদ গাঢ়; উপরে একটু ঘি/গোলমরিচ দিলে রেস্তোরাঁর মতো।

উদাহরণস্বরূপ — গতি বনাম পূর্ণতা; আসল গতি প্রশ্ন ও উত্তরের দৈর্ঘ্যভেদে বদলায়।

“পুরো চুক্তিপত্রটা পড়ে গরমিল বের করো।” Moyna Pro

পৃ. ৩ সারাংশ: “পণ্য বুঝে নেওয়ার সময়েই সম্পূর্ণ পরিশোধ।”

পৃ. ২১৪ শর্ত ৯.৪: “চালানের ৩০ দিন পর নেট পরিশোধযোগ্য।”

দুই শর্ত পরস্পরবিরোধী — ২১৪ পৃষ্ঠার ভেতর থেকে ঠিক এই দুই লাইনেই সরাসরি নিয়ে গেল।

“এই চার্টের ছবিটা দেখে মূল ট্রেন্ডটা বলো।” Moyna Pro
chart.png

ছবি পড়ে — চারটি বার: প্রথম তিনটি ক্রমশ উঁচু, চতুর্থটিতে স্পষ্ট পতন। এক লাইন লেখা ছাড়াই ছবি থেকেই বোঝা যাচ্ছে — বৃদ্ধির ধারা শেষ ধাপে এসে থেমে গেছে।

“ভোরের ভাবনা নিয়ে ছোট্ট একটা কবিতা লেখো।” Moyna 1.0

ভোরের আলোয় জাগে একরাশ ভাবনা,
নিঃশব্দে বুকে বাজে অচেনা বায়না।
মনের গহীনে ছিল যা এতকাল অস্ফুট,
কলমের ডগা ছুঁয়ে আজ তা উদ্‌গত।

“আজকের DSE বাজার আর ব্যবসার খবর?” Moyna Pro
prothomalo.combonikbarta.comtbsnews.net

আজকের প্রকাশিত সূচক ও লেনদেনের সর্বশেষ তথ্য বাংলাদেশি সূত্র থেকে টেনে বাজার কোন দিকে ঝুঁকছে জানায়, প্রতিটি সংখ্যার উৎসসহ — পুরোনো সংখ্যা নয়।

// answers with today's info, not a fact frozen from old training
03

That's a lot of choice. We make it for you.

Moyna Smart reads each message and routes it to the model best suited for it — and shows you why it chose. On by default, always yours to override.

“এই কোডটার বাগ কোথায়?”
Moyna Smart
Moyna Max// needs careful code reasoning

// Moyna Smart is on by default — and you can always override it and choose the model yourself.

04 Take the wheel

Switch per message. One thread remembers.

Change models mid-conversation whenever you like — the thread keeps its full context, so the next mind picks up exactly where the last one left off.

বিক্রয় বাড়ানোর ৩টা আইডিয়া দাও।
Moyna Pro১) রেফারেল অফার ২) ঈদ বান্ডল ৩) বিকাশ-এ ক্যাশব্যাক।
এখন ১ নম্বরটা বিস্তারিত করো।↳ switched to Moyna Max
Moyna Maxরেফারেল: বন্ধু আনলে দুজনের জন্যই ১০% ছাড়…

↑ “১ নম্বরটা” — the new model still knew which idea you meant.

05The Bangla moat

Bangla done right, not translated.

Ask in Bangla, get Bangla back — native, warm, in formal আপনি, not a stiff word-for-word rendering of an English answer. The one edge the giants don't have.

generic AI · translated

হ্যালো! মইনাতে ওয়েলকাম। আমরা এক্সাইটেড আপনাকে হ্যাভ করে। আপনার জার্নি স্টার্ট করতে প্লিজ নিচের স্টেপগুলো ফলো করুন। এনি কোয়েশ্চেন থাকলে ফিল ফ্রি টু আস্ক করবেন!

Moyna · native

ময়নায় আপনাকে স্বাগতম। আপনি যে আমাদের সঙ্গী হলেন, তাতে আমরা সত্যিই আনন্দিত। শুরুটা সহজ রাখতে নিচের ধাপগুলো একটু দেখে নিন, আর নিজের মতো করে ঘুরে দেখুন কী কী করা যায়। কোনো প্রশ্ন থাকলে নির্দ্বিধায় জানাবেন — আমরা পাশেই আছি।

Same message, two minds. The first thinks in English and swaps in Bangla script; the second is written in Bangla — idiom, rhythm, আপনি and all.

06One roof

Every model, one bilingual chat.

No four apps, no four logins, no juggling — the whole Moyna line lives in a single thread that speaks Bangla and English natively, side by side.

Moyna SmartMoyna 1.0Moyna ProMoyna Max+ 5 top-up
এক চ্যাট, সব মডেলবাংলা · English

No one else gives you all of it — the breadth, the proven range, the smart routing, and native Bangla — in a single thread.

07Questions

Fair questions, straight answers.

Which models can I use?

Every day you use the Moyna line — Moyna 1.0 to start free, then Moyna Pro and Moyna Max — and Moyna Smart can choose between them for you. When a task calls for a specific engine, top-up models from OpenAI, Google and xAI are one tap away.

What is Moyna Smart?

It reads each message and routes it to the Moyna model best suited for the task — coding, reasoning, current events, creative writing — and shows you why. On by default, always overridable.

Can I switch models in one chat?

Yes — switch on any message, mid-conversation. The thread keeps its full context, so the next model continues exactly where the previous one left off.

Do all models work in Bangla?

Yes, and it's a first-class language, not an afterthought — ask in Bangla, get natural Bangla back in formal আপনি. English works exactly the same, and you can mix both.

Why not just use one model?

No single setting is best at everything — some questions want speed, others want the deepest reasoning or the longest memory. Moyna 1.0, Pro and Max cover the range, Moyna Smart picks between them, and top-up models add a specific engine when you want one — all without juggling four separate apps.

Start here

Moyna, at every level. Start free.

Open Moyna Chat

free to start · in Bangla or English