Non-Developer Guides
Easy to use guides for non-developers
Using AI Oracle
As a user, to interact with AI Oracle, you can:
Directly via the Prompt contract on Etherscan
In Prompt contract's Read Contract section, call estimateFee with specified modelId.
In Prompt contract's Write Contract section, call calculateAIResult with fee (converted from wei to ether), prompt, and modelId.
In the AI Oracle contract, look for the new transaction that fulfills the request you sent.
In Prompt contract's Read Contract section, call getAIResult with previous modelId and prompt to view the AI inference result.
Retrieve Historical AI Inference
If you want to retrieve your historical AI inference (eg. AIGC image), you can find them on blockchain explorer:
Find your transaction for sending AI request, and enter the "Logs" tab.
Example tx:
Access your requestId in "Logs" tab
Example's case: "1928".