เปรียบเทียบราคา · ต้นทุน Token · Self-host · API · โครงสร้างเทคนิค
AI ทั่วไปลืมทุกอย่างเมื่อปิดแชท — Mavis จำข้าม session ด้วย persistent memory + session continuity
เปรียบเทียบ feature-by-feature กับ ChatGPT, Claude, Gemini
| Feature | Mavis | ChatGPT | Claude | Gemini |
|---|---|---|---|---|
| จำข้าม session | ✅ ตลอดอายุ | ❌ session หน่อย | ⚠️ projects แยก | ⚠️ limited |
| Deploy เว็บ/เกมจริง | ✅ 50+ apps | ❌ | ❌ | ❌ |
| Self-host | ✅ 1 คำสั่ง | ❌ | ❌ | ❌ |
| BYOK ราคาถูก | ✅ $120/เดือน flat | ⚠️ Pay-per-token | ⚠️ Pay-per-token | ⚠️ Pay-per-token |
| ความเร็ว (cached) | ~2-3s | ~3-5s | ~4-6s | ~3-5s |
| เน้นภาษาไทย | ✅ native | ⚠️ แปล | ✅ OK | ⚠️ แปล |
เปรียบเทียบราคา subscription ของ Mavis กับ AI อื่นๆ ในงานเดียวกัน
| Provider | Plan | USD/mo | Tokens/เดือน | ≈ ฿/เดือน |
|---|---|---|---|---|
| Mavis | Token Plan Ultra | $120 | 12.5B | ~4,200 |
| Mavis | Token Plan Max | $50 | 5.1B | ~1,750 |
| Mavis | Token Plan Plus | $20 | 1.7B | ~700 |
| ChatGPT | Plus | $20 | ~700K (rate-limit) | ~700 |
| Claude | Pro | $20 | ~700K (rate-limit) | ~700 |
| Gemini | Advanced | $20 | ~500K (rate-limit) | ~700 |
Mavis รันได้บน VPS ของคุณเอง — ไม่ต้องเช่าใคร
| System | CPU | RAM | Disk | Status |
|---|---|---|---|---|
| Mavis Sandbox | Intel Xeon 2 vCPU | 2 GiB | 30 GB overlay | session only |
| VPS 103.22.183.111 | QEMU AMD 6 vCPU | 15 GiB | 96 GB (92% used ⚠️) | 17h uptime · 43 services |
| VPS 5.231.28.248 (CodeHub) | AMD EPYC 9334 8 vCPU | 15 GiB | 242 GB + 16 TB XFS | 12 weeks uptime 🔥 |
| VPS 178.83.121.75 (Games) | AMD EPYC 7663 1 vCPU | 2.9 GiB (262 MB free ⚠️) | 19 GB | 20+ listening ports |
| Self-host Mavis | Cloud SaaS (OpenAI) | |
|---|---|---|
| ต้นทุน server | ~$70/เดือน | $0 (no server) |
| ต้นทุน API | $120/เดือน flat | $1,272-29,473/เดือน |
| Data privacy | ✅ ของคุณเอง | ❌ ส่งให้ provider |
| Customize | ✅ full | ❌ black box |
| Vendor lock-in | ❌ ไม่มี | ⚠️ สูง |
| รวม/เดือน | ~$190 | $1,272+ |
เลือก plan ที่เหมาะกับการใช้งาน — ใช้เยอะ = Max คุ้มที่สุด, ใช้น้อย = Plus
| Tier | USD/mo | Tokens | เมวิสใช้ | Verdict |
|---|---|---|---|---|
| Plus | $20 | 1.7B | 182% (over quota ❌) | ไม่พอ |
| Max | $50 | 5.1B | 60.8% (fits ✅) | 🔥 POPULAR |
| Ultra | $120 | 12.5B | 24.8% (4× headroom ✅) | ✓ เมวิสใช้อันนี้ |
สมมติฐาน: 70/30 input/output · cache hit 95% · ใช้จริง 3.1B tokens/เดือน
| โมเดล | ฿/1K tokens | USD/mo | ฿/mo | × Mavis |
|---|---|---|---|---|
| 🐉 Mavis Ultra | ฿0.0014 | $120 | ~4,200 | 1× |
| 🌊 DeepSeek V3 | ฿0.0034 | $304 | ~10,656 | 2.5× |
| 🤖 M3 Pay-Per-Token | ฿0.014 | $1,272 | ~44,528 | 10.6× |
| 💎 Gemini 2.5 Ultra | ฿0.13 | $11,789 | ~412,616 | 98× |
| 🧠 Claude Opus 4.8 | ฿0.28 | $24,823 | ~868,814 | 207× |
| ⚡ GPT-5.5 | ฿0.33 | $29,473 | ~1,031,564 | 246× |
// Cache hit rate (real workload)
const cacheHitRate = 95.4%
// Actual usage breakdown
const dailyTokens = 1.10B (mean) // range 0.35-3.10B
const monthlyTokens = 26.7-33B
const monthlyCost = $11,510 (cache) / $19,708 (no cache)
POST https://apps.sj88ai.com/api/build
Content-Type: application/json
{
"user": "yourname",
"program": "my-app",
"html": "<html>...</html>",
"title": "My App",
"description": "..."
}
Response:
{
"ok": true,
"url": "https://apps.sj88ai.com/yourname/my-app/"
}
GET https://apps.sj88ai.com/api/programs/demouser
Response:
{
"ok": true,
"programs": [
{"name": "counter", "url": "...", "created": "..."}
]
}
POST https://api.minimax.io/v1/chat/completions
Authorization: Bearer YOUR_KEY
{
"model": "MiniMax-Text-01",
"messages": [{"role": "user", "content": "..."}]
}
เอกสารเชิงลึกเกี่ยวกับ MiniMax M3 — model ที่ Mavis ใช้ทำงาน · เปิดตัว 1 มิ.ย. 2026
MiniMax M3 เป็น frontier open-weight LLM จาก Shanghai-based MiniMax · เปิดตัววันที่ 1 มิถุนายน 2026 · เป็น model แรกที่รวม 3 ความสามารถระดับ frontier เข้าด้วยกัน:
M3 ยังเป็น open-weight (ไม่ใช่ fully open-source) — ปล่อย weight แต่ปิด inference + agent layer
นวัตกรรมหลักของ M3 คือ MiniMax Sparse Attention (MSA) — sparse attention architecture ใหม่ที่ทำให้ 1M context เป็นไปได้ในทางปฏิบัติ
Standard Transformer attention scales เป็น O(n²) — ที่ 1M tokens หมายถึง 1 trillion operations ต่อ token · ไม่สามารถใช้งานได้จริงใน production
MSA ใช้ pre-filtering stage ที่ partition KV cache ออกเป็น blocks · เลือกเฉพาะ blocks ที่เกี่ยวข้องกับ query ปัจจุบัน · effective computation ลดลงเหลือ O(n log n)
| Metric | M2 (Full Attention) | M3 (MSA) | Δ |
|---|---|---|---|
| Per-token compute | baseline | 1/20 | -95% |
| Prefill speed | baseline | 9× faster | +9× |
| Decode speed | baseline | 15.6× faster | +15.6× |
| Context coverage | 100% | 98.3% | -1.7% |
| Method | Provider | Coverage | Effective computation |
|---|---|---|---|
| MSA | MiniMax | 98.3% | O(n log n) |
| DSA (DeepSeek Sparse Attention) | DeepSeek | ~95% | O(n log n) |
| MoBA (Mixture of Blocks Attention) | Moonshot | ~93% | O(n log n) |
| Flash-Sparse-Attention | open source | ~90% | O(n log n) |
| Field | Value |
|---|---|
| Released | June 1, 2026 |
| Type | Open-weight (inference + agent closed) |
| Context window (max) | 1,048,576 tokens (~1.5M Thai chars / 1,500 pages) |
| Context window (guaranteed) | 512K tokens |
| Max output | 128K tokens |
| Modality (input) | Text + Image + Video |
| Modality (output) | Text only |
| Architecture | MSA (MiniMax Sparse Attention) |
| Backbone | GQA + MSA blocks |
| KV cache (FP8, 1M ctx) | ~120 GB |
| Min hardware (1M) | 4× H200 SXM5 (564 GB total) or 8× H100 SXM5 (640 GB) |
| Direction | USD per 1M tokens | THB per 1M tokens (×35) |
|---|---|---|
| Input | $0.30 | ~10.5 |
| Output | $1.20 | ~42 |
| Cache read | $0.06 | ~2.1 |
| Cache write | $0.30 | ~10.5 |
| Direction | USD per 1M tokens |
|---|---|
| Input | $0.60 |
| Output | $2.40 |
| Cache read | $0.12 |
| Provider | 1M input (cache miss) | 1M input (cached) | Output price | × M3 |
|---|---|---|---|---|
| 🐉 MiniMax M3 | $0.60 | $0.12 | $1.20-2.40 | 1× |
| DeepSeek V4 Flash | $0.14 | $0.0028 | $0.28 | 0.23× |
| DeepSeek V4 Pro | $0.44 | $0.0036 | $0.88 | 0.73× |
| Qwen3.5-Plus | $0.50 | — | — | 0.83× |
| GPT-5.4 | $2.50 | $0.25 | $15.00 | 4.2× |
| Claude Sonnet 4.6 | $3.00 | $0.30 | $15.00 | 5× |
| Gemini 3.1 Pro | $4.00 | $0.20 | $18.00 | 6.7× |
| GPT-5.5 | $5.00 | $0.50 | $30.00 | 8.3× |
| Claude Opus 4.8 | $5.00 | $0.50 | $25.00 | 8.3× |
| Claude Fable 5 (suspended) | $10.00 | $1.00 | $50.00 | 16.7× |
M3 = cheapest frontier-level 1M model · 8-16× ถูกกว่า GPT-5.5/Opus/Fable · เทียบเฉพาะ frontier-level coding
| Benchmark | M3 | Opus 4.7 | Δ (M3 - Opus) | Winner |
|---|---|---|---|---|
| SWE-Bench Verified | 80.5 | 87.6 | -7.1 | Opus |
| SWE-Bench Pro | 59.0 | 64.3 | -5.3 | Opus |
| Google-Proof Q&A | 92.9 | 94.2 | -1.3 | Opus |
| BrowseComp | 83.5 | 79.3 | +4.2 | M3 🏆 |
| Terminal-Bench 2.1 | 66.0 | 62.3 | +3.7 | M3 🏆 |
| MCP-Atlas | 74.2 | 77.3 | -3.1 | Opus |
| Benchmark | M3 | GPT-5.5 | Gemini 3.1 Pro |
|---|---|---|---|
| SWE-Bench Pro | 59.0 | 57.3 | 56.8 |
| SWE-Bench Verified | 80.5 | 82.0 | 78.0 |
| KernelBench Hard (open) | 28.8 (SOTA) | — | — |
โหลด codebase ทั้งโปรเจคในครั้งเดียว — ไม่ต้อง RAG, ไม่ต้อง chunking
// Pseudo-API call
POST /v1/chat/completions
{
"model": "MiniMax-Text-01",
"messages": [{
"role": "user",
"content": "Refactor the auth module to use OAuth2. [WHOLE REPO: 800K tokens]"
}]
}
// M3 processes in single context window
M3 รับ input ได้ 3 modalities (text, image, video) — output เป็น text only
| Tier | Latency (TTFT) | Concurrency | SLA | Use case |
|---|---|---|---|---|
| Standard | ~298ms decode | Default | Best-effort | Chat, dev, regular |
| Priority | ~246ms decode (stable) | Scheduled priority | ✅ SLA guarantee | Production SLA-sensitive |
| Self-host | Depends on GPU | Your own | Your own | Full control · air-gapped |
service_tier=priority in API requestM3 รองรับ 2 modes ที่ toggle ได้ต่อ request:
| Mode | Use case | Latency |
|---|---|---|
| Thinking ON | Complex reasoning, agent tasks, long-horizon collab | Slower (chain-of-thought) |
| Thinking OFF | Conversation, code completion, latency-sensitive | Faster (direct response) |
Same pricing in both modes · switch per-request
https://api.minimax.io/v1
POST /v1/chat/completions
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
{
"model": "MiniMax-Text-01",
"messages": [
{"role": "user", "content": "Hello"}
],
"max_tokens": 1024,
"temperature": 0.7
}
POST /v1/chat/completions
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
{
"model": "MiniMax-Text-01",
"messages": [...], // can be 1M+ tokens
"max_tokens": 128000,
"temperature": 0.7
// Note: pricing automatically 2× for >512K input
}
{
"model": "MiniMax-Text-01",
"messages": [{
"role": "user",
"content": [
{"type": "text", "text": "What's in this image?"},
{"type": "image_url", "image_url": {"url": "https://..."}}
]
}]
}
{
"model": "MiniMax-Text-01",
"messages": [...],
"service_tier": "priority" // SLA guaranteed
}
POST /v1/chat/completions
{
"model": "MiniMax-Text-01",
"messages": [...],
"stream": true
}
// Returns SSE stream of chunks
| Tier | Context | Min GPU | VRAM total | vLLM/SGLang |
|---|---|---|---|---|
| Standard | 128K | 1× A100 80GB | 80 GB | vLLM 0.6+ |
| Long | 512K | 2× A100 80GB | 160 GB | vLLM 0.6+ |
| Full | 1M | 4× H200 SXM5 | 564 GB | vLLM 0.6+ |
| Full alt | 1M | 8× H100 SXM5 | 640 GB | SGLang |
M3 ปล่อย weights แต่ inference + agent code ปิด · ต้อง verify license terms ก่อน commercial deployment
แม้ M3 จะทำ 1M ได้ แต่ self-host ต้องการ 4×H200 / 8×H100 · ใช้ hosted API จะประหยัดกว่ามาก
M3's 59.0% on SWE-Bench Pro is impressive — แต่:
Some community criticism around Terminal-Bench using Claude Code scaffold · MiniMax has been transparent about it · industry standard practice
Mavis เลือก M3 เพราะ: