BNB Chain

Any smart contract supporting dapp to dapp request cant initiate an AI task by calling the BAI smart contract and wait to receive the result through a callback.

BAI SMART CONTRACT

To request a task on chain on the BNB Chain, smart contract have to send their request to the following contract:

TESTNET

ContractAddress: 0xA3c6967209A749412c2DBD30EeC01D1e50e7cb55
Decimal: 18
Name: BAI

See on explorer: https://testnet.bscscan.com/address/0xA3c6967209A749412c2DBD30EeC01D1e50e7cb55

MAINNET

ContractAddress: soon
Decimal: 18
Name: BAI

See on explorer: soon


METHOD AND PARAMETERS

Smart Contract need to send their request to the registerTaskCallback (description: string, type: string, callback: string) method.

Description: The prompt or URL (for the video summarizer)

Task type: The AI task type (see available type list below)

Callback: The name of the method to call back once the task is resolved. The callback have to be on the caller contract and it have to accept one parameter as string.


AVAILABLE TASK TYPES

Simple Text Request: chatgpt, orca, gemini

Image Generation: dalle, stable-diffusion

Video Summarize: youtube

Discussion: discussion

Brainstorming: brainstorm


TASK PRICE

Text & Chat

ModelPrice

OpenAI ChatGPT 4.0

0.1 $BAI

Orca 2.0

0.01 $BAI

Google Gemini 1.5

0.1 $BAI

Image Generation

ModelPrice

OpenAI Dall-E 3

0.1 $BAI

Stable Diffusion 2.1

0.01 $BAI

Video Summarizer

ModelPrice

Youtube

1 $BAI

Discussion

ModelPrice

Discussion

0.1 $BAI

Brainstorm

ModelPrice

Brainstorm

0.1 $BAI


BAI TOKEN

TESTNET

ContractAddress: 0x7940D1047A8326Eb1AFF1ec312fec7d28B58D00d
Decimal: 18
Name: BAI

See on explorer: https://testnet.bscscan.com/address/0x7940D1047A8326Eb1AFF1ec312fec7d28B58D00d

MAINNET

ContractAddress: 0x10Da043D0B46e43B53B74a88AC60CCC28e2AFDf8
Decimal: 18
Name: BAI

See on explorer: 0x10Da043D0B46e43B53B74a88AC60CCC28e2AFDf8

Last updated