complete
Send a prompt to an OpenAI-compatible LLM provider and receive a completion. Supports optional model, provider, max tokens, and temperature parameters.
Instructions
Send a completion request to the downstream LLM provider.
Proxies the request to the configured OpenAI-compatible downstream endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The input prompt for the model. | |
| model | No | Optional model ID. Uses provider default if not specified. | |
| provider | No | Optional provider ID. Uses first enabled provider if not specified. | |
| max_tokens | No | Optional maximum tokens to generate. | |
| temperature | No | Optional sampling temperature (0.0 to 2.0). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||