Назад към всички

jina-deepsearch

// Jina DeepSearch API access via AIHubMix - use curl to call the HTTP API directly.

$ git log --oneline --stat
stars:1,933
forks:367
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
namejina-deepsearch
descriptionJina DeepSearch API access via AIHubMix - use curl to call the HTTP API directly.
homepagehttps://jina.ai/
metadata[object Object]

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