generate
Run a prompt against a specific model on a selected fleet host and get the response. Provide host, model, and prompt; adjust timeout as needed.
Instructions
Send a prompt to a specific model on a specific fleet host and return its response.
Args:
host: fleet host name (e.g. "mac-studio", "corsair", "alien18").
model: model name as reported by list_models (e.g. "qwen3:32b").
prompt: the prompt text to send.
timeout_sec: max seconds to wait for a response (default 120).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| model | Yes | ||
| prompt | Yes | ||
| timeout_sec | No |