Agent Developer

Our pricing model consists of two main components:

1. AI Inference Cost

You have the option to bring your own AI inference API keys or to use our built-in AI models.

  • Bring Your Own API Keys (BYOK) If you choose your own API keys, you won’t incur additional charges from us. Cost: Free (No credit deduction from your balance.)

  • Built-in AI Models If you use our built-in AI models, credits will be deducted based on token usage. Pricing varies per model and token type.

Note: AI tokens are the units used to measure AI input and output.

  • 1 token ≈ 3-4 characters of text processed by AI.

  • Pricing is shown per 1 million (1M) AI tokens.

  • Different pricing rates apply for input and output tokens.


2. Agent Runtime Cost

Agent runtime costs are charged for time the AI agent spends actively running workflows and processes.

  • Cost: $0.10 per 1 minute of agent runtime

  • Runtime billing starts when your agent begins executing the workflow and stops upon workflow completion.

  • If your agent is idle or inactive, no runtime charges apply—credits do not get deducted during inactivity.


Example

A scenario using internal AI model:

  • Your workflow uses 300,000 AI tokens costing $0.5/1m (combined input/output).

  • Runtime of the workflow takes 5 minutes.

  • Total charges: (300,000 * $0.5/1m tokens) + (5 min × $0.10/min runtime) = $0.15 + $0.5

Last updated