Simon
1cab66b898
feat(llms): update model list and patches ( #611 )
...
* fix(llms): gpt patch
* feat(llms): patch `hunyuan` models
* feat(llms): update model list
2026-07-10 17:08:14 +08:00
Simon
9a75ead6ad
fix: do not enable OpenRouter reasoning by default
2026-07-03 20:30:57 +08:00
Simon
10276c6e67
fix: new URL should always be in a try block
2026-07-03 20:14:11 +08:00
Simon
5aeb67f6d6
feat(llms): update model list; update patch
2026-07-03 03:04:43 +08:00
Simon
04b84b6e8a
fix(llms): model compatibility problem
2026-07-03 02:26:01 +08:00
Simon
a47e12c0e0
fix: model patch for GPT and Claude
2026-07-02 22:11:28 +08:00
Simon
8ad719744a
feat: rewrite llm config and model patch
2026-07-02 21:31:44 +08:00
Simon
2b679d85cb
fix(llms): omitting both reasoning_effort and temperature for chat-latest
2026-06-26 00:12:34 +08:00
artboy
57f64347ac
fix(llms): skip reasoning_effort patch for *-chat-latest models
...
normalizeModelName reduces gpt-5.2-chat-latest to gpt-52-chat-latest,
which matches the gpt-52 prefix and gets reasoning_effort='none'.
But chat-latest models don't support reasoning_effort, causing
HTTP 400.
Fix: check for 'chat-latest' before applying reasoning_effort patches.
Fixes #563
2026-06-23 14:26:45 +08:00
Simon
2f343bcc56
feat(llms): add Claude Opus 4.8 support
...
Strip temperature for claude-opus-4-8, add tests, list model on website.
2026-06-08 22:23:56 +08:00
Simon
dc41969503
feat(models): support gpt-5.4 and refresh recommendations
2026-04-27 21:40:19 +08:00
Simon
15f3af406c
fix(llms): remove tool_choice for deepseek models
2026-04-27 20:32:53 +08:00
octo-patch
8ad4d19232
feat: add MiniMax model support with temperature clamping
...
Add MiniMax (M2.5 / M2.5-highspeed) as a tested model provider:
- Add model-specific patch in utils.ts: clamp temperature to (0, 1]
since MiniMax API rejects temperature=0, and remove unsupported
parallel_tool_calls parameter
- Add MiniMax to the tested models list on the Models documentation page
- Add MiniMax configuration example alongside existing providers
2026-03-15 23:42:30 +00:00
tsubasakong
eec601e6b2
fix(llms): avoid reasoning_effort for GPT-5.4 chat tools
2026-03-08 16:37:32 -07:00
Simon
53db2069ce
feat: zod support v3/4
2026-03-05 19:13:18 +08:00
Simon
0dacbda9da
chore: improve logging
2026-03-05 16:54:41 +08:00
Simon
8cb57befb3
feat(model): disable thinking for Qwen model patch
2026-02-23 17:30:35 +08:00
Simon
6f0ff1fd33
refactor: zod tree-shaking; better error handling in agent steps
2026-02-09 17:49:10 +08:00
Simon
8ea8ce9acd
fix(llms): gpt-5-mini temperature
2026-02-06 17:19:06 +08:00
Simon
f6394a04b1
feat(core): add rawRequest in history for debug
2026-01-28 14:30:04 +08:00
Simon
2f2bdb4697
fix: update Qwen patch condition for model name
2026-01-13 15:07:01 +08:00
Simon
3fa7c8b85a
feat: improve qwen3 compatibility ( #106 )
...
* feat: improve qwen3 compatibility
* fix: qwen
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-13 15:04:03 +08:00
Simon
14974c0257
feat!: mv brain from llms to agent; redo toolCall auto fixer
2026-01-13 13:49:19 +08:00
Simon
35db15460e
feat: improve perf on newer models
2025-12-22 19:10:13 +08:00
Simon
635416f964
feat: implement @page-agent/llms
2025-12-22 16:29:19 +08:00
Simon
7c2d000e29
feat: create llms package and mv files
2025-12-22 16:12:34 +08:00