Access ERNIE-4.5, DeepSeek-R1, OCR, NLP, image generation, protein folding and 60+ more β no Baidu account needed.
# No API key needed for free tier curl https://api.goldbean.io/free/llm/chat \ -H "Content-Type: application/json" \ -d '{"messages":[{"role":"user","content":"Hello!"}]}' # Pay per call with x402/USDC curl https://api.goldbean.io/paid/ocr \ -H "Content-Type: application/json" \ -H "X-PAYMENT: 0x7484b0bca25d2ee56e9b0535572d4cf44a047d98" \ -d '{"image":"https://example.com/receipt.jpg"}' # Or use with Claude Desktop via MCP npx goldbean-mcp
ERNIE-4.5, DeepSeek-R1, Qwen3
19 OCR endpoints β general, table, formula, handwriting
Object detection, logo, animal, plant, dish
AI image generation and inpainting
MuseSteamer video generation + query
Sentiment, keyword extraction, summarization (9 endpoints)
ASR (speech-to-text) + TTS (text-to-speech)
10 language pairs incl. ChineseβEnglish/JP/KR/FR/DE
HelixFold protein structure prediction
5 calls/day/IP β no registration
Only pay for what you use
Unlimited Basic+Standard, $20 premium quota
Unlimited Basic+Standard, $60 premium quota
Unlimited Basic+Standard, $200 premium quota
20% off all API credits
// Install MCP server for Claude Desktop npm install -g goldbean-mcp // Add to claude_desktop_config.json { "mcpServers": { "goldbean": { "command": "npx", "args": ["goldbean-mcp"] } } }