可用模型列表: {"object":"list","data":[{"id":"mimo-v2-flash","object":"model","owned_by":"xiaomi"},{"id":"mimo-v2-omni","object":"model","owned_by":"xiaomi"},{"id":"mimo-v2-pro","object":"model","owned_by":"xiaomi"},{"id":"mimo-v2-tts","object":"model","owned_by":"xiaomi"},{"id":"mimo-v2.5","object":"model","owned_by":"xiaomi"},{"id":"mimo-v2.5-pro","object":"model","owned_by":"xiaomi"},{"id":"mimo-v2.5-tts","object":"model","owned_by":"xiaomi"},{"id":"mimo-v2.5-tts-voiceclone","object":"model","owned_by":"xiaomi"},{"id":"mimo-v2.5-tts-voicedesign","object":"model","owned_by":"xiaomi"}]} 调用地址: https://test.404888.xyz/v1 key: 剧透 不支持responses,需要自己用工具转一下 支持 /v1/chat/completions /anthropic/v1 没改标题就是一直可用,欢迎压测,禁黄; 不涉及推广,没有注册功能。 3 个帖子 - 2 位参与者 阅读完整话题
deepseek试过json object,貌似就不就进行思考了。自己部署了个qwen3.6 27b,使用json_schema也不会进行思考了。突然发现情况,这是预期行为嘛佬们 3 个帖子 - 2 位参与者 阅读完整话题
Option Explicit ' ================= 配置区域 ================= Dim wsh, SaveFolder Set wsh = CreateObject("WScript.Shell") ' 设置保存图片的文件夹路径 SaveFolder = wsh.ExpandEnvironmentStrings("%USERPROFILE%") & "\Pictures\BingWallpapers" Set wsh = Nothing ' =========================================== Dim objFSO, objShell, objHTTP, objStream Dim apiUrl, jsonText, imgUrl, fileName, localPath Dim regPath, ws ' 1. 初始化对象 Set objFSO = CreateObject("Scripting.FileSystemObject") Set objShell = CreateObject("WScript.Shell") Set ws = CreateObject("WScript.Shell") ' 2. 清理并创建保存目录 ' 如果文件夹存在,则删除整个文件夹 If objFSO.FolderExists(SaveFolder) Then objFSO.DeleteFolder SaveFolder, True ' True 表示强制删除只读文件或非空文件夹 End If ' 重新创建全新的空文件夹 objFSO.CreateFolder SaveFolder ' 3. 获取 Bing API 数据 apiUrl = "https://www.bing.com/HPImageArchive.aspx?format=js&idx=0&n=1&mkt=zh-CN" Set objHTTP = CreateObject("MSXML2.XMLHTTP") objHTTP.Open "GET", apiUrl, False objHTTP.Send If objHTTP.Status = 200 Then jsonText = objHTTP.ResponseText ' 4. 解析 JSON 提取图片 URL Dim urlStart, urlEnd, rawUrl urlStart = InStr(jsonText, """url"":""") + 7 If urlStart > 7 Then urlEnd = InStr(urlStart, jsonText, """") rawUrl = Mid(jsonText, urlStart, urlEnd - urlStart) ' 尝试获取更高清的UHD版本 (4K),如果不行则回退到原图 If InStr(rawUrl, "1920x1080") > 0 Then imgUrl = "https://www.bing.com" & Replace(rawUrl, "1920x1080", "UHD") Else imgUrl = "https://www.bing.com" & rawUrl End If ' 5. 确定文件名 (使用当前日期命名,格式:bing_YYYYMMDD.jpg) fileName = "bing_" & Year(Date) & Right("0" & Month(Date), 2) & Right("0" & Day(Date), 2) & ".jpg" localPath = SaveFolder & "\" & fileName ' 6. 下载图片 Set objHTTP = Nothing Set objHTTP = CreateObject("MSXML2.XMLHTTP") objHTTP.Open "GET", imgUrl, False objHTTP.Send If objHTTP.Status = 200 Then Set objStream = CreateObject("ADODB.Stream") objStream.Type = 1 ' adTypeBinary objStream.Open objStream.Write objHTTP.ResponseBody objStream.SaveToFile localPath, 2 ' adSaveCreateOverWrite objStream.Close Set objStream = Nothing ' 7. 设置为桌面壁纸 regPath = "HKEY_CURRENT_USER\Control Panel\Desktop\" ws.RegWrite regPath & "Wallpaper", localPath, "REG_SZ" ws.RegWrite regPath & "WallpaperStyle", "2", "REG_SZ" ' 2=拉伸, 6=适应, 10=填充 ws.RegWrite regPath & "TileWallpaper", "0", "REG_SZ" ' 刷新桌面 ws.Run "rundll32.exe user32.dll,UpdatePerUserSystemParameters", 0, True End If End If End If ' 清理对象 Set objHTTP = Nothing Set objFSO = Nothing Set objShell = Nothing Set ws = Nothing 另存为 .vbs 使用win自带的任务计划,运行此脚本,每日自动获取必应4k壁纸并设置为桌面 1 个帖子 - 1 位参与者 阅读完整话题
ERROR undefined is not an object (evaluating ‘H.command’) B:/~BUN/root/src/entrypoints/cli.js:4994:2983 isSearchOrReadCommand (B:/~BUN/root/src/entrypoints/cli.js:4994:2983) RNH (B:/~BUN/root/src/entrypoints/cli.js:5066:773) _W8 (B:/~BUN/root/src/entrypoints/cli.js:5066:1051) eAA (B:/~BUN/root/src/entrypoints/cli.js:5066:1530) tAA (B:/~BUN/root/src/entrypoints/cli.js:5066:1418) x6_ (B:/~BUN/root/src/entrypoints/cli.js:5067:2627) (B:/~BUN/root/src/entrypoints/cli.js:6675:15448) NP (B:/~BUN/root/src/entrypoints/cli.js:582:30349) (B:/~BUN/root/src/entrypoints/cli.js:569:11097) rVA (B:/~BUN/root/src/entrypoints/cli.js:6675:15168) Resume this session with: claude --resume b3e587c2-d9c3-427d-9231-a53ae917710e 终止批处理操作吗(Y/N)? y PS E:\test2> claude.cmd ╭─── Claude Code v2.1.145 ─────────────────────────────────────────────────────────────────────────────────────────────╮ ╭─── Claude Code v2.1.145 ─────────────────────────────────────────────────────────────────────────────────────────────╮ │ │ Tips for getting started │ │ Welcome back! │ Run /init to create a CLAUDE.md file with instructions for Claude │ │ │ ───────────────────────────────────────────────────────────────────────────────── │ ╭─── Claude Code v2.1.145 ─────────────────────────────────────────────────────────────────────────────────────────────╮ │ │ Tips for getting started │ │ Welcome back! │ Run /init to create a CLAUDE.md file with instructions for Claude │ │ │ ───────────────────────────────────────────────────────────────────────────────── │ │ ▐▛███▜▌ │ What’s new │ ERROR undefined is not an object (evaluating ‘H.command’) B:/~BUN/root/src/entrypoints/cli.js:4336:2988 isSearchOrReadCommand (B:/~BUN/root/src/entrypoints/cli.js:4336:2988) DEH (B:/~BUN/root/src/entrypoints/cli.js:4783:773) mX8 (B:/~BUN/root/src/entrypoints/cli.js:4783:1051) zzf (B:/~BUN/root/src/entrypoints/cli.js:4783:1530) Azf (B:/~BUN/root/src/entrypoints/cli.js:4783:1418) Eq_ (B:/~BUN/root/src/entrypoints/cli.js:4784:2627) (B:/~BUN/root/src/entrypoints/cli.js:6670:15847) O3 (B:/~BUN/root/src/entrypoints/cli.js:583:30355) (B:/~BUN/root/src/entrypoints/cli.js:570:11097) aNf (B:/~BUN/root/src/entrypoints/cli.js:6670:15564) 1 个帖子 - 1 位参与者 阅读完整话题
很久前注册的甲骨文账号,没有升级,最近网速都被限制50Mbps。于是看看甲骨文还有没有待开发的服务 认真翻了一下免费资源文档 docs.oracle.com Always Free Resources Learn what Always Free resources are available to all Oracle Cloud Infrastructure users. 发现原来Free Tier里还有20GB Object Storage。 非常适合存一些不太重要的系统镜像,并且不用担心被反薅。 Cloudflare 免费的10G R2 用来重要文件备份了。不重要的都可以扔甲骨文。 2 个帖子 - 2 位参与者 阅读完整话题
3 个帖子 - 2 位参与者 阅读完整话题
没想到啊没想到,L 站刚发完帖,回旋镖就打到自己身上了 12583.70 USD,3 天读写打了一辆 BYD 秦的钱 最强的是,第一天打了 1000 刀,30 刀的告警都从来没触发过 这得亏是信用卡外汇额度不够,不然今天就直接上天台了 服务昨天没发现的时候就已经全删掉了,今天为了复盘回来查代码,对应的复盘文档,用 Claude Code 整理了一版(AI 生成,还没来得及一行行查,先作为一个快速留档用一下) Notion Notion | Where teams and agents work together A collaborative AI workspace, built on your company context. Build and orchestrate agents right alongside your team's projects, meetings, and connected apps. 以后我是不敢用赛博菩萨的任何 Agent 相关产品的,提了 gmail 申诉邮件,针对没有告警通知的点进行了申诉,但从历史案例来看,告警不生效似乎都是个老问题,那个老哥打了 34000$。。 news.ycombinator.com Durable Object alarm loop: $34k in 8 days, zero users, no platform warning Sharing this as a warning to anyone using Cloudflare Durable Objects with alarms.<p>Root cause:<p>My DO agent's onStart() handler called this.ctx.storage.setAlarm() on every wake-up without checking whether an alarm was already scheduled. Combined with 60+ preview Worker deployments each creating independent DO instances, this created a runaway self-health-check loop.<p>Timeline: - April 3:... 31 points — 4 comments — thewillmoss — 8:08 AM - 16 Apr 2026 这个事也算提醒了我,作为前端,对于数据读写类型的这类云服务,切记要看清楚计费模型,在设计时要时刻提起警戒心 我想咨询佬友的是,如果谈判破裂,拒付这笔账单的话,会被国内公司追债吗? 19 个帖子 - 6 位参与者 阅读完整话题
Durable Objects 免费额度是一个月 400K,我用超了 630K,直接向上取整收了我 1 million 的 12.5 刀。 KV 的免费写入额度每个月是 1M,我用超了 94K,也上取整收了我 5 刀。 其实 Cloudflare 哪怕开了付费套餐,稍微用一用,服务负载上来也很容易超,而且一下子很难察觉,这下一个月相当于过去四个月的用量了 2 个帖子 - 2 位参与者 阅读完整话题