SkillHub

jina-deepsearch

v0.0.3

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

Sourced from ClawHub, Authored by ansatzX

Installation

Please help me install the skill `jina-deepsearch` from SkillHub official store. npx skills add ansatzX/jina-deepsearch

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