Skip to content

Step: Ask to LLM

  • Key: ask-to-llm
  • Category: AI & Language Models
  • Description: Send a prompt to the LLM and get a response.

Inputs

  • modelId (select, required): Model ID
  • prompt (long-text, required): Prompt to send to the model
  • media (list): Optional images to provide visual context (type=image, url)

Outputs

  • response (long-text): Model Response

Notes

  • Use templating to include previous step outputs in the prompt.
  • For structured output, prefer the Extract Data step.

Built with VitePress