← 返回
未分类 Key 中文

Minimax API

Provides image analysis and description from URLs or local files plus real-time web search using MiniMax's Token Plan API.
提供URL或本地文件的图像分析与描述,以及基于MiniMax Token Plan API的实时网络搜索功能。
matthew77 matthew77 来源
未分类 clawhub v1.0.3 1 版本 100000 Key: 需要
★ 0
Stars
📥 677
下载
💾 0
安装
1
版本
#latest

概述

Minimax API

Overview

Provides two capabilities via MiniMax's Token Plan API:

  1. Image understanding — analyze images via VLM
  2. Web search — real-time web search

API base URL: https://api.minimaxi.com

Capabilities

1. understand_image

Analyzes an image and returns a text description.

Input:

  • image_url: HTTP/HTTPS URL or absolute local file path (e.g., /home/user/photo.png, D:\images\photo.png)
  • prompt: What to ask about the image

Output: Text description from the VLM.

Script: scripts/minimax_image.py

Usage:

export MINIMAX_API_KEY="your_api_key"

python3 skills/minimax-api/scripts/minimax_image.py \
  --prompt "Describe this image briefly" \
  --image-url "https://example.com/photo.jpg"

# Or with local file
python3 skills/minimax-api/scripts/minimax_image.py \
  --prompt "Extract text from this image" \
  --image-url "/home/user/documents/receipt.png"

2. web_search

Performs a web search and returns formatted results.

Input:

  • query: Search query string

Output: JSON with organic results, related searches, and metadata.

Script: scripts/minimax_search.py

Usage:

export MINIMAX_API_KEY="your_api_key"

python3 skills/minimax-api/scripts/minimax_search.py \
  --query "MiniMax M2.7 release notes"

Setup

Required: A MiniMax API key from platform.minimaxi.com.

Set it as an environment variable:

export MINIMAX_API_KEY="your_api_key_here"

Add the above line to your ~/.bashrc (or .zshrc) to make it permanent.

Alternatively, pass --api-key directly on the command line (not recommended — exposes key in shell history).

API Reference

See references/api_spec.md for full API documentation including request/response schemas, error codes, and headers.

版本历史

共 1 个版本

  • v1.0.3 当前
    2026-05-02 02:17 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Tavily Research

matthew77
基于网络数据的综合研究,附有明确引用。适用于多源综合——对比、时事、市场分析等需求。
★ 1 📥 1,064
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 883 📥 359,005
ai-agent

self-improving agent

pskoett
记录自身发现以实现自我改进的技能
★ 4,192 📥 962,646