English
English
English

AI tools built for blockchains

AI tools built for blockchains

AI tools built for blockchains

Powerful API specialized for blockchain to build agents and crypto-powered AI apps. Query live on-chain data, analyze transactions, prepare contract calls, and more in natural language.

Powerful API specialized for blockchain to build agents and crypto-powered AI apps. Query live on-chain data, analyze transactions, prepare contract calls, and more in natural language.

Powerful API specialized for blockchain to build agents and crypto-powered AI apps. Query live on-chain data, analyze transactions, prepare contract calls, and more in natural language.

Documentation

Swap

Send

Buy

You pay

0.3

$928.236

You Pay

ETH

Balance: 0.509 Max

You receive

928.236

$928.236

You Pay

USDC

Balance: 12.26

Swap

Swap

Send

Buy

You pay

0.3

$928.236

You Pay

ETH

Balance: 0.509 Max

You receive

928.236

$928.236

You Pay

USDC

Balance: 12.26

Swap

Swap

Send

Buy

You pay

0.3

$928.236

You Pay

ETH

Balance: 0.509 Max

You receive

928.236

$928.236

You Pay

USDC

Balance: 12.26

Swap

An AI model built for the blockchain ecosystem

thirdweb AI is designed to understand and interact with the web3 ecosystem. It far outperforms generic LLMs for both basic and sophisticated queries.

gpt vs nebula comparison

An AI model built for the blockchain ecosystem

thirdweb AI is designed to understand and interact with the web3 ecosystem. It far outperforms generic LLMs for both basic and sophisticated queries.

gpt vs nebula comparison

An AI model built for the blockchain ecosystem

thirdweb AI is designed to understand and interact with the web3 ecosystem. It far outperforms generic LLMs for both basic and sophisticated queries.

gpt vs nebula comparison

Read. Write. Reason.

Research and retrieve data in real time, transact on the blockchain, backed by the reasoning of a blockchain AI model.

Real-time access to data

Query live and historical blockchain data on any chain, contract, or transaction with unparalleled accuracy and depth.

Onchain execution capabilities

Interact with smart contracts or transact onchain with an AI agent equipped with a wallet or via customizable wallet options.

AI optimized for blockchains

Build with t0, trained on contracts and transactions across 2500+ EVM networks.

Read. Write. Reason.

Research and retrieve data in real time, transact on the blockchain, backed by the reasoning of a blockchain AI model.

Real-time access to data

Onchain execution capabilities

AI optimized for blockchains

Read. Write. Reason.

Research and retrieve data in real time, transact on the blockchain, backed by the reasoning of a blockchain AI model.

Real-time access to data

Query live and historical blockchain data on any chain, contract, or transaction with unparalleled accuracy and depth.

Onchain execution capabilities

Interact with smart contracts or transact onchain with an AI agent equipped with a wallet or via customizable wallet options.

AI optimized for blockchains

Build with t0, trained on contracts and transactions across 2500+ EVM networks.

Designed for web3 developers at any level

Natural Language API

Instruct in natural language via web3 APIs, understanding, analyzing, and executing transactions based on your instructions.

Customizable Execution

Execute autonomously or supervised using client wallets or provisioned backend wallets with session keys.

Framework Compatibility

Integrate blockchain capabilities with popular AI orchestration frameworks like LangChain, LlamaIndex and AutoGPT.

Designed for web3 developers at any level

Natural Language API

Instruct in natural language via web3 APIs, understanding, analyzing, and executing transactions based on your instructions.

Customizable Execution

Execute autonomously or supervised using client wallets or provisioned backend wallets with session keys.

Framework Compatibility

Integrate blockchain capabilities with popular AI orchestration frameworks like LangChain, LlamaIndex and AutoGPT.

Designed for web3 developers at any level

Natural Language API

Instruct in natural language via web3 APIs, understanding, analyzing, and executing transactions based on your instructions.

Customizable Execution

Execute autonomously or supervised using client wallets or provisioned backend wallets with session keys.

Framework Compatibility

Integrate blockchain capabilities with popular AI orchestration frameworks like LangChain, LlamaIndex and AutoGPT.

Build with thirdweb AI

Typescript

REST API

Terminal

curl -X POST https://api.thirdweb-dev.com/ai/chat \
-H "x-secret-key:<your-project-secret-key>" \
-d '{
  "messages": [
    {
      "role": "user",
      "content": "Send 0.01 ETH to vitalik.eth"
    }
  ],
  "context": {
    "chain_ids": [
      8453
    ],
    "from": "0x1234567890123456789012345678901234567890"
  },
  "stream": false
}'

Terminal

curl "https://nebula-api.thirdweb.com/chat" \
    -X POST \
    -H "X-Secret-Key: $THIRDWEB_SECRET_KEY" \
    -H "Content-Type: application/json" \
    --data '{
        "message": "What is the total supply of USDC on ethereum?",
        "stream": "false"
    }'

Build with thirdweb AI

Build with thirdweb AI

Typescript

REST API

Terminal

curl -X POST https://api.thirdweb-dev.com/ai/chat \
-H "x-secret-key:<your-project-secret-key>" \
-d '{
  "messages": [
    {
      "role": "user",
      "content": "Send 0.01 ETH to vitalik.eth"
    }
  ],
  "context": {
    "chain_ids": [
      8453
    ],
    "from": "0x1234567890123456789012345678901234567890"
  },
  "stream": false
}'