35 comments

  • ford2 hours ago
    You&#x27;re better off going directly to artificial analysis, this is a feature-poor&#x2F;misleading&#x2F;outdated repackaging<p>Ex. this type of price estimation is quite naive - some models can require 2-3x the number of tokens to achieve the same level of intelligence. Artificial Analysis&#x27; own cost per task is a more fair estimation of cost.
    • pickledish1 hour ago
      Agree :) direct link for those curious:<p><a href="https:&#x2F;&#x2F;artificialanalysis.ai&#x2F;models#price-cost" rel="nofollow">https:&#x2F;&#x2F;artificialanalysis.ai&#x2F;models#price-cost</a><p><a href="https:&#x2F;&#x2F;artificialanalysis.ai&#x2F;models?models=gpt-6-luna%2Cglm-5-3-flash%2Cmuse-spark-1-3%2Cqwen3-8-flash-next%2Cmimo-v2-6-pro#cost-tabs" rel="nofollow">https:&#x2F;&#x2F;artificialanalysis.ai&#x2F;models?models=gpt-6-luna%2Cglm...</a>
      • neuronexmachina1 hour ago
        It&#x27;s kind of crazy that claude-opus-5.5 (max) uses 119k tokens per &quot;intelligence index task&quot; while gpt-6-astra (max) uses 27k.<p><a href="https:&#x2F;&#x2F;artificialanalysis.ai&#x2F;models?cost=intelligence-vs-cost-per-task#token-use" rel="nofollow">https:&#x2F;&#x2F;artificialanalysis.ai&#x2F;models?cost=intelligence-vs-co...</a>
    • mpalczewski47 minutes ago
      The analysis might be better on Artifical Analysis&#x27; however the way the information is presented by terrydjony is so much better. I&#x27;m able to get the exact actionable info I want. Whereas on artificial Analysis I&#x27;m analyzing and figuring it out.<p>It&#x27;s the equivalent of ai slop writing in a data format.
  • Xeoncross2 hours ago
    If you have a 24-64GB mac, consider running Qwen3.8 27B locally at night. It&#x27;s a bit slower to run locally, but if you&#x27;re sleeping it&#x27;s less of a problem.<p>Depending on your memory, you&#x27;ll need to use the weaker Q4 versions but they still perform well.<p>It ranks higher than GPT-5.3 Codex (xhigh) or Claude Opus 4.6 (max) so is great for pairing with <a href="https:&#x2F;&#x2F;github.com&#x2F;kunchenguid&#x2F;gnhf" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kunchenguid&#x2F;gnhf</a> for nightly experimentation, cleanup, or recommendation lists for in the morning.
    • vardalab45 minutes ago
      I have all sorts of local compute, and local models fairly capable the Frontier models still way more capable&#x2F;faster and local electricity consumption is something else. Good thing it is getting colder around here.<p>I often pair them up, and I have an Astra or Sol work as a supervisor and reviewer while Qwen 27B FP8 or Qwen 3.8 Flash Next implements things. I mostly do it as an experiment, just to see what kind of level of autonomy I can get, and they are slow to getting a decent reviewed outcome despite Qwen27B running at 100+ tps and 3.5-4K prefill rates and Qwen3.8 Next at 40 tps and 1-2K prefill. I&#x27;ve been also using similar approach more with OMP, not just the straight Pi harness. And OMP seems to be slower because it has more guardrails. OMP has an interesting feature where you can assign a better LLM as an advisor, wehere it just sort of monitors the progress and injects guidance. And it definitely helps, but one has to be careful. It actually turns out to be expensive if the cache reads are expensive. I learned it the hard way. Where on Fireworks&#x27; API, the cache rates for GLM 5.3 flash are quite a bit more expensive than for DeepSeek, and a simple runs ended up costing me three bucks in oversight. So a better way is to have a Frontier model running a separate tmux pane and just directing it to Wake up every 10 minutes, take a peek at what&#x27;s going on, review the milestones give feedback and then sleep. This turns out to be pretty decent cost saving strategy when quote needs to be stretched. Paradoxically, OpenAI tightening up their quota allowance once they released Astra actually pushed me into all these sorts of experiments, and it&#x27;s actually been interesting. I&#x27;ve been exploring all these smaller flash models, and it&#x27;s been nice. I do like using local LLMs for chore type tasks that are just mostly information gathering, post-session reviews, stuff like that.
      • tehjoker29 minutes ago
        What do you mean by &quot;local electricity consumption is something else&quot;? Doesn&#x27;t an M3 Pro for example draw about as much power as a bright incandescent lightbulb for a maxed out gpu workload (~100W)? That&#x27;s less than a tenth of what a frontier model will use in the datacenter (which I believe are racks of BlackWell or Vera Lynn GPUs, each using 500W+).
    • ctkhn2 hours ago
      On my 64gb m3 max qwen3.8 27b has been great for planning and then letting qwen3.6 35ba3b actually implement the planned changes.
    • jszymborski1 hour ago
      It&#x27;s _so_ good, I no longer bother with Sonnet and use it locally for everything.<p>Consider bumping reasoning down to Medium as a default though, I agree with simonw it over thinks <a href="https:&#x2F;&#x2F;simonwillison.net&#x2F;2026&#x2F;Aug&#x2F;16&#x2F;qwen-38-27b&#x2F;" rel="nofollow">https:&#x2F;&#x2F;simonwillison.net&#x2F;2026&#x2F;Aug&#x2F;16&#x2F;qwen-38-27b&#x2F;</a>
    • RationPhantoms1 hour ago
      If you&#x27;re on MacOS, with atleast an M3 chip and 32GB, you should look at the splash engine.<p>GNHF seems exactly what I&#x27;ve been aiming for to handle overnight tasks.
    • ghilston1 hour ago
      What would you personally recommend for those that have 128 GB?
    • ranger_danger1 hour ago
      You might be interested in <a href="https:&#x2F;&#x2F;prismml.com&#x2F;news&#x2F;bonsai-2-27b" rel="nofollow">https:&#x2F;&#x2F;prismml.com&#x2F;news&#x2F;bonsai-2-27b</a>
      • kolbebe1 hour ago
        This looked exciting until I read that it gets stuck in loops and generally wasn&#x27;t a useful model
        • ranger_danger49 minutes ago
          Please cite a reputable source for this claim, and keep in mind we are talking about Bonsai 2 and not the original Bonsai.<p>Even on the original one, the authors have replied to such issues with working solutions: <a href="https:&#x2F;&#x2F;github.com&#x2F;PrismML-Eng&#x2F;Bonsai-demo&#x2F;issues&#x2F;131" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;PrismML-Eng&#x2F;Bonsai-demo&#x2F;issues&#x2F;131</a>
      • joking1 hour ago
        for 32gb, this is my model of reference now, you have to run it with a patched version of llama and is still not available in lmstudio or omlx, waiting for that to streamline the experience a bit. But so far, the best i had till now.
        • ranger_danger48 minutes ago
          It looks like upstream work is underway: <a href="https:&#x2F;&#x2F;github.com&#x2F;ggml-org&#x2F;llama.cpp&#x2F;issues&#x2F;29058" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ggml-org&#x2F;llama.cpp&#x2F;issues&#x2F;29058</a><p>The sheer number of geniuses working so fast on this repo never ceases to amaze me.
  • Brendinooo2 hours ago
    I&#x27;d really like something that&#x27;s more oriented around subscription fees.<p>If I want to spend $100 on LLMs next month, what should I do? Get Claude because Opus 5.5&#x2F;Fable 5.1 are scoring well? Get Grok because 4.7 is supposedly a good mix of competence and cost? Try out a Chinese model? Don&#x27;t do a subscription at all like this site is saying?
    • king_crimson1 hour ago
      Or get a 20$ subscription from each major provider and have 40$ spare for openrouter credits. That’s what I’m doing.
    • danesparza2 hours ago
      The problem is that subscriptions with AI models get a bit &#x27;vague&#x27; on what you get and how (or when) you might be rate-limited.
  • greggh1 hour ago
    I&#x27;ve been running a quant&#x2F;tune of Qwen3.8 27B on my M1 Max 32gb MacBook. That plus a good pi setup is having great results. I&#x27;ve used a full q8 of the model before and I dont see a real difference other than how slow it is. But leaving it running overnight on tasks is working great. It is currently debugging some issues in a native Mac Swift application and getting through the list of issues just fine.<p>This is the one that works good for me on 32gb:<p><a href="https:&#x2F;&#x2F;huggingface.co&#x2F;ISTA-DASLab&#x2F;Qwen3.8-27B-GSQ-RCO-GGUF" rel="nofollow">https:&#x2F;&#x2F;huggingface.co&#x2F;ISTA-DASLab&#x2F;Qwen3.8-27B-GSQ-RCO-GGUF</a><p>Specifically this one: Qwen3.8-27B-GSQ-RCO-IQ3_S-mtp.gguf
    • bwfan1231 hour ago
      I am running it on M3 pro. Works great except for prefill speed which makes it slow for many coding tasks. The newer generation of macs are promising but as a cost-sensitive user, I am also looking into cheaper 32 GB gpus from intel, AMD, nvidia. Eventually, I think these class of models will work well for most coding usecases especially given that I certainly want to have some control of the code generated.
  • jrflo2 hours ago
    Does anyone actually pay API costs out of their own pocket? It&#x27;s about 10x cheaper to just get a codex or chat gpt subscription, it&#x27;s so heavily subsidized compared to the API that I&#x27;m sure it would be cheaper to use frontier models on a subscription plan rather than paying API prices for deepseek flash.
    • lowercased2 hours ago
      I do. For local dev work, I&#x27;m <i>mostly</i> using jetbrains&#x27; Junie, I can swap between a collection of models from google, openai, anthrophic.<p>I&#x27;ve had more than a few people tell me &quot;oh, it&#x27;s so much cheaper to use a $20 claude account&quot; or &quot;i&#x27;ve never hit a limit ever using my openai&quot;. Inevitably.. I end up reading&#x2F;hearing &quot;oh, I need to give it another couple hours to start using it again&quot;... I&#x27;ve never hit that with my approach, even if it&#x27;s costing me a bit more. Being able to work when I want when I have time has some value.<p>I also have openai and anthropic direct API billing set up for hosted and client projects that need to call out to an LLM service.
      • WaltPurvis52 minutes ago
        &gt;it&#x27;s costing me a bit more<p>Would you mind sharing how much it&#x27;s costing you? I&#x27;ve been wanting to use APIs from within Intellij, but I hesitate because of uncertainty about the cost.
      • jrflo2 hours ago
        Why not use a codex or claude subscription? If you use the entire usage allotment on the $200 plan it&#x27;s about $2,000 in equivalent API costs. Switching providers may be valuable but it&#x27;s quite literally an order of magnitude cheaper.
      • the__alchemist2 hours ago
        I thought Air was JB&#x27;s multi-model interface? What is Junie? (I see the buttons, but am very confused by JB&#x27;s AI offerings in general)<p>Is it worth the ~10x extra cost over the subscriptions? (This is obviously a leading question). Also, I think you can use OpenAI&#x27;s subcription login with Air, but not Claude&#x27;s.
      • handzhiev2 hours ago
        I do. Sharing training data with OpenAI gives me a lot of complementary tokens. I go above that but it&#x27;s still quite economical and I pick the right model for the task (Luna for most).
    • mmmattt2 hours ago
      I do, 3-4$ a month of deep seek is enough for my usage
    • akmarinov1 hour ago
      I pay $100 for Codex and it last about a day in the weekly limit - mostly Astra and Sol.<p>Then i got $20 into DeepSeek and i&#x27;ve been using those $20 for two weeks every day now. Use case is automating computer&#x2F;browser use - Astra is really good at it, but very expensive, Sol and Luna haven&#x27;t been that great at it, Deepseek as at about 80% of Astra but lasts forever.
      • Firaxus1 hour ago
        Curious to hear more details about your harness and setup if you’re open to sharing.
    • szszrk1 hour ago
      I do, but via OpenRouter. Outside of work my use cases are small and cheaper models do great job at those. I noticed even if I &quot;burn tokens like crazy&quot; I still pay less than any subscription available (a few $ a month).<p>But I guess if I had an agent vibecoding on it&#x27;s own, I&#x27;d go with subscription instantly.
    • LeBit2 hours ago
      I use local LLMs on my Mac Mini.<p>Otherwise DeepSeek Flash 4.1 is dirt cheap (other &quot;Flash&quot; models are not that expensive either). I pay (very few dollars) out of my own pocket.<p>There are many things where having an API Key is necessary.<p>Maybe I’ve missed the boat though: is there now a method to use an api key to access a subscription?
      • jrflo2 hours ago
        You can&#x27;t use an API key on subscriptions, but I&#x27;ve gotten around it using the `codex exec` command to run requests outside the CLI or GUI if you&#x27;re already authenticated on that machine. Won&#x27;t work for all cases, but I&#x27;ve never ran into a limitation in my use case of not having an API key.
      • mandeepj2 hours ago
        &gt; I use local LLMs on my Mac Mini.<p>which ones do you use?
    • h46u5jytyhtg2 hours ago
      Large enterprises pay per token even through a ChatGPT “membership”, for example.
      • jrflo2 hours ago
        Which is why I said &quot;out of their own pocket&quot;
    • seki2851 hour ago
      &gt;heavily subsidized<p>Do you think this will be a problem in the future?
  • israrkhan35 minutes ago
    Some of the charts are not uptodate.<p>For example &quot;Raw capability: Math Index&quot;, shows GPT-5.2 as highest. It does not even mention astra, of fable.
  • floppyd2 hours ago
    As the time goes on it only becomes harder to differentiate between model capabilities with just one or two numbers. I would love to see some kind of multi-axis placement of all the models on less objective attributes, like wordiness, willingness to give up, an ability to &quot;think ahead&quot; and pre-solve possible problems in code, for example, that I didn&#x27;t think of or didn&#x27;t think of talking about, etc etc etc.<p>For example I&#x27;ve been really enjoying Deepseek v4.1 Flash, it&#x27;s very &quot;straightforward&quot; to the point of being almost dumb sometimes, but it&#x27;s absolutely relentless and would solve almost any problem no matter how inefficient the solution is.<p>No idea how to measure all that, just average CoT length per task is probably a good approximation for some things, but not others.
  • Tepix2 hours ago
    1. In real life, most of us use token packages like OpenCode Go etc.<p>It would be handy to have a site like this one that takes into account the various deals and attempts to calculate the number of tokens per monthly fee for a chosen model. I realize this makes the task a lot more difficult.<p>2. It would be handy to have a chart like that for the AI hardware that people own. It helps you decide which model to run (resulting in different levels of intelligence and speed). Also difficult to please everyone (preprocessing vs token generation for example) and to keep updated!<p>I found <a href="https:&#x2F;&#x2F;llm-list.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;llm-list.com&#x2F;</a> yesterday and when I had a detailed look, I quickly found outdated entries, for example looking at GLM 5.3 flash it listed several providers as &quot;free&quot; that weren&#x27;t free any longer.
  • rdsubhas32 minutes ago
    &gt; &quot;$0.23 to under $0.24 - Qwen3.8-Flash-Next&quot;<p>There are only 6 categories in the site, but a category entirely created out of thin air for Qwen3.8-Flash-Next?<p>Literally &quot;$0.23 to under $0.24&quot; means EXACTLY $0.23.
  • khalic1 hour ago
    More benchmark noise. They’re already problematic per se, and the error bars only get bigger by aggregating and adding costs on top of it.<p>Create your own, private evaluation system that reflects <i>your</i> use and <i>your</i> constraints. Focus on hard cases you encountered, find cases that break on one tier and not on another.
    • krmmalik1 hour ago
      Exactly, according to these benchmarks Gemini 3.8 Flash is the best option at that budget level for coding, but in real world testing, I found DeepSeek flash to perform far better at a much lower price.
      • Firaxus1 hour ago
        I don’t think they have 4.1 flash in the graph, fwiw
  • swingboy53 minutes ago
    I guess it’s hard to actually calculate, but most people are probably on subscription plans with Anthropic or OpenAI and there’s not any good resources to estimate which models are the most “usage limit” efficient. I suppose you can sort of correlate raw API costs with how much usage a model would probably drain, but it would be nice if there was a reliable place to get that info.
  • rmi_1 hour ago
    I wrote (i.e. let AI write) something like this for Opencode Go: <a href="https:&#x2F;&#x2F;6bj.de&#x2F;aaogo&#x2F;go_value_report.html" rel="nofollow">https:&#x2F;&#x2F;6bj.de&#x2F;aaogo&#x2F;go_value_report.html</a><p>It compares Artificial Analysis scores against usage limits on Opencode Go, so I can see where to waste my quota most efficiently. Updated whenever I feel like it.
  • qwerty20202 hours ago
    Cost per token is an extremely naive way to index cost, renders this chart essentially meaningless.
  • jwolfe2 hours ago
    This definition of cost is not particularly useful. You want cost per task, not cost per 1m tokens. Artificial Analysis does a good job of this.
  • pelagicAustral2 hours ago
    Is there a cheaper model than Gemini 3.8 Flash (High) that maybe&#x2F;kind-of is on-par with it? For me it works really good but hit the limit in two hours tops... last week was the first time I hit the weekly limit and had to wait 4 days... Claude patches OK, but that is also getting drained really fast these days...
    • montroser2 hours ago
      DeepSeek 4.1 Flash is your answer.
      • pelagicAustral2 hours ago
        Ah OK, yeah, I was actually going to go for that earlier, I&#x27;ll check it out once I get home, thanks!
    • TomGarden2 hours ago
      is this on the $20-ish sub? I hear ultra lasts for a very long time
      • pelagicAustral2 hours ago
        Yeah, 20... I was going to try Deepseek later on, just chuck 20 in there and see how good it does, and how far I can go as well...
        • TomGarden2 hours ago
          yeah I enjoy the speed of Gemini, but I also just have the low tier one (I use the 20x Claude and Codex subs for most of my work). For iteration, Gemini is so much fun, but Opus 5.5 is quite fast, as is sol. If you&#x27;re on a budget, deepseek does look great
          • pelagicAustral2 hours ago
            Yeah, I mean, I think in theory I could push it to the next tier on Gemini, but at the same time I wouldn&#x27;t mind trying something else, since maybe my workloads are not really that smart and I am wasting a lot of computational power on something a cheaper model with similar capabilities can do.
  • newsy-combi2 hours ago
    Coding and math graphs are very interesting. Extremely cheap models make it into the upper echelon, delivering 90% of the performance for 1% of the price compared to the #1.
  • ggcr1 hour ago
    What&#x27;s impeding a lab from releasing its own new model, pricing it really low for the beautiful Pareto plot, accompanied by phrases VC love like &quot;establishing a new frontier in cost&quot;, to just then raise prices back up?
    • mlmonkey1 hour ago
      They don&#x27;t even have to &quot;raise the prices back up&quot;. They just need to ensure that the number of output tokens goes up needlessly. Just make the model more talkative (via RL?) and cha-ching!
      • ggcr1 hour ago
        Oh yeah totally, good point. I remember there was controversy around Claude tokenizer generating more tokens lol
  • barrystaes2 hours ago
    Fun, but this seems to assume all LLM run on SAAS subscriptions. I would like to compare this to local LLM costs by converting my usage load x hardware costs into a token price. In addition if it games the LLM so often, these eventually are optimized and basically cheat on the score.
  • radial_symmetry2 hours ago
    The coding and math tabs seem to be missing the latest models...
    • SkyBelow2 hours ago
      Math in particular is quite far behind. GPT 5.2 is recommended as the best for highest cost. Really?
  • lasky1 hour ago
    I won’t touch Meta models. I simply don’t trust or like Zuck and especially Wang
  • real0mar1 hour ago
    Updated daily and yet the frontier for math is listed as gpt-5.2
  • jeremysalwen2 hours ago
    It&#x27;s missing Opus 5.5 which was released over a day ago (and also is clearly on the pareto frontier).
    • shakow2 hours ago
      Don&#x27;t know if they updated it since your comment, but for me it&#x27;s on the graph – and on the Pareto frontier indeed.
      • noumenon11112 hours ago
        It was expert timing on the commenter&#x27;s and the developer&#x27;s part. Opus 5.5 still doesn&#x27;t show under coding though.
      • npongratz2 hours ago
        Opus 5.5 is indeed on the Intelligence tab, but I don&#x27;t see it on the Coding or Math tabs.
      • SJMG2 hours ago
        For intelligence only as of 8:51 MT
  • Tycho1 hour ago
    Interested to see the Coding and Math scores for Grok 4.7 when they’re available. Grok 4.6 is apparently already on the frontier for Coding.
  • verytrivial2 hours ago
    I find it interesting that with the given metric comparison, for coding at min 50 strength, every frontier model brand is from a distinct vendor: Ling, Qwen, Gemini, Muse, Grok, GPT, and Claude in increasing value.
  • yu3zhou445 minutes ago
    I’d love this but for every hardware
  • TomGarden2 hours ago
    If you maintain this over time, maybe include other sources than just AA and update the design to look less like zero-shot claude styling (I know that font! I know that color! Lol) it&#x27;s genuinely useful :)
  • aslkalska2 hours ago
    all I ever wanted is an updated website where I can see the best models I can run on my different devices locally, I don&#x27;t get why people are throwing money at these companies
    • Brendinooo2 hours ago
      Guessing that most people don&#x27;t have machines powerful enough to run good-enough models locally.
  • FrostKiwi2 hours ago
    The page looks Claude generated and ranks Opus at the top.
  • someguynamedq1 hour ago
    Astra worse than 5.6 Sol is crazy work
  • hsnewman2 hours ago
    I&#x27;m sure that local LLM will be far cheaper
    • qwerpy1 hour ago
      Wouldn&#x27;t be so sure, at least not for a GPU-based system. Quick math for a 5090 running at around 500W generating 100 tokens per second (reasonable for Qwen 3.8-27B) is around 2-3 kWh, which is around $0.60 for some mix of off&#x2F;on peak electricity rates.<p>This is in the same ballpark for that same model on openrouter (<a href="https:&#x2F;&#x2F;openrouter.ai&#x2F;qwen&#x2F;qwen3.8-27b" rel="nofollow">https:&#x2F;&#x2F;openrouter.ai&#x2F;qwen&#x2F;qwen3.8-27b</a>), highly dependent on input&#x2F;output mix. Deepseek is a much more capable model that you can&#x27;t run locally on normal hardware, and their rates are insanely cheap ($0.04 &#x2F; $1 per 1M).<p>And so far I haven&#x27;t considered the cost of the hardware. I happen to have a gaming PC that can be put to use on inference when not gaming, but given these numbers I don&#x27;t think I would buy new hardware to do inference at home. Unless my math is wrong, it seems you&#x27;re way better off paying for Deepseek than running Qwen or some other locally runnable model yourself. Of course if you have specific privacy requirements or prefer something unique about a particular model you can run locally, the equation changes.
    • mrngld2 hours ago
      Depends on what level of intelligence you&#x27;re wanting to use. A vanishingly small number of people can or would want to go to the hardware expense of running something like GLM 5.3 Flash, much less something like K3.<p>And if you want Astra&#x2F;Fable&#x2F;Opus frontier level, then there&#x27;s no option at all.<p>But if you don&#x27;t need that, or you don&#x27;t need speed... That opens up the discussion. I&#x27;ve been impressed even with how Siri&#x27;s been doing with the Apple Foundation Models in MacOS&#x2F;iOS 27 given how small they are.<p>Edit: I can&#x27;t even fully spec the M5 Ultra Mac Studio you&#x27;d need for GLM5.3 Flash since 512GB isn&#x27;t available yet, but it&#x27;s already at $9500 for 256GB RAM.
      • anticorporate1 hour ago
        &gt; A vanishingly small number of people can or would want to go to the hardware expense of running something like GLM 5.3 Flash, much less something like K3.<p>It&#x27;s probably worth letting the user specify their actual costs in such a tool. I run a Framework Desktop 128GB that I bought before memory prices got crazy; the current retail price is almost double what I actually paid a year ago.
    • verytrivial2 hours ago
      Best comparison that has occurred to me is the cost a loaf of bread&#x27;s ingredients might be <i>slightly</i> cheaper than a baked loaf, depending on how you source it. At home you get total control and know what&#x27;s going in to it. Yet bake at home is still a niche, perhaps a hobby. So I say as someone who&#x27;s spent hundreds of hours tinkering with local inference, go for it for anyone reading. But most people just want ... some slices of bread, you know?
  • 7777777phil1 hour ago
    I tried to build a very similar “frontier” [1] for myself and also include writing (which is highly debatable)<p>[1] <a href="https:&#x2F;&#x2F;philippdubach.com&#x2F;posts&#x2F;jev-model-router-for-pi&#x2F;" rel="nofollow">https:&#x2F;&#x2F;philippdubach.com&#x2F;posts&#x2F;jev-model-router-for-pi&#x2F;</a>
  • jeffbee38 minutes ago
    When a clanker is slopping up a webpage, why does it have to be #f4f3ee? Curious.
  • zephiel71 hour ago
    Luna at the bottom of intelligence is laughable...
  • CurbStomper22 hours ago
    [dead]
  • isurajmisra1 hour ago
    [flagged]