GauravBurande/solana-llm-oracle
LLM inference in solana programs.
This project helps Solana smart contract developers integrate Large Language Model (LLM) inference directly into their on-chain applications. It allows a smart contract to send a text prompt to an LLM and then receive and process the AI's response asynchronously and securely. The output can be plain text, structured JSON, or even instructions, enabling sophisticated on-chain AI agents.
Use this if you are a Solana smart contract developer building decentralized applications that require AI-driven decision-making, natural language processing, or dynamic, context-aware logic.
Not ideal if you are looking for a general-purpose LLM API for off-chain applications or if you are not developing on the Solana blockchain.
Stars
8
Forks
1
Language
TypeScript
License
MIT
Category
Last pushed
Feb 21, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/GauravBurande/solana-llm-oracle"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
microsoft/agent-framework
A framework for building, orchestrating and deploying AI agents and multi-agent workflows with...
fetchai/uAgents
A fast and lightweight framework for creating decentralized agents with ease.
i-am-bee/beeai-framework
Build production-ready AI agents in both Python and Typescript.
Intelligent-Internet/ii-agent
II-Agent: a new open-source framework to build and deploy intelligent agents
agentuniverse-ai/agentUniverse
agentUniverse is a LLM multi-agent framework that allows developers to easily build multi-agent...