Files
wehub-resource-sync f36e2104d8
tests / ragflow_tests_infinity (push) Has been cancelled
tests / ragflow_tests_elasticsearch (push) Has been cancelled
sep-tests / ragflow_preflight (push) Has been cancelled
sep-tests / ragflow_tests_infinity (push) Has been cancelled
sep-tests / ragflow_tests_elasticsearch (push) Has been cancelled
tests / ragflow_preflight (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:16:49 +08:00

152 lines
2.8 KiB
JSON

{
"name": "Bedrock",
"url_suffix": {
"chat": "converse",
"models": "foundation-models",
"embedding": "invoke"
},
"class": "bedrock",
"models": [
{
"name": "anthropic.claude-3-5-sonnet-20241022-v2:0",
"max_tokens": 200000,
"model_types": [
"chat"
]
},
{
"name": "anthropic.claude-3-5-haiku-20241022-v1:0",
"max_tokens": 200000,
"model_types": [
"chat"
]
},
{
"name": "anthropic.claude-3-opus-20240229-v1:0",
"max_tokens": 200000,
"model_types": [
"chat"
]
},
{
"name": "anthropic.claude-3-sonnet-20240229-v1:0",
"max_tokens": 200000,
"model_types": [
"chat"
]
},
{
"name": "anthropic.claude-3-haiku-20240307-v1:0",
"max_tokens": 200000,
"model_types": [
"chat"
]
},
{
"name": "meta.llama3-1-405b-instruct-v1:0",
"max_tokens": 128000,
"model_types": [
"chat"
]
},
{
"name": "meta.llama3-1-70b-instruct-v1:0",
"max_tokens": 128000,
"model_types": [
"chat"
]
},
{
"name": "meta.llama3-1-8b-instruct-v1:0",
"max_tokens": 128000,
"model_types": [
"chat"
]
},
{
"name": "mistral.mistral-large-2407-v1:0",
"max_tokens": 128000,
"model_types": [
"chat"
]
},
{
"name": "mistral.mixtral-8x7b-instruct-v0:1",
"max_tokens": 32000,
"model_types": [
"chat"
]
},
{
"name": "amazon.nova-pro-v1:0",
"max_tokens": 300000,
"model_types": [
"chat"
]
},
{
"name": "amazon.nova-lite-v1:0",
"max_tokens": 300000,
"model_types": [
"chat"
]
},
{
"name": "amazon.nova-micro-v1:0",
"max_tokens": 128000,
"model_types": [
"chat"
]
},
{
"name": "cohere.command-r-plus-v1:0",
"max_tokens": 128000,
"model_types": [
"chat"
]
},
{
"name": "cohere.command-r-v1:0",
"max_tokens": 128000,
"model_types": [
"chat"
]
},
{
"name": "amazon.titan-embed-text-v2:0",
"max_tokens": 8192,
"model_types": [
"embedding"
]
},
{
"name": "amazon.titan-embed-text-v1",
"max_tokens": 8192,
"model_types": [
"embedding"
]
},
{
"name": "cohere.embed-english-v3",
"max_tokens": 512,
"model_types": [
"embedding"
]
},
{
"name": "cohere.embed-multilingual-v3",
"max_tokens": 512,
"model_types": [
"embedding"
]
},
{
"name": "cohere.embed-v4:0",
"max_tokens": 128000,
"model_types": [
"embedding"
]
}
]
}