V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
ty29022
V2EX  ›  问与答

DeepSeek API 悄咪咪的提供 web search 功能, 但文档没有一丝说明

  •  
  •   ty29022 · Apr 29 · 715 views
    curl -sS https://api.deepseek.com/anthropic/v1/messages \
    -H "x-api-key: $DEEPSEEK_API_KEY" \
    -H "content-type: application/json" \
    -d '{
    "model": "deepseek-v4-flash",
    "max_tokens": 1024,
    "tools": [
    {
    "type": "web_search_20250305",
    "name": "web_search",
    "max_uses": 3
    }
    ],
    "messages": [
    {
    "role": "user",
    "content": "deepseek-v5 定价如何?"
    }
    ]
    }' | jq
    2 replies    2026-04-29 16:06:11 +08:00
    Removable
        1
    Removable  
       Apr 29
    不知道啥时候能支持 Responses API
    shyrock2026
        2
    shyrock2026  
       Apr 29
    能搜到外网吗?不能的话意义不大啊。。。
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2404 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 01:05 · PVG 09:05 · LAX 18:05 · JFK 21:05
    ♥ Do have faith in what you're doing.