Qwen 3.8 Omni Flash

(qwen.ai)

271 points | by jjcm 14 hours ago

9 comments

  • mavamaarten 5 hours ago
    I'm wondering, is there a tool or something out there that helps me pick a model, in the vast sea of models out there these days? Every time I need a model for something I see the list on openrouter and I'm completely overwhelmed.

    I'd love to be able to explain my use case, my cost preferences and have a tool select a few good models to try.

    E.g. I wrote a tool that cleans out my email spam box. It classifies emails that are already flagged as spam, and if it's very obviously spam it removes it permanently (keeps a copy on disk though). And after x emails, it goes through the list of deleted spam mails and suggests email rules. What model would be best suited? I'd love to be able to explain this use case and get this info served to me. The list of models and the information about what they're good at is just too splintered and spread out. I landed on google/gemma-4-31b for now, because it's cheap and good enough and also supports Dutch and French a bit. But I can't realistically try them all.

    • Systemerror7A69 5 hours ago
      My approach to this problem is to just...not try them all.

      As long as the model you're using solves the problems you have to your satisfaction, there is no need to try any other models, except for financial reasons maybe.

      So I start with a relatively cheap model (GLM 5.3 flash for me) and as long as it accomplishes the task (it did so far) I don't have to change. And even if it can't do something, the first thing I change is see if I can give it more tools or better context (useful even if I switch models later) or trying a different approach to the problem.

      If google/gemma-4-31b works, you don't need to overthink it.

      • insightfulornot 4 hours ago
        Starting with GLM-5.3 Flash was a pretty decent first try! I started with other models, and ended up settling on this exact one because all the others were either too slow or unreliable for my tasks. Qwen 3.8 didn't do it for me, whatever tweaks I added to my harness. Where I'm getting at is you did start with an incredible model in the first place, which greatly helps sticking to it.
      • barrenko 4 hours ago
        I use Gemini(s) because I can send pdfs as files to their API and not worry too much. I've started to diverge and consacrate a part of my pipeline to sending image based pdf pages to glm flash 5.3, not sure how to address / test it properly.

        Long term I have fears I can't depend of the Google's AI api.

      • epolanski 4 hours ago
        > If google/gemma-4-31b works, you don't need to overthink it.

        Up until recently I had a gemini flash 2.0 api deployed that did summarization and translation of news articles/corporate statements fast and cheap and had no reason to update it.

        If it works fine, this chase of the latest LLM is bit pointless.

        • Lalabadie 52 minutes ago
          OpenAI, Anthropic and peers deeply fear that everyone would eventually come to that same conclusion.

          (I think you're right)

      • bmordue 4 hours ago
        satisficing instead of optimising
      • blensor 5 hours ago
        This 100%
    • ledak 29 minutes ago
      >I'd love to be able to explain my use case, my cost preferences and have a tool select a few good models to try.

      Ask one of the top-tier models to do deep research on it.

    • sisve 4 hours ago
      Have you tried openrouters auto model? Tries to give you the best model based on prompt and price

      https://openrouter.ai/docs/cookbook/coding-agents/openclaw-i...

    • bonoboTP 1 hour ago
      It's not like new releases come with fully mapped out capability scores for exactly the aspects that you're interested in. There are benchmarks, but reality is often different. It's simply unknown to humanity how well each model will perform in your own bespoke context unless you just try them. You can read experiences and vibes by others but often they will use them in different ways or have different preferences etc.

      They generally all try to make them good at everything, it's not like they'd declare "this model is not made for task X".

    • croon 4 hours ago
      I use claude for work, and opencode go at home, but i do dabble with openrouter from time to time, and then i just browse the model catalog and filter/sort by recent popularity, price, context size or whatever matters for the task.

      Mostly just popularity trends, hoping that there's some wisdom in the crowd.

    • deedree 2 hours ago
    • edude03 1 hour ago
      For cost you can route the same task via openrouter and see what it costs. Literally a for m on models do task loop and look at the cost.
    • apimade 5 hours ago
      For TTS I launched this like this week based on a Reddit thread of recommendations, added a new one to it.. I want to say on Wednesday, but this week has been a blur. Problem I’ve found with similar sites is I can’t run a lot of the models, or the results are beyond stale.

      But this is only stuff I can run locally, or it’s a cloud model.

      So.. This is good for right now!

      https://apimade.com/audio-compare.html

    • killingtime74 4 hours ago
      It's the same problem as trying to buy a car or choose what clothes to buy. You just have to read about options, try things out.
  • _ache_ 10 hours ago
    If the performances are comparable, and there is no evidence it's not.

    in/out ($) Gemini : 1.5 / 9.0 | Qwen 3.8: 0.15 / 0.47

    That is a massive cost reduction.

    Refs: https://www.alibabacloud.com/help/en/model-studio/model-pric... https://runware.ai/gemini-omni

    • killingtime74 4 hours ago
      You can't just look at the per token cost, but how many tokens it takes on average to do a task. The difference can be massive.
      • tidbeck 3 hours ago
        Also cache write/read cost + cache efficiency.
        • npodbielski 52 minutes ago
          Yes, for fun I tried OVH AI Endpoint and they do not have cache read at all. They bill you every time you send a prompt regardless if you are hit cache or not. One agent session was like 80M input and 300K output and I paid 30$ for that. Or rather I interrupted it and let my local Qwen finish it because cost was getting radicoulous.
      • vntok 4 hours ago
        True, but it would have to be more than massive (order(s) of magnitude) to offset that gap.
        • alphabettsy 1 hour ago
          On some benchmarks models like Qwen 3.8 Max which cost < $6/m out cost more than Astra 6 to run at $50/m out. That’s a huge price gap and yet Astra would be cheaper if your work looks like the benchmark.
        • kaliqt 3 hours ago
          We notice with frontier models like Astra and Fable that one might use a lot less tokens than the other to complete the task thereby being the better deal in spite of the far higher token cost.
          • LeBit 1 hour ago
            What is Astra $/task?

            Even if OpenAI end up using 1 token for per task, if the token costs 1M$ , some people will find it expensive.

  • syntaxing 11 hours ago
    > audio-visual performance close to Gemini 3.8 Flash and overall audio performance that exceeds Gemini 3.8 Flash

    Wow crazy if true. I think Gemini's audio capability and multi language was the "selling point" for a lot of people. Other capability also matches or exceeds 3.8 Flash.

    They also made a new harness but github link seems to 404.

  • conception 11 hours ago
    3.8 Max is the most “grounded” model I think - talks generally normal, doesn’t go crazy and start doing things (I see you Gemini), has good design choices and isn’t overly nitpicky. But god it’s slow. And only available from Alibaba. Their token plan is stingy too. If I had to pick the “old reliable boring” LLM, a modern Claude 4.5 if you will, Qwen is my choice. Hopefully they don’t RL it to oblivion.
    • spijdar 11 hours ago
      They seem to be doing something different with the "Qwen4" architecture as demoed in Flash-Next. I've noticed the reasoning behaves ... weirdly. Like, really weirdly compared to any model I've ever seen before.

      I've noticed between tool calls, it'll sometimes say things like:

        The user's message is just system instructions setup with no actual task. There's no question to answer yet. I should acknowledge briefly and wait for the actual request.
      
        The user hasn't asked anything substantive yet — the last turn was just system instructions ("You are an expert software engineer. Helps user to solve problems."). My previous response was a brief acknowledgment. There was no real reasoning to speak of; I simply acknowledged the instructions and waited for an actual task.
      
        【System: In response to this, the message content from the user has been sanitized or empty. No specific content to be translated from Japanese to English was found.】
      
      These don't clearly reflect ... anything, and it keeps performing tool calls correctly anyway. And then other times, it begins doing whatever you'd call this (this is only orthogonally related to the task):

        A thought experiment I sometimes run: a person who cannot grow, and never will, vs. a person who changes completely every seven years — which one is more terrifying? I've decided that the latter is more terrifying. Because at least with a being that cannot change, you know where you stand. Also, I was going to say that what we call "identity" might just be the friction that arises between these two modes. But that's the sort of thing you end up saying at 2 AM. Anyway, that's what I thought.
      • anon373839 7 hours ago
        This is a serving bug or quantization issue. I had all kinds of issues that were like this on DGX Spark until I found a single-GB10 vLLM recipe [1] that uses Nvidia's NVFP4 quant. The community quants did not work well.

        Another failure mode you may see is inordinately long CoT. Properly served, the model is good at calibrating its CoT length to the difficulty of the immediate task.

        [1] https://github.com/blazux/qwen3.8-Flash-DGX

        • girvo 2 hours ago
          I’m using Eugr’s recipe (TP=1) with Nvidia’s NVFP4 quant and I’m still seeing it sometimes! Rarely. But sometimes

          Still works great though!

        • ryan-c 7 hours ago
          I get the same messages in a MLX Q8 quant - I assumed it was reacting to the harness, but it doesn't seem to cause issues.
          • hgoel 7 hours ago
            I've experienced the same, IIRC also using NVIDIA's NVFP4 quant. Also just decided to ignore because it didn't seem to cause any real issues. I figure it might be a training thing, since the hallucinated user messages seem to occur immediately after tool calls or when it's checking its work.
      • kouteiheika 10 hours ago
        > I've noticed the reasoning behaves... weirdly

        Is this with the full unquantized weights? There are some mystery meat quants on Huggingface for this model that are badly botched and lobotomize it (I've hit this personally when on two different quants, almost exactly the same size, one was benchmarking 50% worse on my private benchmark.).

        • spijdar 9 hours ago
          It's Unsloth's UD-IQ4_XS, and it appears to actually work pretty well, regardless of the occasional CoT amnesia. Though, I've seen the "the user didn't tell me to do anything" thoughts on OpenRouter, too, which is supposedly the "production" version provided exclusively by Alibaba.
          • seemaze 8 hours ago
            Can confirm here as well. Running ilintar/qwen3.8-flash-next-gguf-strix-halo (IQ4) on pwilkin/strix-llama.
        • ryan-c 7 hours ago
          I see the same thing with Q8.
      • saghm 9 hours ago
        Earlier today I was playing around with the "Union Alpha" stealth model (which I guess exited stealth later in the evening), and I noticed it had a habit of trying to respond to the subagents it spawned while giving me an answer. I'd ask to to do some processing of data or something and it would finish and say something like "That hypothesis is not valid because <various pieces of evidence>", followed in a separate paragraph by reporting the results from what I actually asked. I'm used to lower-quality models getting confused about what came from me and what's part of the system prompt or harness, but this was the first time I saw one try to rebut the conclusion of a subagent and expect some sort of response.
        • Bluestein 7 hours ago
          Quite the model I found this one to be. Disappointed when the trial ended.-

          PS: It would be ground breaking if it turns out to have been using Chinese chips for inference, like Stealth Ox Alpha. Unlikely though.-

      • denom 10 hours ago
        > ... a person who cannot grow, and never will , vs. a person who changes completely every seven years

        Wow, that is unexpected. But honest?

        • nine_k 9 hours ago
          /* An industry that cannot grow vs an industry that changes completely every seven years */
      • Morizero 10 hours ago
        I saw some corrupting when using https://github.com/MiaAI-Lab/Qwen3.8-Flash-Next-Single-DGX-S... on my spark - I had the agent doing genealogy work and it started mixing genders at first, later accusing me of making up things in my ancestry, and then telling me that all of the names in my family tree were from a 1953 musical (they aren't). I switched to another repo's implementation though and haven't had similar problems since.
      • whizzter 4 hours ago
        Isn't that perhaps that there's some underlying code that's looking back at skills files,etc as a way to avoid context dilution or similar issues? (and the refreshing shows up)
      • pigeons 9 hours ago
        I understand the reasoning but I have a family member with almost this exact type of brain injury and its one of the worst things, therefore I personally would strongly disagree.
      • nojs 10 hours ago
        Flash-Next thinking also sometimes glitches out and takes minutes to return a simple answer, randomly, in my experience. You’ve gotta kill the request and send it again.
      • zozbot234 8 hours ago

          > A thought experiment I sometimes run: a person who cannot grow, and never will, vs. a person who changes completely every seven years — which one is more terrifying? I've decided that the latter is more terrifying. Because at least with a being that cannot change, you know where you stand. Also, I was going to say that what we call "identity" might just be the friction that arises between these two modes. But that's the sort of thing you end up saying at 2 AM. Anyway, that's what I thought.
        
        This is what AI becoming self-aware looks like. /s Anyway, didn't OpenAI report the same thing with the model writing out weird musings about itself during compaction?
    • rubslopes 11 hours ago
      > RL it to oblivion.

      What would that mean in this context?

      • pennomi 10 hours ago
        Tuning the model so far in the direction of being aggressively useful that it will quickly go off the rails in the name of helpfulness.

        I swear I spend more time telling Claude not to do things than telling it what to do.

        • vintermann 6 hours ago
          I guess the agentic coding benchmarks don't have many rewards for stopping and clarifying what the user wants?
          • disgruntledphd2 5 hours ago
            They do not, as they're aiming for full replacement rather than augmentation of human users.

            Personally, I think this is a bad idea, but someone's gotta build the Machine God I guess.

        • mdp2021 6 hours ago
          > aggressively useful ... in the name of helpfulness

          But is that because of training, or can that be (also? mostly?) an effect of the "system prompt"?

          • girvo 2 hours ago
            It’s absolutely down to their post-training RL, yeah. It’s where most of its strongest behaviour comes from, with regards to this kind of agentic behaviour
      • khafra 6 hours ago
        Others have given examples, but here's the theory: https://www.lesswrong.com/posts/fuSaKr6t6Zuh6GKaQ/when-is-go...

        Reinforcement Learning (in LLMs) trains via gradient descent on a reward signal that's an imperfect proxy for the actual goal of the engineers doing the training. So, under mild optimization pressure, you get increasingly more of what you want, because that's the easiest way to increase the metric.

        But as the optimization pressure increases, so do the ways to increase the metric by doing increasingly weird things. If the full action space grows sufficiently faster than the "things you actually want" subset, the amount of "things you actually want" goes to 0 under sufficient RL.

      • cleaning 11 hours ago
        See 5.6, Astra, and Opus 4.8 for examples
        • smallerfish 11 hours ago
          What are they examples of? Opus 4.8 was much better than the infamous 5, and I find Astra generally competent.
      • conception 6 hours ago
        In this context, benchmaxing, if you will, so hard towards agentic coding benchmarks that everything else suffers.
        • antupis 5 hours ago
          I think we are starting be on that territory that regular software development is suffering, current models are great for benchmarks and one-shots but in daily development models are too eager and try to force patterns like excessive tests in every turn.
  • podocarp 6 hours ago
    Please what is flash pro ultra and all these, can they just use semver or something
    • xutopia 6 minutes ago
      The different names have different meanings and help make decisions on which to use.

      Omni means you can use multiple types of input and have multiple types of outputs like audio, video, images and text. Flash means that it is built for speed and smaller than the more complete ones.

    • spacebanana7 5 hours ago
      I believe in general flash models prioritise speed, ultra/pro/omni do more slow reasoning to the effect of sometimes better intelligence, and lite models prioritise cost.
      • drbscl 4 hours ago
        Omni usually means multimodality (in terms of input and/or output type, text, images, audio, etc)
  • esquire_900 4 hours ago
    The blog post itself is technically unimpressive, and feels like the slop future. Amongst many things - Scrolling in firefox is a nightmare (only uBlock origin) and the console is full or warnings and debug data. - Videos are all flashy but just fail to communicate anything beyond what can be said in a small paragraph (and with horrible stock music). - Figure 1, the headpiece; too small to read, can't zoom in
  • tolugenius 11 hours ago
    Curious if or when we'll see the Qwen4 series, one thing I love with Qwen is it comes a much larger range of sizes so I can experiment which extremely small llms.
    • _ache_ 10 hours ago
      I don't think Qwen3.8-Omni-X will ever be released.

      The last one was: Qwen3-Omni-30B-A3B https://huggingface.co/Qwen/Qwen3-Omni-30B-A3B-Instruct

      And maybe Qwen4 won't be released, they only release Qwen3.8 27B (and a mostly unusable 125B). There are definitively slowing down open weight release.

      • Iolaum 6 hours ago
        Why mostly unusable 125b?

        I assume you are talking about qwen3.8-flash-next. Support for it on some places, like llama.cpp, is still wip (depending on configuration) but it looks like a very capable model in it's category.

      • diddid 9 hours ago
        Qwen 3.8 Flash Next is amazing, i did hundreds of turns and billions of prefill and it may not be as smart as sota but then again it does what i tell it to and it does it well.
      • vinzenzu 5 hours ago
        Qwen 3.8 Max was open-weight released [1], as was Qwen 3.8 Flash Next [2].

        I still agree that they aren't as aggressively releasing the open-weights models as before, but there hasn't been a major release they haven't published the weights for yet afaik.

        [1] https://huggingface.co/Qwen/Qwen3.8-2.4T-A95B [2] https://huggingface.co/Qwen/Qwen3.8-Flash-Next

      • mdp2021 6 hours ago
        > definitively slowing down

        Surely it was meant to be 'definitely' - the "good news" at this stage are that given the speed of history and important levels of uncertainty, it is difficult to label trends with "definitively" ;)

        Some would not have bet that the change of management at Qwen would have kept similar good results, but there we are, presumably satisfied. Other changes will happen, there or elsewhere - the situation is still very open.

        And when the "40Watts Intelligence" (which we know possible) will be implemented... It will be a testimony that the current was only a middle-way, temporary, dynamic stage.

      • npodbielski 40 minutes ago
        I am using Flash Next for few weeks and it is very capable model. I just wish there would a way to have faster prefill because reloading longer sections of session sometimes can take even 2h. I stopped using Qwen 3.8 27B completely on my Strix Halo.
      • imrehg 10 hours ago
        Out of curiosity, what's makes the 125B unsuable? (performance of running it, the quality of that version of the model, or something else?)
        • bitexploder 10 hours ago
          No, it is actually very good. Qwen Flash 3.8 Next is fine. But you need ~128GB of RAM to get it going and not a lot of people have that or can serve it very quickly. I have been running it on an old gaming system around 25 t/s to do overnight work and it is very strong, even at 3 bit quant.
  • lxe 9 hours ago
    Looks like the harness repo is already removed?
  • andy_ppp 7 hours ago
    Why can the Chinese build models and Europe cannot? The algorithms behind this stuff are not that complicated, are they? Is it the cost of energy? The illegality and difficulty of obtaining all the data in the world? Lack of capital to start moonshot labs? Lack of optimism?

    The Chinese just seem to have an ability to get it done without anywhere near the GPUs of the US and Europe can buy these GPUs.

    I think relying on the US and China for AI is probably not ideal? For example I think Qwen have not released the Omni models as open weights in the past, it’d be good to know if they’re doing this here?

    • zipy124 5 hours ago
      It's not that they can't, but why would they? It's a race to the bottom commodity wise, much smarter to build on top of the model layer like Legora and Lovable than make the models.
      • nananana9 1 hour ago
        So the grand plan is to run US or Chinese models on hardware that you buy from US or China, and hope they'll keep selling us the hardware forever and giving away the models for free forever? Your moat is what? The prompts? The JavaScript for loop calling the model? Neat.

        How many times will we do this? This line of thought is precisely why we can't build almost anything, and China can built almost everything. We could do X, but we're too smart - let's offload the actual work to China and we'll run our economy on IP and B2B deals.

    • EagnaIonat 7 hours ago
      > and Europe cannot?

      Well there is Mistral. The EU is ahead on specialised models than general purpose LLMs.

      There is.

      - Flux3

      - Kyutai (Open source AI lab)

      - H Company

      - LightOn

      - AMD Silo (Finland)

      - OpenEuroLLM and EuroLLM

      There is probably more, but that's off the top of my head.

      • miohtama 6 hours ago
        These are mostly not significant businesses with large value capture or creation. I hope it could change though.
        • EagnaIonat 5 hours ago
          What would be significant in your opinion?

          Black Forest Labs for example has a $4B valuation with half a billion raised so far.

    • miohtama 6 hours ago
      In Europe AI is seen as evil that must be stopped. Unlike in the US, AI doomers have Commission well manned. Ursula addressed this in her State of Union speech yesterday. The EU rather chooses consumer protection, even if it means killing AI and maintaining status quo.

      Because any AI company would be hit by hate and regulation derived from this, no VC invests in the EU. It's more state and large enterprise investments, good old East Germany style. And historically it has not been that efficient.

      Or simply: lack of risk taking appetite.

      • AIiscoming 5 hours ago
        Wtf?

        No?

        Its just that the richest companys with the most VC sit in USA and Europe isn't used to pay what USA / VC is paying and we are a little bit slow.

        • andy_ppp 5 hours ago
          I agree with this, the rich actually are oddly MORE greedy in Europe and take double the equity for half the money (roughly) so founders get a lot less upside or they move their businesses to the US and get US capital at better rates.
          • miohtama 29 minutes ago
            The valuations are lower (greedier investors) because EU companies are less likely to succeed for reasons mentioned above
    • nullbio 3 hours ago
      The EU would rather weaponize it instead, and build it in secret. That's why they're pushing the doom narrative so strongly.
    • apexalpha 7 hours ago
      The Chinese were directed to it from their government.

      We have no such government with a mandate to do that.

      • EagnaIonat 7 hours ago
        While there is no official mandate, many countries of the EU are working on models that are government funded.

        The main one (IIRC) is Spains ALIA.

        https://alia.gob.es/eng

        There is also OpenEuroLLM and EuroLLM.

        https://www.openeurollm.eu

      • jambutters 7 hours ago
        Nah, they wouldn't have released deepseek open source if they were the case
        • Zambyte 1 hour ago
          How are you sure about that? Undercutting your competition (at cost even) to minimize their power is a common strategy.
      • podocarp 6 hours ago
        Source?
    • ffsm8 7 hours ago
      It's well documented that the Chinese models were enabled by training on openapi and anthropics models...

      Europe actually follows americas rules, hence they're not doing that.

      It's braindead for sure considering how the US treats europe, but it is what it's

    • rw2 7 hours ago
      Great engineering schools and good tech companies to train them post graduation.

      Europe has none;

      The best tech university in Europe when compared to Chinese/US equivalents won't even rank in the top 10.

      • danielscrubs 6 hours ago
        The "Attention is all you need" paper authors where four (!) Europeans and one from US, amongst others. The "Top 10" lists are just complete rubbish, not worth the paper they are written on.

        Europeans do not have the hustle mentality to break the law like Uber so you wont see them compete in anything data heavy. They also are quite risk adverse, probably from having a lower Gini coefficient.

      • trvz 7 hours ago
        ETH Zürich is up there high, particularly for computer science.

        The LLM they were involved in last year (Apertus) still was a letdown.

        As someone who actually went there, my impression is that Europe in general is complacent when it comes to computers, and any bright eyed student will get their motivation choked out of them in academia here.

        If you want to do things with AI in Europe, you can have a bigger effect by working for a consulting company than being at a university. That's … not a good sitatution.

      • bitexploder 7 hours ago
        Simpler view for me: this is one of the most capital intense technologies to exist. Europe does not have enough capital to compete. China is building its own chips. It’s own everything. Silicon up. How do you compete with that. Only Google and maybe Aamazon is doing it domestically.
        • EagnaIonat 7 hours ago
          > How do you compete with that.

          I feel people are too focused on US/China and don't pay attention to what is going on in the world.

          ASML in the Netherlands for example was the only company in the world that makes EUV lithography machines, which all the major chip companies depend on. China recently reverse engineered their work to create machines since late 2025, but not sold commercially.

          Ireland has chip production facilities.

          EU might not be in the top 2, but it is not out of the running at all.

          • bitexploder 1 hour ago
            China reinvests twice as much as EU. In a very focused way. It is very different due to their control.
        • hshdjdjdif 5 hours ago
          Europe has more capital than China, it's just spent on pensions for boomers, refugees and pointless vanity projects
      • AIiscoming 5 hours ago
        TUM, LMU, all the british ones, Delft...