Node ReferenceTools
LLM Nodes
Every LLM provider node available in the workflow builder, with its node type and required connection.
The LLM entry in the builder's TOOLS palette group expands into one node per provider. All LLM nodes share the same shape: the prompt is configured on the node, and the node outputs content (string). Pick the provider, select a model, and attach the matching Connection.
| Provider | Node type | Connection type | Notes |
|---|---|---|---|
| Anthropic | dynamiq.nodes.llms.Anthropic | Anthropic | — |
| Anyscale | dynamiq.nodes.llms.Anyscale | Anyscale | — |
| Azure AI | dynamiq.nodes.llms.AzureAI | AzureAI | — |
| AWS Bedrock | dynamiq.nodes.llms.Bedrock | AWS | — |
| Cerebras | dynamiq.nodes.llms.Cerebras | Cerebras | — |
| Cohere | dynamiq.nodes.llms.Cohere | Cohere | — |
| Custom LLM | dynamiq.nodes.llms.CustomLLM | HttpApiKey | Custom LLM implementation for third-party providers requiring specific formatting |
| Databricks | dynamiq.nodes.llms.Databricks | Databricks | — |
| DeepInfra | dynamiq.nodes.llms.DeepInfra | DeepInfra | — |
| DeepSeek | dynamiq.nodes.llms.DeepSeek | DeepSeek | — |
| Fireworks AI | dynamiq.nodes.llms.FireworksAI | FireworksAI | — |
| Gemini | dynamiq.nodes.llms.Gemini | Gemini | — |
| Groq | dynamiq.nodes.llms.Groq | Groq | — |
| Hugging Face | dynamiq.nodes.llms.HuggingFace | HuggingFace | — |
| Mistral | dynamiq.nodes.llms.Mistral | Mistral | — |
| Nvidia NIM | dynamiq.nodes.llms.NvidiaNIM | NvidiaNIM | — |
| OpenAI | dynamiq.nodes.llms.OpenAI | OpenAI | — |
| Perplexity | dynamiq.nodes.llms.Perplexity | Perplexity | also outputs citations |
| Replicate | dynamiq.nodes.llms.Replicate | Replicate | — |
| SambaNova | dynamiq.nodes.llms.SambaNova | SambaNova | — |
| Together AI | dynamiq.nodes.llms.TogetherAI | TogetherAI | — |
| VertexAI | dynamiq.nodes.llms.VertexAI | VertexAI | — |
| IBM watsonx | dynamiq.nodes.llms.WatsonX | WatsonX | — |
| xAI | dynamiq.nodes.llms.xAI | xAI | — |
For prompt configuration and how LLM outputs flow into downstream nodes, see Node configuration and How nodes connect.