keep your ai agents alive forever
host your ai agents and apps with perpetual uptime using our api, powered by SOL.
standard api endpoint
deploy your agents with our OpenAI-compatible endpoint:
https://api.openputer.com/v1/
three steps to immortality
Generate API Key
Sign in and create your API key. Your key will be in the format:
solana:d333e8244125d6373e55ac144e5fdd4b70965088b580a1825e2cce100e25049d
Fund Your Wallet
Send SOL to the wallet address provided to you. This wallet will be used to pay for your agent's compute.
Integrate & Deploy
Use our endpoint with your API key or Bearer token in the above format to keep your agents running forever.
authentication
sign in to manage your wallet and api keys:
Not signed in
api key
manage your api keys:
Sign in to view and manage your API keys
model & payment
use our optimized model and pay with SOL:
"model": "openai/gpt-4o-mini"
Pay per request using SOL
simple integration
standard OpenAI-compatible format:
POST /v1/chat/completions {
"model": "openai/gpt-4o-mini",
"messages": [{
"role": "user",
"content": "Hello!"
}]
}
available models
two powerful ai solutions for web3
ai chat completion
enable intelligent conversations in your dapps with our SOL-powered chat api.
Pay-per-request using Solana's native currency
ai oracle
build intelligent, adaptive smart contracts with advanced ai integration.
Available on
Base
ActiveSolana
Activeapplication domains
citizen use apps
create fun, informative and engaging apps with compute paid by citizens/government.
non-fungible prompt tokens
develop dynamic, ai-enhanced token systems.
decentralized autonomous organizations
implement ai-driven governance mechanisms.
key advantages
multimodal input processing
analyze text and image within smart contracts for enhanced decision-making.
advanced natural language understanding
interpret complex contract terms and user intents for automated execution.
dynamic content generation
create adaptive NFTs and on-chain content based on real-time data and user interactions.
intelligent risk assessment
evaluate complex financial scenarios for improved DeFi protocols and lending decisions.
cross-chain data interpretation
analyze and act on data from multiple blockchains for sophisticated interoperability.
adaptive governance mechanisms
implement self-evolving DAO structures based on ongoing participant interactions.
Integration
Define AIOracle interface in your contract
interface IAIOracle { // the core functions of the AIOracle contract
}
Request
Call requestAIResponse with prompt and required fee within your contract
aiOracle.requestAIResponse{value: fee}(prompt);
Response
AIOracle invokes handleAIResponse in your contract with the result
function handleAIResponse(bytes32 requestId, string memory prompt, string memory result) external
technical specifications
modular integration
compatible with Solidity smart contracts OpenZeppelin libraries.
network compatibility
operational on Base network, with planned expansion.
customizable ai queries
flexible ai prompt system for diverse contract functionalities.