כתבה
Simon Willison ·
llm 0.32rc2
שוחרר llm 0.32rc2 עם תכונות חדשות, כולל מודל ברירת מחדל חדש GPT-5.6 Luna ופקודה llm openai endpoint. המודל החדש יקר יותר, אך משופר. ניתן להחליף למודלים אחרים כגון GPT-4o mini או GPT-5 nano.
תקציר מקורי באנגלית<p><strong>Release:</strong> <a href="https://github.com/simonw/llm/releases/tag/0.32rc2">llm 0.32rc2</a></p> <p>Hot on the heels of <a href="https://simonwillison.net/2026/Jul/30/llm-rc1/">RC1</a>, this fixes a dependency issue and also adds two neat new features:</p> <blockquote> <ul> <li>The default model for users who have not set their own default is now <a href="https://developers.openai.com/api/docs/models/gpt-5.6-luna">GPT-5.6 Luna</a>. It was previously <a href="https://developers.openai.com/api/docs/models/gpt-4o-mini">GPT-4o mini</a>. Luna is a much better and more recent model, albeit slightly more expensive - $0.20 per million input tokens and $1.20 per million output tokens, compared to $0.15/$0.60 for 4o mini. You can switch back to 4o mini using <code>llm models default gpt
קרא במקור המקורי
simonwillison.net
פתח כתבה מקורית