Türkiye's Advanced Vision-Language Model — High Performance, Multimodal, and Enterprise-Ready
📖 Overview
Next 12B
is a
12-billion parameter multimodal Vision-Language Model (VLM)
based on
Gemma 3
, fine-tuned to deliver
exceptional performance
in both text and image understanding. This is
Türkiye's most advanced open-source vision-language model
, designed for:
Superior understanding and generation of
text and image descriptions
.
Advanced reasoning and context-aware multimodal outputs.
Professional-grade Turkish support with extensive multilingual capabilities.
Enterprise-ready deployment with optimized quantization options.
This model is ideal for
enterprises, researchers, and organizations
who need a
state-of-the-art multimodal AI
capable of
complex visual understanding, advanced reasoning, and creative generation
.
Next 12B sets new standards for medium-sized models across all major benchmarks.
Model
MMLU (5-shot) %
MMLU-Pro %
GSM8K %
MATH %
Next 12B
Version m200
91.8
78.4
94.3
81.2
Next 4B preview
Version s325
84.6
66.9
82.7
70.5
Qwen 2.5 14B
79.9
68.3
87.5
74.3
Llama 3.1 8B
73.0
62.4
80.6
51.9
Next 12B approaches frontier model performance while maintaining efficiency.
Model
MMLU (5-shot) %
MMLU-Pro %
GSM8K %
MATH %
Next Z1
Version l294
97.3
94.2
97.7
93.2
Next 12B
Version m200
91.8
78.4
94.3
81.2
GPT 4o
88.7
72.6
92.3
76.6
Claude Sonnet 4
~88.3
75.8
90.8
78.3
🚀 Installation & Usage
Use with vision:
from transformers import AutoTokenizer, AutoModelForCausalLM, AutoProcessor
from PIL import Image
import torch
model_id = "Lamapi/next-12b"
model = AutoModelForCausalLM.from_pretrained(model_id)
processor = AutoProcessor.from_pretrained(model_id) # For vision.
tokenizer = AutoTokenizer.from_pretrained(model_id)
# Read image
image = Image.open("image.jpg")
# Create a message in chat format
messages = [
{"role": "system","content": [{"type": "text", "text": "You are Next-X1, a smart and concise AI assistant trained by Lamapi. Always respond in the user's language. Proudly made in Turkey."}]},
{
"role": "user","content": [{"type": "image", "image": image},
{"type": "text", "text": "Who is in this image?"}
]
}
]
# Prepare input with Tokenizer
prompt = tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
inputs = processor(text=prompt, images=[image], return_tensors="pt")
# Output from the model
output = model.generate(**inputs, max_new_tokens=50)
print(tokenizer.decode(output[0], skip_special_tokens=True))
Who is in this image?
The image shows
Mustafa Kemal Atatürk
, the founder and first President of the Republic of Turkey.
Use without vision:
from transformers import AutoTokenizer, AutoModelForCausalLM
import torch
model_id = "Lamapi/next-12b"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id)
# Chat message
messages = [
{"role": "system", "content": "You are Next-X1, a smart and concise AI assistant trained by Lamapi. Always respond in the user's language. Proudly made in Turkey."},
{"role": "user", "content": "Hello, how are you?"}
]
# Prepare input with Tokenizer
prompt = tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
inputs = tokenizer(prompt, return_tensors="pt")
# Output from the model
output = model.generate(**inputs, max_new_tokens=50)
print(tokenizer.decode(output[0], skip_special_tokens=True))
Hello, how are you?
I'm fine, thank you. How are you?
🎯 Goals
Advanced Multimodal Intelligence:
Superior understanding and reasoning over images and text.
Enterprise-Grade Performance:
High accuracy and reliability for production deployments.
Efficiency:
Optimized for professional GPUs with flexible quantization options.
Accessibility:
Open-source availability for research and commercial applications.
Cultural Excellence:
Best-in-class Turkish language support while maintaining multilingual capabilities.
✨ Key Features
Feature
Description
🔋 Optimized Architecture
Balanced performance and efficiency; supports multiple quantization formats.
🖼️ Advanced Vision-Language
Deep understanding of images with sophisticated visual reasoning capabilities.
🇹🇷 Professional Turkish Support
Industry-leading Turkish language performance with extensive multilingual reach.
🧠 Superior Reasoning
State-of-the-art logical and analytical reasoning for complex tasks.
📊 Production-Ready
Reliable, consistent outputs suitable for enterprise applications.
🌍 Open Source
Transparent, community-driven, and commercially friendly.
📐 Model Specifications
Specification
Details
Base Model
Gemma 3
Parameter Count
12 Billion
Architecture
Transformer, causal LLM + Enhanced Vision Encoder
Fine-Tuning Method
Advanced instruction & multimodal fine-tuning (SFT) on curated Turkish and multilingual datasets
Optimizations
Q8_0, Q4_K_M, F16, F32 quantizations for flexible deployment options
Advanced Visual Analysis:
Detailed image understanding and description
Educational Applications:
Complex tutoring and explanation systems
Research Assistance:
Literature review and data analysis
Creative Writing:
Story generation and creative content
Technical Documentation:
Code documentation and technical writing
Customer Support:
Multilingual customer service automation
Data Extraction:
Visual document processing and information extraction
📄 License
This project is licensed under the
MIT License
— free to use, modify, and distribute for commercial and non-commercial purposes. Attribution is appreciated.
Next 12B
— Türkiye's
most advanced vision-language AI
, combining
state-of-the-art multimodal understanding, superior reasoning, and enterprise-grade reliability
.
Runs of Lamapi next-12b on huggingface.co
515
Total runs
0
24-hour runs
-28
3-day runs
-64
7-day runs
-1.6K
30-day runs
More Information About next-12b huggingface.co Model
next-12b huggingface.co is an AI model on huggingface.co that provides next-12b's model effect (), which can be used instantly with this Lamapi next-12b model. huggingface.co supports a free trial of the next-12b model, and also provides paid use of the next-12b. Support call next-12b model through api, including Node.js, Python, http.
next-12b huggingface.co is an online trial and call api platform, which integrates next-12b's modeling effects, including api services, and provides a free online trial of next-12b, you can try next-12b online for free by clicking the link below.
Lamapi next-12b online free url in huggingface.co:
next-12b is an open source model from GitHub that offers a free installation service, and any user can find next-12b on GitHub to install. At the same time, huggingface.co provides the effect of next-12b install, users can directly use next-12b installed effect in huggingface.co for debugging and trial. It also supports api for free installation.