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.
Last updated
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.
Last updated
To request a task on chain on the BNB Chain, smart contract have to send their request to the following contract:
TESTNET
See on explorer:
MAINNET
See on explorer: soon
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.
Simple Text Request: chatgpt, orca, gemini, llama3
Image Generation: dalle, stable-diffusion
Video Summarize: youtube
Discussion: discussion
Brainstorming: brainstorm
Text & Chat
OpenAI ChatGPT 4.0
0.07 $BAI
Orca 2.0
0.01 $BAI
Google Gemini 1.5
0.005 $BAI
Llama 3.1
0.003 $BAI
Image Generation
OpenAI Dall-E 3
0.12 $BAI
Stable Diffusion 3
0.3 $BAI
Video Summarizer
Youtube
0.07 $BAI
Discussion
Discussion
0.1 $BAI
Brainstorm
Brainstorm
0.1 $BAI
TESTNET
MAINNET
See on explorer:
See on explorer: