Diaflow's Documentation
HomePricingIntegrations
Documentation
Documentation
  • 😎WELCOME TO DIAFLOW
    • Introduction to Generative AI
    • What can you build with Diaflow?
  • 💻USER ACCOUNT
    • Create your user account
    • Delete your user account
    • Log out and log in
    • Change "Personal" & "Workspace" settings
    • Reset user account password
  • 🚀Getting Started
    • Let's start with the basics
      • How a component works?
      • How a flow works?
      • Creating your first flow
    • Dashboard
      • Services
      • Create a flow from scratch
      • Create a flow from templates
      • View your flows
    • Terminology
  • 🌊Flows
    • Overview
    • Create a flow
    • Delete a flow
    • Manage a flow
    • Publish a flow
    • Unpublish a flow
    • Deployment
    • Component Reference
      • Trigger
        • When inputs are submitted (Apps)
        • Cronjob (Automation)
        • Webhook (Automation)
        • Microsoft Outlook (Automation)
      • Outputs (Apps)
        • Text Output
        • Chart Output
        • Video Output
        • Audio Output
        • Image Output
      • Built in tools
        • Branch
        • Merge (Multiple data source to JSON)
        • Split Data (JSON Formatter)
        • Video to audio
        • Get current date and time
        • Web scraper
        • Document to plain text
        • Retrieve data from spreadsheet (Spreadsheet analyzer)
        • Spreadsheet creator
        • Convert JSON to chart data
        • PDF to image
        • Get weather information
        • HTTP Request
        • Get GEO Location
        • SMTP
        • Loop
      • Built in resources
        • Diaflow Vision
        • Diaflow Vectors
        • Diaflow Drive
        • Diaflow Table
      • Apps
        • Hunter.io
        • Outlook Email
        • Telegram
        • Slack
        • Python
        • YouTube
        • SerpAPI
        • Google Sheet
          • Document-level Operations
          • Sheet-level Operations
          • Data-level Operations
      • Database
        • MySQL
        • Microsoft SQL
        • PostgreSQL
        • Snowflake
      • Private AI/LLM Models
        • OpenAI
          • GPT Variants
          • GPT Vision
          • DALL-E Variants
          • TTS Variants
          • Whisper
        • Anthropic
        • Llama
        • Google Gemini
        • Cohere
        • MistralAI
      • Public AI/LLM Models
        • OpenAI Cloud
        • Perplexity Cloud
        • Deepseek Cloud
        • Anthropic Cloud
        • Replicate
        • Straico
        • OpenRouter
        • Cohere Cloud
        • Google Gemini Cloud
        • MistralAI Cloud
        • ElevenLabs Cloud
      • AI Tools
    • Component List & View Credits
  • ✒️PRODUCTIVITY TOOLS
    • Tables
    • Drive
    • Vectors
      • Document
      • Article
      • URLs
  • 🏠Workspace
    • History
    • Teams
    • Billing & Subscription
      • Upgrade/Downgrade a subscription
      • Buy credits
      • Credit Usage
      • Cancel a subscription
    • Settings
      • Personnal
      • Workspace
        • Change workspace
        • Workspace settings
        • Custom Domain
        • Delete workspace
      • Change Language
    • Documentation
    • Integrations
    • API keys
  • 📑Other
    • FAQs
    • Contact Information
Powered by GitBook
On this page
  • Component List
  • Credits
  • A - Nodes that Consume Credits
  • B - Nodes that Do Not Consume Credits

Was this helpful?

  1. Flows

Component List & View Credits

Last updated 1 day ago

Was this helpful?

Component List

On the "Workflow Builder" page, when setting up Automation, App, or AI Chatbot (Mode = Advanced)

To add a new node:

Step 1: Click the "+" button.

Step 2: The system will display the "Component List" popup, from which the user can select the desired node to add.

Step 3: The Node will display in the workflow

Credits

A - Nodes that Consume Credits

On the "Component List" popup, for nodes that consume credits in Diaflow, a credit indicator will be displayed.

Common credit units include:

Unit Type
Apply for
Credit Calculation Formula
Note
Example

Token

Applied to AI/LLM nodes that generate text output.

When the node runs → credit burn = (Input credits × Input tokens) + (Output credits × Output tokens)

Round credits using the rule: – Round to nearest integer – Minimum = 1 credit

  1. Input credits = 2 credits

  2. Output credits = 10 credits

  3. Input token = 100 tokens

  4. Output token = 150 tokens

-> Burn = 2×100 + 10×150 = 1.700 credits

Character

Applied to AI/LLM nodes that generate text output

When the node runs → credit burn = Output Credits × Number of characters

Round credits using the rule: – Round to nearest integer – Minimum = 1 credit

  1. Output Credits = 10 credits

  2. Text = 40 character

-> Burn = 400 credits

Image

Applied to AI/LLM nodes that generate images.

When the node runs → credit burn = Output Credits × Number of images

  1. Output Credits = 10 credits

  2. Node generates: 2 images

-> Burn = 20 credits

Second

Applied to AI nodes that process tasks measured in time (per second)

When the node runs → credit burn = Output Credits × Duration (seconds)

Round credits using the rule: – Round to nearest integer – Minimum = 1 credit

  1. Output Credits = 6 credits

  2. Node runs for 20 seconds

-> Burn = 120 credits

Request

Applied to nodes in the "Apps" category.

When the node runs → credit burn = Output credit

  1. Output (Admin) = 3 credits

  2. User runs node once

→ Burn = 3 credits

B - Nodes that Do Not Consume Credits

On the "Component List" popup, nodes that do not consume any credits will also have a clear indicator showing they are free to use.

🌊