mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-06-11 15:16:53 +08:00
Anthropic.of(modelName) and AnthropicCompatible.custom(configKey, modelName) return AnthropicSpec, with a thinking sub-builder using Anthropic's native budget/enabled terms. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
liteflow-react-agent-anthropic
Anthropic Claude 模型支持。
使用
AnthropicChatModel model = AnthropicModelFactory.of(apiKey, "claude-sonnet-4-6");