feat(llm_judge): add BlockRun as LLM provider for x402 payments#3
Open
1bcMax wants to merge 1 commit intogalaar-org:mainfrom
Open
feat(llm_judge): add BlockRun as LLM provider for x402 payments#31bcMax wants to merge 1 commit intogalaar-org:mainfrom
1bcMax wants to merge 1 commit intogalaar-org:mainfrom
Conversation
Add BlockRun AI Gateway as a new LLM provider option alongside OpenAI,
Anthropic, and local providers. BlockRun offers:
- Access to 30+ models (GPT-4o, Claude, Gemini, DeepSeek, Llama, etc.)
- Pay-per-use via USDC micropayments on Base chain
- No API keys needed - wallet private key is your identity
- Automatic x402 payment flow via blockrun-llm SDK
Usage:
judge = LLMJudge(
provider="blockrun",
model="gpt-4o", # or claude-sonnet, gemini-pro, etc.
private_key="0x..." # or set BLOCKRUN_WALLET_KEY env var
)
Added optional dependency: pip install agentarc[blockrun]
Learn more: https://blockrun.ai
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add BlockRun AI Gateway as a new LLM provider option alongside OpenAI, Anthropic, and local providers.
What is BlockRun?
BlockRun provides:
blockrun-llmSDKUsage
Installation
Available Models
Changes
blockrunprovider option inLLMJudge.__init__private_keyparameter for BlockRun authentication_analyze_with_blockrun()methodBLOCKRUN_MODELSdict for model alias resolutionblockrunoptional dependency inpyproject.tomlTest plan
pip install agentarc[blockrun]BLOCKRUN_WALLET_KEYenvironment variableLLMJudge(provider="blockrun", model="gpt-4o")analyze()on a test transactionLearn more: https://blockrun.ai