User Guide
Usage Guide for Anyone to Use Onchain AI Directly as User
As a user, to interact with AI Oracle, you can:
Use AI.ORA.IO frontend.
Interact with Prompt contract directly on Etherscan
1. Use ORA's Frontend Interface
We built an interface for users to interact with Onchain AI Oracle directly.
Go to AI.ORA.IO
Enter your prompt
Send transaction
See AI inference result
Check out the video tutorial if you have any question.
2. Interact on Etherscan
Here's the guide to use AI Oracle by interacting with Prompt contract using Etherscan:
In Prompt contract's
Read Contract
section, callestimateFee
with specifiedmodelId
.
In Prompt contract's
Write Contract
section, callcalculateAIResult
with fee (converted from wei to ether),prompt
, andmodelId
.
In AIOracle contract, watch for new transaction that fulfills the request you sent.
In Prompt contract's
Read Contract
section, callgetAIResult
with previousmodelId
andprompt
to see the AI inference result.
Last updated