---
name: "hf-space-openbmb-minicpm-v-4-6-demo"
description: "Use the Hugging Face Space openbmb/MiniCPM-V-4.6-Demo."
metadata:
  source: huggingface-space
  spaceId: "openbmb/MiniCPM-V-4.6-Demo"
  hubUrl: https://huggingface.co/spaces/openbmb/MiniCPM-V-4.6-Demo
  agentsMdUrl: https://huggingface.co/spaces/openbmb/MiniCPM-V-4.6-Demo/agents.md
  appUrl: https://openbmb-minicpm-v-4-6-demo.hf.space
---

# Hugging Face Space: openbmb/MiniCPM-V-4.6-Demo

Use this skill when the user wants to use the Hugging Face Space `openbmb/MiniCPM-V-4.6-Demo`.

- Space page: https://huggingface.co/spaces/openbmb/MiniCPM-V-4.6-Demo
- App URL: https://openbmb-minicpm-v-4-6-demo.hf.space
- Source instructions: https://huggingface.co/spaces/openbmb/MiniCPM-V-4.6-Demo/agents.md

## Space agent instructions

To use this application (openbmb/MiniCPM-V-4.6-Demo: Chat with AI using text, images, or videos):
API schema: GET https://openbmb-minicpm-v-4-6-demo.hf.space/gradio_api/info
Call endpoint: POST https://openbmb-minicpm-v-4-6-demo.hf.space/gradio_api/call/v2/{endpoint} {"param_name": value, ...}
Poll result: GET https://openbmb-minicpm-v-4-6-demo.hf.space/gradio_api/call/{endpoint}/{event_id}
File inputs: POST https://openbmb-minicpm-v-4-6-demo.hf.space/gradio_api/upload -F "files=@file.ext", use as: {"path": "<returned-path>", "meta": {"_type": "gradio.FileData"}, "orig_name": "file.ext"}
Auth: Bearer $HF_TOKEN (https://huggingface.co/settings/tokens)
