Skip to content

Add Gemini 3 Flash and Claude Opus 4.5#1910

Merged
yeldarby merged 5 commits into
mainfrom
update-llm-models
Jan 13, 2026
Merged

Add Gemini 3 Flash and Claude Opus 4.5#1910
yeldarby merged 5 commits into
mainfrom
update-llm-models

Conversation

@yeldarby

@yeldarby yeldarby commented Jan 12, 2026

Copy link
Copy Markdown
Contributor

What does this PR do?

Adds new model options and API key passthrough support for LLM workflow blocks:

  • Claude Opus 4.5: Added to v1 block and new v3 block
  • Gemini 3 Flash Preview: Added to Gemini v3 block
  • Claude v3 block: New version with Roboflow API key passthrough support (rf_key:account) that proxies requests through Roboflow API, enabling usage-based billing without requiring users to have their own Anthropic API key

Type of Change

  • New feature (non-breaking change which adds functionality)

Testing

  • I have tested this change locally

Test details:
Tested Claude v3 block with both direct Anthropic API key and Roboflow managed key passthrough.

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • My changes generate no new warnings or errors

Additional Context

The v3 Claude block supports extended thinking with configurable budget tokens.

@yeldarby yeldarby marked this pull request as ready for review January 12, 2026 23:35
@yeldarby yeldarby merged commit 77b91b3 into main Jan 13, 2026
51 checks passed
@yeldarby yeldarby deleted the update-llm-models branch January 13, 2026 00:47
Erol444 added a commit that referenced this pull request May 20, 2026
Adds two new model options to GEMINI_MODELS in the v3 block:

- gemini-3.5-flash (just released)
- gemini-3.1-flash-lite-preview

Both are marked as supporting thinking_level and native code execution
to match the rest of the Gemini 3.x family. Following the convention
established when Gemini 3 Flash Preview was added (#1910), only the v3
block is updated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants