feat(llms): add Claude Opus 4.8 support

Strip temperature for claude-opus-4-8, add tests, list model on website.
This commit is contained in:
Simon
2026-06-08 22:23:56 +08:00
parent 0ba3bbd67f
commit 2f343bcc56
3 changed files with 20 additions and 2 deletions

View File

@@ -42,6 +42,7 @@ const MODEL_GROUPS: Record<string, string[]> = {
DeepSeek: ['deepseek-v4-pro', 'deepseek-v4-flash', 'deepseek-3.2'],
Google: ['gemini-3.1-flash-lite', 'gemini-3-pro', 'gemini-3-flash', 'gemini-2.5'],
Anthropic: [
'claude-opus-4.8',
'claude-opus-4.7',
'claude-opus-4.6',
'claude-opus-4.5',