bedrock-runtime — Traditional pathAnthropic Claude / Amazon Nova / Meta Llama / DeepSeek / Mistral / Cohere 等绝大多数模型走这条路径,使用 AWS SDK + InvokeModel 或 Converse。
import boto3
client = boto3.client("bedrock-runtime", region_name="us-east-1")
resp = client.converse(
modelId="global.anthropic.claude-opus-4-8", # ⚠️ INFERENCE_PROFILE 模型必须加前缀
messages=[{"role":"user","content":[{"text":"Hello"}]}],
)
print(resp["output"]["message"]["content"][0]["text"])
bedrock-mantle — OpenAI-compatible layer (NEW)OpenAI GPT-5.x、xAI Grok 等闭源旗舰走 Mantle。用 OpenAI SDK 直接调:
from openai import OpenAI
client = OpenAI(
api_key="<your Bedrock API key>",
base_url="https://bedrock-mantle.us-east-2.api.aws/openai/v1",
)
# GPT-5.5 走 Responses API
r = client.responses.create(model="openai.gpt-5.5", input="hi")
# Grok / GPT-5.4 走 Chat Completions
r = client.chat.completions.create(
model="xai.grok-4-3",
messages=[{"role":"user","content":"hi"}],
)
INFERENCE_PROFILE — Cross-region routing (prefix required!)很多新模型只支持 INFERENCE_PROFILE,调用时 modelId 必须带前缀,否则报 ValidationException:
global.modelId — 全球路由,吞吐最高,无数据驻留限制us.modelId — 美区内路由,遵守 US 数据驻留eu.modelId — 欧区内路由apac.modelId — 亚太路由表格中带 IP 标记的模型即为此类。例:global.anthropic.claude-opus-4-8
| Runtime | Mantle | |
|---|---|---|
| 典型模型 | Claude / Nova / Llama / DeepSeek / Mistral / GPT-5.6 / Grok | GPT-5.x / Grok (also Runtime for GPT-5.6+) |
| 端点 | bedrock-runtime.{region}.amazonaws.com | bedrock-mantle.{region}.api.aws |
| SDK | AWS SDK (boto3 等) | OpenAI SDK 直接用 |
| API | InvokeModel / Converse / ConverseStream | Responses / Chat Completions |
| 认证 | AWS SigV4 (IAM / Bedrock API Key) | Bedrock API Key (OpenAI 兼容) |
| Provider | Model Name | Model ID | Context | Regions | Inference | Input | Output | Launch ↓ |
|---|---|---|---|---|---|---|---|---|
| Amazon |
Runtime
|
amazon.nova-2-lite-v1:02 variants — click to expandamazon.nova-2-lite-v1:0 IP amazon.nova-2-lite-v1:0:256k PROV |
1M ✓ max out: 64K · cutoff: Oct 2025 |
15 Asia Pacific (Tokyo) ap-northeast-1Asia Pacific (Seoul) ap-northeast-2Asia Pacific (Mumbai) ap-south-1Asia Pacific (Singapore) ap-southeast-1Asia Pacific (Sydney) ap-southeast-2Canada (Central) ca-central-1Europe (Frankfurt) eu-central-1Europe (Stockholm) eu-north-1Europe (Ireland) eu-west-1Europe (London) eu-west-2Europe (Paris) eu-west-3US East (N. Virginia) us-east-1US East (Ohio) us-east-2US West (N. California) us-west-1US West (Oregon) us-west-2 |
IPPROV | IMAGETEXTVIDEO | TEXT | 2025-12-02 |
| Amazon |
Runtime
|
amazon.nova-2-sonic-v1:0 |
1M ✓ max out: 64K |
4 | OD | SPEECH | SPEECHTEXT | 2025-12-02 |
| Amazon |
Runtime
|
amazon.nova-lite-v1:03 variants — click to expandamazon.nova-lite-v1:0 IPOD amazon.nova-lite-v1:0:24k PROV amazon.nova-lite-v1:0:300k PROV |
300K ✓ max out: 5K · cutoff: Oct 2024 |
15 Asia Pacific (Tokyo) ap-northeast-1Asia Pacific (Seoul) ap-northeast-2Asia Pacific (Mumbai) ap-south-1Asia Pacific (Singapore) ap-southeast-1Asia Pacific (Sydney) ap-southeast-2Canada (Central) ca-central-1Europe (Frankfurt) eu-central-1Europe (Stockholm) eu-north-1Europe (Ireland) eu-west-1Europe (London) eu-west-2Europe (Paris) eu-west-3US East (N. Virginia) us-east-1US East (Ohio) us-east-2US West (N. California) us-west-1US West (Oregon) us-west-2 |
IPODPROV | IMAGETEXTVIDEO | TEXT | 2024-12-05 |
| Amazon |
Runtime
|
amazon.nova-micro-v1:03 variants — click to expandamazon.nova-micro-v1:0 IPOD amazon.nova-micro-v1:0:128k PROV amazon.nova-micro-v1:0:24k PROV |
128K ✓ max out: 5K · cutoff: Oct 2024 |
13 Asia Pacific (Tokyo) ap-northeast-1Asia Pacific (Seoul) ap-northeast-2Asia Pacific (Mumbai) ap-south-1Asia Pacific (Singapore) ap-southeast-1Asia Pacific (Sydney) ap-southeast-2Europe (Frankfurt) eu-central-1Europe (Stockholm) eu-north-1Europe (Ireland) eu-west-1Europe (London) eu-west-2Europe (Paris) eu-west-3US East (N. Virginia) us-east-1US East (Ohio) us-east-2US West (Oregon) us-west-2 |
IPODPROV | TEXT | TEXT | 2024-12-05 |
| Amazon |
Runtime
|
amazon.nova-pro-v1:03 variants — click to expandamazon.nova-pro-v1:0 IPOD amazon.nova-pro-v1:0:24k PROV amazon.nova-pro-v1:0:300k PROV |
300K ✓ max out: 5K · cutoff: Oct 2024 |
14 Asia Pacific (Tokyo) ap-northeast-1Asia Pacific (Seoul) ap-northeast-2Asia Pacific (Mumbai) ap-south-1Asia Pacific (Singapore) ap-southeast-1Asia Pacific (Sydney) ap-southeast-2Europe (Frankfurt) eu-central-1Europe (Stockholm) eu-north-1Europe (Ireland) eu-west-1Europe (London) eu-west-2Europe (Paris) eu-west-3US East (N. Virginia) us-east-1US East (Ohio) us-east-2US West (N. California) us-west-1US West (Oregon) us-west-2 |
IPODPROV | IMAGETEXTVIDEO | TEXT | 2024-12-05 |
| Amazon |
Runtime
|
amazon.nova-2-multimodal-embeddings-v1:0 |
— | 1 | OD | AUDIOIMAGETEXTVIDEO | EMBEDDING | — |
| Amazon |
Runtime
|
amazon.rerank-v1:0 |
— | 4 | OD | TEXT | TEXT | — |
| Amazon |
Runtime
|
amazon.titan-embed-text-v12 variants — click to expandamazon.titan-embed-text-v1 OD amazon.titan-embed-text-v1:2:8k PROV |
— | 4 | ODPROV | TEXT | EMBEDDING | — |
| Amazon |
Runtime
|
amazon.titan-embed-text-v2:0 |
— | 15 Asia Pacific (Tokyo) ap-northeast-1Asia Pacific (Seoul) ap-northeast-2Asia Pacific (Osaka) ap-northeast-3Asia Pacific (Mumbai) ap-south-1Asia Pacific (Sydney) ap-southeast-2Canada (Central) ca-central-1Europe (Frankfurt) eu-central-1Europe (Stockholm) eu-north-1Europe (Ireland) eu-west-1Europe (London) eu-west-2Europe (Paris) eu-west-3South America (Sao Paulo) sa-east-1US East (N. Virginia) us-east-1US East (Ohio) us-east-2US West (Oregon) us-west-2 |
OD | TEXT | EMBEDDING | — |
| Amazon |
Runtime
|
amazon.titan-embed-image-v12 variants — click to expandamazon.titan-embed-image-v1 OD amazon.titan-embed-image-v1:0 PROV |
— | 10 | ODPROV | IMAGETEXT | EMBEDDING | — |
| Amazon |
Runtime
|
amazon.titan-embed-text-v2:0:8k |
— | 2 | TEXT | EMBEDDING | — | |
| Amazon |
Runtime
|
amazon.titan-embed-g1-text-02 |
— | 2 | OD | TEXT | EMBEDDING | — |
| Amazon |
Nova Premier LEGACY
Runtime
|
amazon.nova-premier-v1:0⚠️ 调用需加前缀:
global. · us. · eu. · apac.5 variants — click to expandamazon.nova-premier-v1:0 IP LEGACY amazon.nova-premier-v1:0:1000k LEGACY amazon.nova-premier-v1:0:20k LEGACY amazon.nova-premier-v1:0:8k LEGACY amazon.nova-premier-v1:0:mm LEGACY |
1M ✓ max out: 25K · cutoff: Oct 2024 |
3 | IP | IMAGETEXTVIDEO | TEXT | 2025-10-31 |
| Amazon |
Nova Canvas LEGACY
Runtime
|
amazon.nova-canvas-v1:0 |
— | 3 | ODPROV | IMAGETEXT | IMAGE | 2024-12-03 |
| Amazon |
Nova Reel LEGACY
Runtime
|
amazon.nova-reel-v1:02 variants — click to expandamazon.nova-reel-v1:0 OD LEGACY amazon.nova-reel-v1:1 OD LEGACY |
— | 3 | OD | IMAGETEXT | VIDEO | 2024-12-03 |
| Amazon |
Nova Sonic LEGACY
Runtime
|
amazon.nova-sonic-v1:0 |
— | 3 | OD | SPEECH | SPEECHTEXT | — |
| Provider | Model Name | Model ID | Context | Regions | Inference | Input | Output | Launch ↓ |
|---|---|---|---|---|---|---|---|---|
| Meta |
Runtime
|
meta.llama4-maverick-17b-instruct-v1:0⚠️ 调用需加前缀:
global. · us. · eu. · apac.3 variants — click to expandmeta.llama4-maverick-17b-instruct-v1:0 IP meta.llama4-maverick-17b-instruct-v1:0:128k meta.llama4-maverick-17b-instruct-v1:0:1m |
1M ✓ max out: 8K · cutoff: Aug 2024 |
4 | IP | IMAGETEXT | TEXT | 2025-04-05 |
| Meta |
Runtime
|
meta.llama4-scout-17b-instruct-v1:0⚠️ 调用需加前缀:
global. · us. · eu. · apac.3 variants — click to expandmeta.llama4-scout-17b-instruct-v1:0 IP meta.llama4-scout-17b-instruct-v1:0:10m meta.llama4-scout-17b-instruct-v1:0:128k |
10M ✓ max out: 8K · cutoff: Aug 2024 |
4 | IP | IMAGETEXT | TEXT | 2025-04-05 |
| Meta |
Runtime
|
meta.llama3-3-70b-instruct-v1:02 variants — click to expandmeta.llama3-3-70b-instruct-v1:0 IPOD meta.llama3-3-70b-instruct-v1:0:128k |
128K ✓ max out: 4K · cutoff: Dec 2023 |
3 | IPOD | TEXT | TEXT | 2024-12-06 |
| Meta |
Runtime
|
meta.llama3-1-70b-instruct-v1:02 variants — click to expandmeta.llama3-1-70b-instruct-v1:0 IPOD meta.llama3-1-70b-instruct-v1:0:128k PROV |
128K ✓ max out: 4K · cutoff: Dec 2023 |
3 | IPODPROV | TEXT | TEXT | 2024-07-23 |
| Meta |
Runtime
|
meta.llama3-1-8b-instruct-v1:02 variants — click to expandmeta.llama3-1-8b-instruct-v1:0 IPOD meta.llama3-1-8b-instruct-v1:0:128k PROV |
128K ✓ max out: 4K · cutoff: Dec 2023 |
3 | IPODPROV | TEXT | TEXT | 2024-07-23 |
| Meta |
Runtime
|
meta.llama3-70b-instruct-v1:0 |
8K ✓ max out: 8K · cutoff: Dec 2023 |
5 | OD | TEXT | TEXT | 2024-04-18 |
| Meta |
Runtime
|
meta.llama3-8b-instruct-v1:0 |
8K ✓ max out: 8K · cutoff: Dec 2023 |
5 | OD | TEXT | TEXT | 2024-04-18 |
| Mistral AI |
Runtime
|
mistral.devstral-2-123b |
— | 11 Asia Pacific (Tokyo) ap-northeast-1Asia Pacific (Mumbai) ap-south-1Asia Pacific (Sydney) ap-southeast-2Europe (Frankfurt) eu-central-1Europe (Stockholm) eu-north-1Europe (Ireland) eu-west-1Europe (London) eu-west-2South America (Sao Paulo) sa-east-1US East (N. Virginia) us-east-1US East (Ohio) us-east-2US West (Oregon) us-west-2 |
OD | TEXT | TEXT | — |
| Mistral AI |
Runtime
|
mistral.magistral-small-2509 |
— | 9 | OD | IMAGETEXT | TEXT | — |
| Mistral AI |
Runtime
|
mistral.ministral-3-14b-instruct |
— | 9 | OD | IMAGETEXT | TEXT | — |
| Mistral AI |
Runtime
|
mistral.ministral-3-8b-instruct |
— | 9 | OD | IMAGETEXT | TEXT | — |
| Mistral AI |
Runtime
|
mistral.ministral-3-3b-instruct |
— | 9 | OD | IMAGETEXT | TEXT | — |
| Mistral AI |
Runtime
|
mistral.mistral-7b-instruct-v0:2 |
— | 9 | OD | TEXT | TEXT | — |
| Mistral AI |
Runtime
|
mistral.mistral-large-2402-v1:0 |
— | 9 | OD | TEXT | TEXT | — |
| Mistral AI |
Runtime
|
mistral.mistral-large-2407-v1:0 |
— | 1 | OD | TEXT | TEXT | — |
| Mistral AI |
Runtime
|
mistral.mistral-large-3-675b-instruct |
— | 7 | OD | IMAGETEXT | TEXT | — |
| Mistral AI |
Runtime
|
mistral.mistral-small-2402-v1:0 |
— | 1 | OD | TEXT | TEXT | — |
| Mistral AI |
Runtime
|
mistral.mixtral-8x7b-instruct-v0:1 |
— | 9 | OD | TEXT | TEXT | — |
| Mistral AI |
Runtime
|
mistral.pixtral-large-2502-v1:0⚠️ 调用需加前缀:
global. · us. · eu. · apac. |
— | 7 | IP | IMAGETEXT | TEXT | — |
| Mistral AI |
Runtime
|
mistral.voxtral-mini-3b-2507 |
— | 9 | OD | SPEECHTEXT | TEXT | — |
| Mistral AI |
Runtime
|
mistral.voxtral-small-24b-2507 |
— | 9 | OD | SPEECHTEXT | TEXT | — |
| Cohere |
Runtime
|
cohere.embed-v4:0 |
128K ✓ |
17 Asia Pacific (Tokyo) ap-northeast-1Asia Pacific (Seoul) ap-northeast-2Asia Pacific (Osaka) ap-northeast-3Asia Pacific (Mumbai) ap-south-1Asia Pacific (Singapore) ap-southeast-1Asia Pacific (Sydney) ap-southeast-2Canada (Central) ca-central-1Europe (Frankfurt) eu-central-1Europe (Stockholm) eu-north-1Europe (Ireland) eu-west-1Europe (London) eu-west-2Europe (Paris) eu-west-3South America (Sao Paulo) sa-east-1US East (N. Virginia) us-east-1US East (Ohio) us-east-2US West (N. California) us-west-1US West (Oregon) us-west-2 |
IPOD | IMAGETEXT | EMBEDDING | 2025-04-15 |
| Cohere |
Runtime
|
cohere.embed-english-v32 variants — click to expandcohere.embed-english-v3 OD cohere.embed-english-v3:0:512 PROV |
512 ✓ |
12 Asia Pacific (Tokyo) ap-northeast-1Asia Pacific (Mumbai) ap-south-1Asia Pacific (Singapore) ap-southeast-1Asia Pacific (Sydney) ap-southeast-2Canada (Central) ca-central-1Europe (Frankfurt) eu-central-1Europe (Ireland) eu-west-1Europe (London) eu-west-2Europe (Paris) eu-west-3South America (Sao Paulo) sa-east-1US East (N. Virginia) us-east-1US West (Oregon) us-west-2 |
ODPROV | TEXT | EMBEDDING | 2023-11-02 |
| Cohere |
Runtime
|
cohere.embed-multilingual-v32 variants — click to expandcohere.embed-multilingual-v3 OD cohere.embed-multilingual-v3:0:512 PROV |
512 ✓ |
12 Asia Pacific (Tokyo) ap-northeast-1Asia Pacific (Mumbai) ap-south-1Asia Pacific (Singapore) ap-southeast-1Asia Pacific (Sydney) ap-southeast-2Canada (Central) ca-central-1Europe (Frankfurt) eu-central-1Europe (Ireland) eu-west-1Europe (London) eu-west-2Europe (Paris) eu-west-3South America (Sao Paulo) sa-east-1US East (N. Virginia) us-east-1US West (Oregon) us-west-2 |
ODPROV | TEXT | EMBEDDING | 2023-11-02 |
| Cohere |
Runtime
|
cohere.rerank-v3-5:0 |
— | 5 | OD | TEXT | TEXT | — |
| AI21 Labs |
Jamba 1.5 Large LEGACY
Runtime
|
ai21.jamba-1-5-large-v1:0 |
— | 1 | OD | TEXT | TEXT | — |
| AI21 Labs |
Jamba 1.5 Mini LEGACY
Runtime
|
ai21.jamba-1-5-mini-v1:0 |
— | 1 | OD | TEXT | TEXT | — |
| Stability AI |
Runtime
|
stability.sd3-5-large-v1:0 |
— | 1 | OD | IMAGETEXT | IMAGE | — |
| Stability AI |
Runtime
|
stability.stable-conservative-upscale-v1:0⚠️ 调用需加前缀:
global. · us. · eu. · apac. |
— | 3 | IP | IMAGETEXT | IMAGE | — |
| Stability AI |
Runtime
|
stability.stable-image-control-sketch-v1:0⚠️ 调用需加前缀:
global. · us. · eu. · apac. |
— | 3 | IP | IMAGETEXT | IMAGE | — |
| Stability AI |
Runtime
|
stability.stable-image-control-structure-v1:0⚠️ 调用需加前缀:
global. · us. · eu. · apac. |
— | 3 | IP | IMAGETEXT | IMAGE | — |
| Stability AI |
Runtime
|
stability.stable-image-core-v1:1 |
— | 1 | OD | TEXT | IMAGE | — |
| Stability AI |
Runtime
|
stability.stable-creative-upscale-v1:0⚠️ 调用需加前缀:
global. · us. · eu. · apac. |
— | 3 | IP | IMAGETEXT | IMAGE | — |
| Stability AI |
Runtime
|
stability.stable-image-erase-object-v1:0⚠️ 调用需加前缀:
global. · us. · eu. · apac. |
— | 3 | IP | IMAGETEXT | IMAGE | — |
| Stability AI |
Runtime
|
stability.stable-fast-upscale-v1:0⚠️ 调用需加前缀:
global. · us. · eu. · apac. |
— | 3 | IP | IMAGETEXT | IMAGE | — |
| Stability AI |
Runtime
|
stability.stable-image-inpaint-v1:0⚠️ 调用需加前缀:
global. · us. · eu. · apac. |
— | 3 | IP | IMAGETEXT | IMAGE | — |
| Stability AI |
Runtime
|
stability.stable-outpaint-v1:0⚠️ 调用需加前缀:
global. · us. · eu. · apac. |
— | 3 | IP | IMAGETEXT | IMAGE | — |
| Stability AI |
Runtime
|
stability.stable-image-remove-background-v1:0⚠️ 调用需加前缀:
global. · us. · eu. · apac. |
— | 3 | IP | IMAGETEXT | IMAGE | — |
| Stability AI |
Runtime
|
stability.stable-image-search-recolor-v1:0⚠️ 调用需加前缀:
global. · us. · eu. · apac. |
— | 3 | IP | IMAGETEXT | IMAGE | — |
| Stability AI |
Runtime
|
stability.stable-image-search-replace-v1:0⚠️ 调用需加前缀:
global. · us. · eu. · apac. |
— | 3 | IP | IMAGETEXT | IMAGE | — |
| Stability AI |
Runtime
|
stability.stable-image-style-guide-v1:0⚠️ 调用需加前缀:
global. · us. · eu. · apac. |
— | 3 | IP | IMAGETEXT | IMAGE | — |
| Stability AI |
Runtime
|
stability.stable-style-transfer-v1:0⚠️ 调用需加前缀:
global. · us. · eu. · apac. |
— | 3 | IP | IMAGETEXT | IMAGE | — |
| Stability AI |
Runtime
|
stability.stable-image-ultra-v1:1 |
— | 1 | OD | TEXT | IMAGE | — |
|
Runtime
|
google.gemma-3-12b-it |
128K ✓ max out: 8K |
9 | OD | IMAGETEXT | TEXT | 2025-03-12 | |
|
Runtime
|
google.gemma-3-4b-it |
128K ✓ max out: 8K |
9 | OD | IMAGETEXT | TEXT | 2025-03-12 | |
|
Runtime
|
google.gemma-3-27b-it |
— | 9 | OD | IMAGETEXT | TEXT | — | |
|
Mantle
|
google.gemma-4-26b-a4b🔌 Endpoint:
bedrock-mantle · API: Responses / Chat Completions |
256K |
3 | MANTLE | IMAGETEXTVIDEO | TEXT | — | |
|
Mantle
|
google.gemma-4-31b🔌 Endpoint:
bedrock-mantle · API: Responses / Chat Completions |
256K |
3 | MANTLE | IMAGETEXTVIDEO | TEXT | — | |
|
Mantle
|
google.gemma-4-e2b🔌 Endpoint:
bedrock-mantle · API: Responses / Chat Completions |
128K |
3 | MANTLE | AUDIOIMAGETEXTVIDEO | TEXT | — | |
| Writer |
Runtime
|
writer.palmyra-vision-7b |
4K ✓ max out: 4K |
3 | OD | IMAGETEXT | TEXT | 2026-03-26 |
| Writer |
Runtime
|
writer.palmyra-x5-v1:0⚠️ 调用需加前缀:
global. · us. · eu. · apac. |
128K ✓ max out: 8K |
4 | IP | TEXT | TEXT | 2026-01-21 |
| Writer |
Runtime
|
writer.palmyra-x4-v1:0⚠️ 调用需加前缀:
global. · us. · eu. · apac. |
128K ✓ max out: 8K |
4 | IP | TEXT | TEXT | — |
| NVIDIA |
Runtime
|
nvidia.nemotron-super-3-120b |
256K ✓ max out: 32K |
11 Asia Pacific (Tokyo) ap-northeast-1Asia Pacific (Mumbai) ap-south-1Asia Pacific (Sydney) ap-southeast-2Europe (Frankfurt) eu-central-1Europe (Stockholm) eu-north-1Europe (Ireland) eu-west-1Europe (London) eu-west-2South America (Sao Paulo) sa-east-1US East (N. Virginia) us-east-1US East (Ohio) us-east-2US West (Oregon) us-west-2 |
OD | TEXT | TEXT | 2026-03-11 |
| NVIDIA |
Runtime
|
nvidia.nemotron-nano-3-30b |
256K ✓ max out: 8K |
9 | OD | TEXT | TEXT | 2025-12-15 |
| NVIDIA |
Runtime
|
nvidia.nemotron-nano-9b-v2 |
— | 9 | OD | TEXT | TEXT | 2025-08-18 |
| NVIDIA |
Runtime
|
nvidia.nemotron-nano-12b-v2 |
— | 9 | OD | IMAGETEXT | TEXT | — |
| TwelveLabs |
Runtime
|
twelvelabs.marengo-embed-3-0-v1:0 |
— | 3 | IPOD | IMAGESPEECHTEXTVIDEO | EMBEDDING | 2025-10-29 |
| TwelveLabs |
Runtime
|
twelvelabs.pegasus-1-2-v1:0 |
— | 17 Asia Pacific (Tokyo) ap-northeast-1Asia Pacific (Seoul) ap-northeast-2Asia Pacific (Osaka) ap-northeast-3Asia Pacific (Mumbai) ap-south-1Asia Pacific (Singapore) ap-southeast-1Asia Pacific (Sydney) ap-southeast-2Canada (Central) ca-central-1Europe (Frankfurt) eu-central-1Europe (Stockholm) eu-north-1Europe (Ireland) eu-west-1Europe (London) eu-west-2Europe (Paris) eu-west-3South America (Sao Paulo) sa-east-1US East (N. Virginia) us-east-1US East (Ohio) us-east-2US West (N. California) us-west-1US West (Oregon) us-west-2 |
IPOD | TEXTVIDEO | TEXT | — |
| TwelveLabs |
Marengo Embed v2.7 LEGACY
Runtime
|
twelvelabs.marengo-embed-2-7-v1:0⚠️ 调用需加前缀:
global. · us. · eu. · apac. |
— | 3 | IP | IMAGESPEECHTEXTVIDEO | EMBEDDING | — |
| Luma AI |
Runtime
|
luma.ray-v2:0 |
— | 1 | OD | TEXT | VIDEO | — |
bedrock:ListFoundationModels across 17 regions where this AWS account has access · Mantle models & launch dates from AWS official model-cards (manually curated) · Launch date shows "—" when not yet verified from AWS docs (never guessed) · Sorted by launch date desc, LEGACY at bottom.