Skip to main content

LLM API

Direct API access to Large Language Model capabilities without requiring workflow execution.

Chat Completion

Send a chat completion request to the configured LLM provider.
Request Body: Message Roles:
  • system - System prompt to set assistant behavior
  • user - User message
  • assistant - Previous assistant response
  • tool - Tool call result
Response:

With Tools (Function Calling)

Response with Tool Calls:

Generate Embeddings

Generate vector embeddings for input text.
Request Body: Response: