Artisan Grasshopper
AI
1 component in Artisan › AI.
OpenRouter
Send a prompt to OpenRouter API and get a response
Nickname: OpenRouter · Tab: Artisan › AI
Inputs
| Name | Nickname | Type | Access | Default | Description |
|---|---|---|---|---|---|
| Send | Send | Boolean | item | false | Set to true to send the request |
| API Key | Key | Text | item | — | OpenRouter API key |
| Model (optional) | Model | Text | item | openai/gpt-4o | Model identifier (e.g. openai/gpt-4o) |
| System Prompt (optional) | System | Text | item | You are a helpful assistant. | System prompt |
| Message | Message | Text | item | — | User message to send |
Outputs
| Name | Nickname | Type | Access | Description |
|---|---|---|---|---|
| Response | Response | Text | item | Model response text |
| Raw JSON | JSON | Text | item | Full JSON response from OpenRouter |