feat(blocks): Add new openrouter models #8905
Merged
+24
−3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary:
This PR removes the
GEMINI_FLASH_1_5_EXP
model (due to inference on OpenRouter not working) and introduces several new models to theLlmModel
enum. Corresponding updates have been made to the metadata configurations and block cost settings to reflect the changes.Key Changes:
Removed Models:
GEMINI_FLASH_1_5_EXP
Added New Models:
QWEN_QWQ_32B_PREVIEW
NOUSRESEARCH_HERMES_3_LLAMA_3_1_405B
NOUSRESEARCH_HERMES_3_LLAMA_3_1_70B
AMAZON_NOVA_LITE_V1
AMAZON_NOVA_MICRO_V1
AMAZON_NOVA_PRO_V1
MICROSOFT_WIZARDLM_2_8X22B
GRYPHE_MYTHOMAX_L2_13B
Metadata Updates:
Cost Configuration Updates:
QWEN_QWQ_32B_PREVIEW
: 2 creditsTesting: