logoalt Hacker News

Qwen 3.8 Max Preview

200 pointsby lebovicyesterday at 8:57 AM95 commentsview on HN

Comments

sinuhe69yesterday at 2:06 PM

The title is misleading. The link led to a pricing page/token plan and not about the new QWen 3.8 model.

show 1 reply
5701652400yesterday at 11:02 AM

in my experience of 1 month daily use, Qwen 3.7 Pro is just unusable. wastes too much time, goes off track, useless stuck loops, cannot debug at all. Deepseek V4 Pro is night-and-day compare to Qwen. actually Qwen models seems the worst SWE experience so far. and it is super expensive compare to Deepseek. cannot delegate anything to it, cannot use it real-time low-level tasks either. totally unusable.

show 5 replies
beefsackyesterday at 1:05 PM

For those trying to get it to work in OpenCode with a Qwen Cloud Token Plan, this is what worked for me. Note that I've just matched Qwen 3.7 Max for the limits as I don't know exactly what they are.

  "provider": {
    "alibaba-token-plan": {
      "models": {
        "qwen3.8-max-preview": {
          "limit": {
            "context": 1048576,
            "output": 65536
          },
          "modalities": {
            "input": [
              "text"
            ],
            "output": [
              "text"
            ]
          },
          "name": "Qwen3.8 Max Preview"
        }
      }
    }
  }
show 1 reply
Alifatiskyesterday at 12:00 PM

I remember when they released Qwen 3.7 Plus and Max. These models behaved way different from all prior models, it became too verbose. It wrote multiple paragraphs just to answer my prompt instead of the usual concise and direct way responding to me. I didn't like that at all, and I know Gemini also had this behaviour with with the Flash series until I managed to reduce it a bit with personal instructions (in the settings on Gemini website).

I haven't tried Qwen 3.8 Max yet, looking forward to it. My hope is that its way less verbose. Another thing I experience with the Qwen models is that I do not trust their benchmark scores at all. Have anyone played with Qwen 3.8 Max and can share their experience? Which model it come close to? Sonnet 5? GLm-5? DS V4 Pro? Flash? Gemini 3.5 Flash?

jxmorris12yesterday at 1:52 PM

Why did Qwen stop producing open models? They've gone from building the best open models ~1 year ago to producing like the 10th-best closed models. I don't understand this pivot at all.

Edit: I saw online they do in fact plan to release this openly at some point – x.com/Alibaba_Qwen/status/2078759124914098291

show 2 replies
lebovicyesterday at 8:59 AM

I'm haven't found an announcement page, but there's a banner on the website announcing Qwen 3.8 and redirecting to this page.

Looks like they're previewing the model only on their subscription plan.

show 2 replies
siesteyesterday at 12:14 PM

What is a "credit" and how does it translate to tokens for the different models?

show 1 reply
rhdunnyesterday at 12:59 PM

Does anyone know if they intend on releasing open source/weights variants for 3.8 or whether 3.6 was the last model they are/were doing that for?

show 2 replies
antiloperyesterday at 11:40 AM

Does anyone have the privacy policy of their token plan available? Want to check if they retain/train on inputs/outputs.

show 1 reply
corvyesterday at 1:28 PM

Who is behind this site? Is this another frontend to Alibaba or a reseller in Singapore?

sbinneeyesterday at 12:21 PM

If it offers more than opencode go, the entry plan looks enticing

cakbeslikyesterday at 12:02 PM

Using QWEN models since 2.5. I never used the chat properly but as an API I can say they're quite good, especially when you compare with OpenAI models. Cheaper and almost same level. I will try this now also.

nullbioyesterday at 11:17 AM

I predict that no one will use this and everyone will use Kimi K3.

show 4 replies
ernsheongyesterday at 11:08 AM

So are locally-runnable models frozen at Qwen 3.6 now :/

show 4 replies
Archit3chyesterday at 1:05 PM

Obligatory "Does it answer security questions?".

cadlernoxyesterday at 1:12 PM

Nice

dluanyesterday at 11:25 AM

waic go brr

bdxnyesterday at 1:00 PM

[dead]

jane_hillyyesterday at 12:54 PM

[dead]

hunmernopyesterday at 1:20 PM

[dead]

vitorgrsyesterday at 11:52 AM

SVG's pelican https://gist.github.com/vitordelucca/521c2d63c9b852c622e7648...

Made on the website, so not sure if on the API there's more thinking options...

show 1 reply