Appearance
Cookbooks
This page is for mere.run Studio and command-line users. Use the bundled cookbooks to prepare prompts, choose inputs, and review command options offline. For source research and recipe status, see the provider prompting guide tracker.
Read a model guide
The handbook contains original recipes for 139 managed model IDs, organized into 59 families. Each guide includes an example, supported controls, variant notes, review advice, and sources. Models without a text-prompt interface have input-preparation guidance.
To read a model guide in macOS Studio, follow these steps:
- In Help, select mere.run Guide.
- In Guide collection, select Models.
- In the search field, enter a family name or model ID.
- Select the guide.
- In Model, select a variant.
To read a model guide in a terminal, run the following command:
bash
mere.run guide --model image-klein-9bThe guide text, examples, and index are bundled with the CLI and macOS app. Reading guides requires neither a network connection nor downloaded model weights. Source links require a network connection. Before running inference offline, download the checkpoint and the components required by your workflow.
These recipes are editorial drafts. They aren't records of successful inference for every checkpoint. Guides distinguish provider material from local workflow advice when provider guidance remains unverified.
Read a command cookbook
The Commands collection contains command cookbooks. Each cookbook describes required models, options, prompting patterns, examples, and troubleshooting.
To read the image generation cookbook in a terminal, run the following command:
bash
mere.run guide image generateTo list the available command topics, run the following command:
bash
mere.run guide --listTo save a Markdown index of command topics, run the following command:
bash
mere.run guide --list --markdown > guides.mdAvailable topics
The following topics cover creative and runtime workflows:
image generateimage train-loraimage validatetext chattext codetext embedtext anonymizespeech synthesizespeech transcribespeech profilevision captionvision embedvision inspectvision groundvision segmentvision trackvision track-livevision posevision flowvision geometryvision geometry-multiviewvision image-to-3dvision image-to-3d-trellis2vision image-to-3d-multiviewvision depth-videovision ocraudio enhancemusic analyzemusic generatemusic transcribemusic separatesfx generatevideo generatevideo cosmos3video export-latentsapi serveopen-webuipluginstatus
The following topics cover operational workflows:
model listmodel runtimemodel benchmarkmodel capabilitiesmodel infomodel pullmodel removemodel storagemodel repair-manifestssetupagent onboardagent install-piagent startagent status
Read a command guide for a model
Some command cookbooks include model-specific advice. To read the image cookbook for Z-Image nano, run the following command:
bash
mere.run guide image generate --model image-zimage-nanoThe CLI checks whether the guide covers the requested model. If the model doesn't belong to the topic, the command reports the supported model IDs.
Read guides from an agent
This procedure is for developers who configure agent instructions. Retrieve only the guide needed for the task to limit the prompt context:
- To find model guides and their exact IDs, run
mere.run guide --list-models --json. - To retrieve a guide, run
mere.run guide --model image-klein-9b --json. Replaceimage-klein-9bwith an ID from the index.
The --json option returns topic metadata and Markdown content. For a command cookbook, use the command path, such as mere.run guide image generate --json. Configure skills to retrieve bundled guides rather than duplicate their content.