Every model now has a Build an API request row that opens a page for composing a call against your own server. Choose which API to speak — OpenAI chat, OpenAI Responses or Anthropic — turn thinking off, add a JSON schema, an image or a tool, and copy the result as curl, Python or JavaScript. Send it from the page to see the response.
It replaces Copy curl command, which handed you one fixed request and no way to change it.
You can also override the models.ini the app generates. Put your own settings in ~/.config/llama/models.user.ini and they win, so you can pass arguments the app doesn't expose. A commented template is written there on first launch. If something in it can't be applied, nothing breaks and the menu tells you which overrides were ignored.
A download that hit a network hiccup could keep showing as downloading long after it finished, with the menu bar indicator stuck alongside it. It now clears.