# GoldBean Baidu LLM Chat API

> GoldBean Baidu LLM Chat API is a paid API for AI agents from goldbean-api.xyz, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Send a chat message to Baidu's large language model (ERNIE) via GoldBean's pay-per-call gateway and receive a text response

## Facts

- Endpoint: GET https://goldbean-api.xyz/paid/baidu-llm-chat
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/goldbean-baidu-llm-chat-api-16afd835
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rfcSTvLqouNd6VJjko2Aw

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability goldbean-baidu-llm-chat-api-16afd835
```

Example prompt: Ask Baidu's ERNIE language model to explain the differences between traditional and simplified Chinese characters, and give me back its full response.

## When to prefer this

Choose this endpoint when you specifically need access to Baidu's ERNIE/Wenxin LLM — particularly for Chinese-language tasks, content targeting mainland Chinese audiences, or when you want to benchmark a Chinese LLM against Western alternatives. It is ideal for developers who lack a Baidu account but need pay-per-call access to the model without subscription overhead. Prefer this over OpenAI or Anthropic endpoints when the use case involves Chinese cultural context or language nuance.

## Known failure modes

- Empty or malformed prompt causes API error or empty response
- Daily free call limit (50/day) exceeded without payment setup
- Payment of $0.002 USDC not processed correctly via x402 protocol
- Baidu upstream service outage causing failed or delayed response
- Rate limiting if too many concurrent calls are made
- Response may be in Chinese by default if prompt language is ambiguous

## How this service works

51 Baidu AI MCP tools: OCR, Vision, LLM, Speech, NLP, Image Gen, Video Gen. 50 free calls/day. No credit card. Pay-per-call from $0.001.

## Output

Returns a JSON object with a 'success' boolean and a 'data' object containing the LLM's generated text response to the input prompt or chat message from Baidu's ERNIE model.

## Response schema (JSON Schema)

```json
{
 "example": {
  "data": {},
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/goldbean-baidu-llm-chat-api-16afd835/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from goldbean-api.xyz](https://www.zero.xyz/host/goldbean-api.xyz/llms.txt)
