← 返回
开发者工具 Key 中文

jina-deepsearch

Jina DeepSearch API access via AIHubMix - use curl to call the HTTP API directly.
通过 AIHubMix 访问 Jina DeepSearch API - 使用 curl 直接调用 HTTP API。
ansatzx
开发者工具 clawhub v0.0.3 1 版本 100000 Key: 需要
★ 0
Stars
📥 644
下载
💾 12
安装
1
版本
#latest

概述

Jina DeepSearch

Access Jina's DeepSearch API via AIHubMix using curl.

Quick Start

# Set your API key first
export AIHUBMIX_API_KEY="sk-..."

# Call the API directly with curl
curl https://aihubmix.com/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $AIHUBMIX_API_KEY" \
  -d '{
    "model": "jina-deepsearch-v1",
    "messages": [{"role": "user", "content": "Your search query"}]
  }'

Configuration

Set AIHUBMIX_API_KEY environment variable. Get your API key from https://aihubmix.com

Model

  • jina-deepsearch-v1 - Jina's deep search model

版本历史

共 1 个版本

  • v0.0.3 当前
    2026-03-30 06:01 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,427
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,388
developer-tools

Agent Browser

matrixy
专为AI智能体优化的无头浏览器自动化CLI,支持无障碍树快照和基于引用的元素选择。
★ 427 📥 118,341