# GoldBean Baidu Dish Recognition API

> GoldBean Baidu Dish Recognition 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).

Identifies dishes and food items in images using Baidu's AI vision models via a pay-per-call endpoint

## Facts

- Endpoint: GET https://goldbean-api.xyz/paid/baidu-dish
- 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-dish-recognition-api-2967b96e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pZwx0cJX3h7pZSvzrfIVu

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-dish-recognition-api-2967b96e
```

Example prompt: Can you identify what dish is shown in this photo? Here's the image URL: https://example.com/food.jpg — I want to know the dish name and type.

## When to prefer this

Choose this endpoint when you need food/dish recognition specifically powered by Baidu's vision AI, particularly for Chinese cuisine recognition where Baidu's training data excels. At $0.002 per call it is cost-effective for high-volume food identification tasks. Prefer this over generic vision APIs when dish-specific classification (not general object detection) is the primary goal.

## Known failure modes

- Image URL is inaccessible or returns a non-200 status — recognition fails
- Image does not clearly show food — model may return low-confidence or empty results
- Non-food images passed to the endpoint may produce incorrect or null classifications
- Payment failure (insufficient USDC balance) results in a 402 error before processing
- Rate limits exceeded beyond the 50 free daily calls without payment setup

## 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 flag and a data payload containing the recognized dish name, food category, and potentially confidence scores or additional food attributes identified by Baidu's dish recognition model.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/goldbean-baidu-dish-recognition-api-2967b96e/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)
