|
67 | 67 | bedrock_embedding_models,
|
68 | 68 | known_tokenizer_config,
|
69 | 69 | BEDROCK_INVOKE_PROVIDERS_LITERAL,
|
| 70 | + BEDROCK_CONVERSE_MODELS, |
70 | 71 | DEFAULT_MAX_TOKENS,
|
71 | 72 | DEFAULT_SOFT_BUDGET,
|
72 | 73 | DEFAULT_ALLOWED_FAILS,
|
@@ -432,40 +433,6 @@ def identify(event_details):
|
432 | 433 | project = None
|
433 | 434 | config_path = None
|
434 | 435 | vertex_ai_safety_settings: Optional[dict] = None
|
435 |
| -BEDROCK_CONVERSE_MODELS = [ |
436 |
| - "openai.gpt-oss-20b-1:0", |
437 |
| - "openai.gpt-oss-120b-1:0", |
438 |
| - "anthropic.claude-opus-4-1-20250805-v1:0", |
439 |
| - "anthropic.claude-opus-4-20250514-v1:0", |
440 |
| - "anthropic.claude-sonnet-4-20250514-v1:0", |
441 |
| - "anthropic.claude-3-7-sonnet-20250219-v1:0", |
442 |
| - "anthropic.claude-3-5-haiku-20241022-v1:0", |
443 |
| - "anthropic.claude-3-5-sonnet-20241022-v2:0", |
444 |
| - "anthropic.claude-3-5-sonnet-20240620-v1:0", |
445 |
| - "anthropic.claude-3-opus-20240229-v1:0", |
446 |
| - "anthropic.claude-3-sonnet-20240229-v1:0", |
447 |
| - "anthropic.claude-3-haiku-20240307-v1:0", |
448 |
| - "anthropic.claude-v2", |
449 |
| - "anthropic.claude-v2:1", |
450 |
| - "anthropic.claude-v1", |
451 |
| - "anthropic.claude-instant-v1", |
452 |
| - "ai21.jamba-instruct-v1:0", |
453 |
| - "ai21.jamba-1-5-mini-v1:0", |
454 |
| - "ai21.jamba-1-5-large-v1:0", |
455 |
| - "meta.llama3-70b-instruct-v1:0", |
456 |
| - "meta.llama3-8b-instruct-v1:0", |
457 |
| - "meta.llama3-1-8b-instruct-v1:0", |
458 |
| - "meta.llama3-1-70b-instruct-v1:0", |
459 |
| - "meta.llama3-1-405b-instruct-v1:0", |
460 |
| - "meta.llama3-70b-instruct-v1:0", |
461 |
| - "mistral.mistral-large-2407-v1:0", |
462 |
| - "mistral.mistral-large-2402-v1:0", |
463 |
| - "mistral.mistral-small-2402-v1:0", |
464 |
| - "meta.llama3-2-1b-instruct-v1:0", |
465 |
| - "meta.llama3-2-3b-instruct-v1:0", |
466 |
| - "meta.llama3-2-11b-instruct-v1:0", |
467 |
| - "meta.llama3-2-90b-instruct-v1:0", |
468 |
| -] |
469 | 436 |
|
470 | 437 | ####### COMPLETION MODELS ###################
|
471 | 438 | from typing import Set
|
|
0 commit comments