@huyooo/ai-chat-core 0.2.13 → 0.2.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -366,7 +366,7 @@ for await (const event of agent.chat('继续上次的话题', {
366
366
  | 模型 ID | 显示名称 | Provider |
367
367
  |---------|----------|----------|
368
368
  | `doubao-seed-1-6-251015` | 豆包 Seed 1.6 | ARK |
369
- | `deepseek-v3-1-terminus` | DeepSeek V3 | ARK |
369
+ | `deepseek-v3-2-251201` | DeepSeek V3.2 | ARK |
370
370
  | `qwen3-max-preview` | 通义千问 Max | Qwen |
371
371
  | `gemini-3-pro-preview` | Gemini 3 Pro | Gemini |
372
372
 
@@ -374,9 +374,9 @@ for await (const event of agent.chat('继续上次的话题', {
374
374
 
375
375
  | 模型 ID | 显示名称 |
376
376
  |---------|----------|
377
- | `openai/gpt-5.2` | GPT-5.2 |
377
+ | `openai/gpt-5.1-codex` | GPT-5.1 Codex |
378
378
  | `anthropic/claude-opus-4.5` | Claude Opus 4.5 |
379
- | `google/gemini-3-pro-preview` | Gemini 3 Pro |
379
+ <!-- OpenRouter 的 google/gemini-* 已从产品支持列表移除:tools 需要 thought_signature,Responses API 无法闭环 -->
380
380
 
381
381
  ## API
382
382