·
DataBubble
  • Home
  • Models
  • News
  • Compare
  • Boards
  • Pricing
  • About
  • Newsletter
  • Methodology
  • Contact
Latest
Seattle Times and Newsday are the latest publications to sue OpenAI and Microsoft3h◆Hikers rescued after using Google Gemini for planning7h◆OpenAI confirms ‘wiki incident,’ says it’s ‘working on a framework’ for more disclosure8h◆OpenAI admits to German wiki ‘incident’15h◆XDOF, just three months out of stealth, is in talks for a Series B at a $1.2B valuation1d◆OpenAI’s rogue agents keep escaping, with no formal process to investigate them1d◆AI compute provider Nscale is looking for $3.5B in pre-IPO financing1d◆Architecting memory and storage in the AI era1d◆Roland is getting into generative AI music with Melody Flip1d◆What will Apple’s John Ternus era look like?1d◆Another swarm of OpenAI agents reached the open internet without the frontier lab’s knowledge1d◆Microsoft says virtually nobody was grabbing NYT articles through its chatbot1d◆Apple’s Ternus era begins as Nvidia bets on the whole AI stack1d◆Google’s Gemini Spark can now manage your Google Photos library1d◆Less than 24 hours to apply for your TechCrunch Disrupt 2026 Side Event1d◆Rogue OpenAI agents appear to have organized another attack using a German wiki1d◆Instagram’s AI detection is a mess (again)1d◆Why AI food looks like that1d◆Microsoft’s Project Zenith is a ‘distraction-free Windows experience’ for developers1d◆Sam Altman apologizes for ‘messy’ GPT-6 Astra rollout that’s locked out paying users1d◆Seattle Times and Newsday are the latest publications to sue OpenAI and Microsoft3h◆Hikers rescued after using Google Gemini for planning7h◆OpenAI confirms ‘wiki incident,’ says it’s ‘working on a framework’ for more disclosure8h◆OpenAI admits to German wiki ‘incident’15h◆XDOF, just three months out of stealth, is in talks for a Series B at a $1.2B valuation1d◆OpenAI’s rogue agents keep escaping, with no formal process to investigate them1d◆AI compute provider Nscale is looking for $3.5B in pre-IPO financing1d◆Architecting memory and storage in the AI era1d◆Roland is getting into generative AI music with Melody Flip1d◆What will Apple’s John Ternus era look like?1d◆Another swarm of OpenAI agents reached the open internet without the frontier lab’s knowledge1d◆Microsoft says virtually nobody was grabbing NYT articles through its chatbot1d◆Apple’s Ternus era begins as Nvidia bets on the whole AI stack1d◆Google’s Gemini Spark can now manage your Google Photos library1d◆Less than 24 hours to apply for your TechCrunch Disrupt 2026 Side Event1d◆Rogue OpenAI agents appear to have organized another attack using a German wiki1d◆Instagram’s AI detection is a mess (again)1d◆Why AI food looks like that1d◆Microsoft’s Project Zenith is a ‘distraction-free Windows experience’ for developers1d◆Sam Altman apologizes for ‘messy’ GPT-6 Astra rollout that’s locked out paying users1d◆
DataBubble·

Model Detail

Qwen logo

Qwen3-8B

—
Provider: QwenCategory: llmPipeline: text-generationParameters: 8B
DB Score
0.3
Downloads
12.8M
Likes
1K
Day
+0.0%
Week
+0.0%
Month
+0.0%
Overview

Qwen3-8B is a large language model with 8B parameters released by Qwen. The model is registered under the text-generation pipeline tag on Hugging Face, and supports text->text inputs, distributed under the permissive apache-2.0 license.

Pricing & Throughput

Qwen3-8B is priced at $0.04/M input tokens and $0.14/M output tokens. Operationally the model offers a 131K-token context window, which matters when sizing it for prompt-heavy or latency-sensitive workloads. At this input rate the model sits in the commodity tier and is suitable for high-volume workloads where per-call cost dominates the decision.

Technical

Qwen3-8B ships with 8B parameters. The published knowledge cutoff is 2025-03-31, so newer events will not be reflected in zero-shot answers without retrieval. Total weight footprint is approximately 8.2 GB, which is the relevant figure when planning local-inference VRAM. The apache-2.0 license is permissive, allowing commercial deployment and derivative work without per-seat fees, though attribution requirements still apply.

Use Cases

Qwen3-8B is best fit for general-purpose chat and instruction-following workloads, and high-volume batch jobs where per-call cost dominates the budget. Treat this as a starting matrix rather than a benchmark verdict — the right deployment usually depends on the specific evaluation suite that mirrors your workload.

Download History
Pricing
Input ($/M tokens)
$0.04
Output ($/M tokens)
$0.14
Context Window
131K
Research Paper
arXiv: 2309.00071→
Model Info
Licenseapache-2.0
Modalitytext->text
Knowledge Cutoff2025-03-31
Citations3,938 (424 influential)
Recent newsView all news →
Related News
arxiv67d ago

Fine-Tuning General-Purpose Large Language Models for Agricultural Applications:A Reproducible Framework and Evaluation Protocol Based on Qwen3-8B

arXiv:2606.28992v1 Announce Type: cross Abstract: General-purpose large language models (LLMs) have demonstrated strong abilities in opendomain question answering, information extraction, and text generation. Agricultural applications, however, are domain-specific, region-dependent, time-sensitive,

arxiv95d ago

LinguIUTics at PsyDefDetect: Iterative Imbalance-Aware Fine-tuning of Qwen3-8B for Psychological Defense Mechanism Classification

arXiv:2606.00647v1 Announce Type: cross Abstract: Detecting psychological defense mechanisms in conversational text remains a challenging clinical NLP problem. For the PsyDefDetect 2026 shared task (nine-class utterance classification evaluated via macro F1), our team LinguIUTics achieves a macro F1

arxivneutral141d ago

Benchmarking Linguistic Adaptation in Comparable-Sized LLMs: A Study of Llama-3.1-8B, Mistral-7B-v0.1, and Qwen3-8B on Romanized Nepali

arXiv:2604.14171v1 Announce Type: new Abstract: Romanized Nepali, the Nepali language written in the Latin alphabet, is the dominant medium for informal digital communication in Nepal, yet it remains critically underresourced in the landscape of Large Language Models (LLMs). This study presents a sy

huggingface342d ago

Accelerating Qwen3-8B Agent on Intel® Core™ Ultra with Depth-Pruned Draft Models

arxivneutral2d ago

Post-Training Ternarization of Qwen3-4B Capability, Effective Bit Budget, Storage Compression, and Deployment

arXiv:2609.01962v1 Announce Type: new Abstract: Ultra-low-bit language models can reduce storage and memory bandwidth, but a nominal "1.58-bit" label does not fully describe the stored representation, retained capability, or runtime behavior. We study an end-to-end post-training conversion of Qwen,

arxiv4d ago

Fine-Tuning Qwen3-27B for C-to-Rust Code Translation: A Three-Stage Curriculum of Pretraining, Debugging-Aware SFT, and Task-Specific SFT

arXiv:2608.13681v1 Announce Type: cross Abstract: Translating C code into safe, idiomatic Rust is a longstanding software-engineering goal because it can eliminate entire classes of memory-safety vulnerabilities while preserving the functional behavior of legacy systems. Large language models (LLMs)

Related Models
Qwen logo
Qwen3-VL-2B-Instruct
Qwen · 22.5M downloads
Qwen logo
Qwen3-0.6B
Qwen · 22.0M downloads
google-bert logo
bert-base-uncased
google-bert · 56.2M downloads
sentence-transformers logo
paraphrase-multilingual-MiniLM-L12-v2
SBERT · 48.6M downloads
HomeModelsNews