Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions models/amazon/nova-2-lite.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
# Sources: https://docs.aws.amazon.com/nova/latest/nova2-userguide/what-is-nova-2.html
# https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-amazon-nova-2-lite.html
# Launch: https://aws.amazon.com/about-aws/whats-new/2025/12/nova-2-foundation-models-amazon-bedrock/
name = "Nova 2 Lite"
description = "Multimodal reasoning model for visual analysis, planning, and tool use"
family = "nova"
release_date = "2025-12-01"
last_updated = "2025-12-01"
release_date = "2025-12-02"
last_updated = "2025-12-02"
attachment = true
reasoning = true
temperature = true
knowledge = "2025-10"
tool_call = true
open_weights = false

[limit]
context = 1_000_000
output = 64_000
output = 65_536

[modalities]
input = ["text", "image", "video", "pdf"]
Expand Down
9 changes: 7 additions & 2 deletions models/amazon/nova-lite.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Sources: https://docs.aws.amazon.com/nova/latest/userguide/what-is-nova.html
# https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-amazon-nova-lite.html
# Launch: https://aws.amazon.com/blogs/aws/introducing-amazon-nova-frontier-intelligence-and-industry-leading-price-performance/
# PDF document input is supported through Bedrock Converse.
# Output: the Nova V1 guide's 10K is confirmed by US Bedrock Converse boundary checks (2026-09-09).
name = "Nova Lite"
description = "Efficient model for low-latency assistance, extraction, and routine automation"
family = "nova-lite"
Expand All @@ -12,8 +17,8 @@ open_weights = false

[limit]
context = 300_000
output = 8_192
output = 10_000

[modalities]
input = ["text", "image", "video"]
input = ["text", "image", "video", "pdf"]
output = ["text"]
6 changes: 5 additions & 1 deletion models/amazon/nova-micro.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Sources: https://docs.aws.amazon.com/nova/latest/userguide/what-is-nova.html
# https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-amazon-nova-micro.html
# Launch: https://aws.amazon.com/blogs/aws/introducing-amazon-nova-frontier-intelligence-and-industry-leading-price-performance/
# Output: the Nova V1 guide's 10K is confirmed by US Bedrock Converse boundary checks (2026-09-09).
name = "Nova Micro"
description = "Efficient model for low-latency assistance, extraction, and routine automation"
family = "nova-micro"
Expand All @@ -12,7 +16,7 @@ open_weights = false

[limit]
context = 128_000
output = 8_192
output = 10_000

[modalities]
input = ["text"]
Expand Down
23 changes: 23 additions & 0 deletions models/amazon/nova-premier.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Launch: https://aws.amazon.com/blogs/aws/amazon-nova-premier-our-most-capable-model-for-complex-tasks-and-teacher-for-model-distillation/
# Specs (including 10K output): https://docs.aws.amazon.com/nova/latest/userguide/what-is-nova.html
# Prompted CoT, not a native thinking mode: https://docs.aws.amazon.com/nova/latest/userguide/prompting-chain-of-thought.html
# Bedrock's generic Premier card conflicts on launch date, output limit, and reasoning; use the Nova V1 guide and launch announcement.
name = "Nova Premier"
description = "Multimodal model for complex analysis, long-context understanding, tool use, and model distillation"
family = "nova"
release_date = "2025-04-30"
last_updated = "2025-04-30"
attachment = true
reasoning = false
temperature = true
knowledge = "2024-10"
tool_call = true
open_weights = false

[limit]
context = 1_000_000
output = 10_000

[modalities]
input = ["text", "image", "video", "pdf"]
output = ["text"]
9 changes: 7 additions & 2 deletions models/amazon/nova-pro.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Sources: https://docs.aws.amazon.com/nova/latest/userguide/what-is-nova.html
# https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-amazon-nova-pro.html
# Launch: https://aws.amazon.com/blogs/aws/introducing-amazon-nova-frontier-intelligence-and-industry-leading-price-performance/
# PDF document input is supported through Bedrock Converse.
# Output: the Nova V1 guide's 10K is confirmed by US Bedrock Converse boundary checks (2026-09-09).
name = "Nova Pro"
description = "Flagship model for demanding analysis, coding, and production agent workflows"
family = "nova-pro"
Expand All @@ -12,8 +17,8 @@ open_weights = false

[limit]
context = 300_000
output = 8_192
output = 10_000

[modalities]
input = ["text", "image", "video"]
input = ["text", "image", "video", "pdf"]
output = ["text"]
30 changes: 14 additions & 16 deletions providers/amazon-bedrock/models/amazon.nova-2-lite-v1:0.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
name = "Nova 2 Lite"
description = "Multimodal reasoning model for visual analysis, planning, and tool use"
family = "nova"
release_date = "2024-12-01"
last_updated = "2024-12-01"
attachment = false
reasoning = true
# Model: https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-amazon-nova-2-lite.html
# Pricing: https://pricing.us-east-1.amazonaws.com/offers/v1.0/aws/AmazonBedrock/current/us-east-1/index.json
# Standard us-east-1 reference rates, USD/MTok; rates vary by source Region. Cache writes billed at input rate; no surcharge.
# Cache billing: https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-caching.html
# Reasoning: https://docs.aws.amazon.com/nova/latest/nova2-userguide/extended-thinking.html
# Toggle: additionalModelRequestFields.reasoningConfig.type = enabled|disabled (Converse).
# Effort: additionalModelRequestFields.reasoningConfig.maxReasoningEffort = low|medium|high.
# High effort requires omitting temperature, topP, topK, and maxTokens.
# Bedrock output cap: US Converse boundary check (2026-09-09) accepts 65,535 and rejects 65,536.
# Lab specs: https://docs.aws.amazon.com/nova/latest/nova2-userguide/what-is-nova-2.html
base_model = "amazon/nova-2-lite"
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["low", "medium", "high"] }]
temperature = true
tool_call = true
open_weights = false

[cost]
input = 0.33
output = 2.75
cache_read = 0.0825
cache_write = 0.33

[limit]
context = 128_000
output = 4_096

[modalities]
input = ["text", "image", "video"]
output = ["text"]
output = 65_535
25 changes: 6 additions & 19 deletions providers/amazon-bedrock/models/amazon.nova-lite-v1:0.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,11 @@
name = "Nova Lite"
description = "Efficient model for low-latency assistance, extraction, and routine automation"
family = "nova-lite"
release_date = "2024-12-03"
last_updated = "2024-12-03"
attachment = true
reasoning = false
temperature = true
knowledge = "2024-10"
tool_call = true
open_weights = false
# Model: https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-amazon-nova-lite.html
# Pricing: https://pricing.us-east-1.amazonaws.com/offers/v1.0/aws/AmazonBedrock/current/us-east-1/index.json
# Standard us-east-1 reference rates, USD/MTok; rates vary by source Region. Cache writes billed at input rate; no surcharge.
# Cache billing: https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-caching.html
base_model = "amazon/nova-lite"

[cost]
input = 0.06
output = 0.24
cache_read = 0.015

[limit]
context = 300_000
output = 8_192

[modalities]
input = ["text", "image", "video"]
output = ["text"]
cache_write = 0.06
25 changes: 6 additions & 19 deletions providers/amazon-bedrock/models/amazon.nova-micro-v1:0.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,11 @@
name = "Nova Micro"
description = "Efficient model for low-latency assistance, extraction, and routine automation"
family = "nova-micro"
release_date = "2024-12-03"
last_updated = "2024-12-03"
attachment = false
reasoning = false
temperature = true
knowledge = "2024-10"
tool_call = true
open_weights = false
# Model: https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-amazon-nova-micro.html
# Pricing: https://pricing.us-east-1.amazonaws.com/offers/v1.0/aws/AmazonBedrock/current/us-east-1/index.json
# Standard us-east-1 reference rates, USD/MTok; rates vary by source Region. Cache writes billed at input rate; no surcharge.
# Cache billing: https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-caching.html
base_model = "amazon/nova-micro"

[cost]
input = 0.035
output = 0.14
cache_read = 0.00875

[limit]
context = 128_000
output = 8_192

[modalities]
input = ["text"]
output = ["text"]
cache_write = 0.035
25 changes: 6 additions & 19 deletions providers/amazon-bedrock/models/amazon.nova-pro-v1:0.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,11 @@
name = "Nova Pro"
description = "Flagship model for demanding analysis, coding, and production agent workflows"
family = "nova-pro"
release_date = "2024-12-03"
last_updated = "2024-12-03"
attachment = true
reasoning = false
temperature = true
knowledge = "2024-10"
tool_call = true
open_weights = false
# Model: https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-amazon-nova-pro.html
# Pricing: https://pricing.us-east-1.amazonaws.com/offers/v1.0/aws/AmazonBedrock/current/us-east-1/index.json
# Standard us-east-1 reference rates, USD/MTok; rates vary by source Region. Cache writes billed at input rate; no surcharge.
# Cache billing: https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-caching.html
base_model = "amazon/nova-pro"

[cost]
input = 0.80
output = 3.20
cache_read = 0.20

[limit]
context = 300_000
output = 8_192

[modalities]
input = ["text", "image", "video"]
output = ["text"]
cache_write = 0.80
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# APAC cross-Region inference profile, verified via ListInferenceProfiles from ap-southeast-2.
# Priced at ap-southeast-2 standard; also invocable from ap-northeast-1/ap-southeast-1 where regional rates differ slightly.
# Prices (Price List): input/output/cache-read USD per 1M tokens; Nova has no cache-write charge.
# APAC cross-Region profile verified by ListInferenceProfiles (ap-southeast-2, 2026-09-08).
# Model: https://docs.aws.amazon.com/nova/latest/userguide/what-is-nova.html
# Pricing: https://pricing.us-east-1.amazonaws.com/offers/v1.0/aws/AmazonBedrock/current/ap-southeast-2/index.json
# Standard ap-southeast-2 reference rates, USD/MTok; rates vary by source Region. Cache writes billed at input rate; no surcharge.
# Cache billing: https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-caching.html
base_model = "amazon/nova-lite"
name = "Nova Lite (APAC)"

[cost]
input = 0.063
output = 0.252
cache_read = 0.01575
cache_write = 0.063
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# APAC cross-Region inference profile, verified via ListInferenceProfiles from ap-southeast-2.
# Priced at ap-southeast-2 standard; also invocable from ap-northeast-1/ap-southeast-1 where regional rates differ slightly.
# Prices (Price List): input/output/cache-read USD per 1M tokens; Nova has no cache-write charge.
# APAC cross-Region profile verified by ListInferenceProfiles (ap-southeast-2, 2026-09-08).
# Model: https://docs.aws.amazon.com/nova/latest/userguide/what-is-nova.html
# Pricing: https://pricing.us-east-1.amazonaws.com/offers/v1.0/aws/AmazonBedrock/current/ap-southeast-2/index.json
# Standard ap-southeast-2 reference rates, USD/MTok; rates vary by source Region. Cache writes billed at input rate; no surcharge.
# Cache billing: https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-caching.html
base_model = "amazon/nova-micro"
name = "Nova Micro (APAC)"

[cost]
input = 0.037
output = 0.148
cache_read = 0.00925
cache_write = 0.037
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# APAC cross-Region inference profile, verified via ListInferenceProfiles from ap-southeast-2.
# Priced at ap-southeast-2 standard; also invocable from ap-northeast-1/ap-southeast-1 where regional rates differ slightly.
# Prices (Price List): input/output/cache-read USD per 1M tokens; Nova has no cache-write charge.
# APAC cross-Region profile verified by ListInferenceProfiles (ap-southeast-2, 2026-09-08).
# Model: https://docs.aws.amazon.com/nova/latest/userguide/what-is-nova.html
# Pricing: https://pricing.us-east-1.amazonaws.com/offers/v1.0/aws/AmazonBedrock/current/ap-southeast-2/index.json
# Standard ap-southeast-2 reference rates, USD/MTok; rates vary by source Region. Cache writes billed at input rate; no surcharge.
# Cache billing: https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-caching.html
base_model = "amazon/nova-pro"
name = "Nova Pro (APAC)"

[cost]
input = 0.840
output = 3.360
cache_read = 0.210
cache_write = 0.840
8 changes: 6 additions & 2 deletions providers/amazon-bedrock/models/ca.amazon.nova-lite-v1:0.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# CA cross-Region inference profile, verified via ListInferenceProfiles from ca-central-1.
# CA geo pricing (Price List ca-central-1 standard): input/output/cache-read USD per 1M tokens; Nova has no cache-write charge.
# CA cross-Region profile verified by ListInferenceProfiles (ca-central-1, 2026-09-08).
# Model: https://docs.aws.amazon.com/nova/latest/userguide/what-is-nova.html
# Pricing: https://pricing.us-east-1.amazonaws.com/offers/v1.0/aws/AmazonBedrock/current/ca-central-1/index.json
# Standard ca-central-1 reference rates, USD/MTok; rates vary by source Region. Cache writes billed at input rate; no surcharge.
# Cache billing: https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-caching.html
base_model = "amazon/nova-lite"
name = "Nova Lite (CA)"

[cost]
input = 0.064
output = 0.256
cache_read = 0.016
cache_write = 0.064
17 changes: 14 additions & 3 deletions providers/amazon-bedrock/models/eu.amazon.nova-2-lite-v1:0.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# EU cross-Region inference profile, verified via ListInferenceProfiles from eu-west-1.
# EU geo pricing (Price List eu-west-1 standard): input/output/cache-read USD per 1M tokens; Nova has no cache-write charge.
# Toggle: reasoningConfig.type = enabled|disabled; Effort: reasoningConfig.maxReasoningEffort = low|medium|high
# EU cross-Region profile verified by ListInferenceProfiles (eu-west-1, 2026-09-08).
# Pricing: https://pricing.us-east-1.amazonaws.com/offers/v1.0/aws/AmazonBedrock/current/eu-west-1/index.json
# Standard eu-west-1 reference rates, USD/MTok; rates vary by source Region. Cache writes billed at input rate; no surcharge.
# Cache billing: https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-caching.html
# Reasoning: https://docs.aws.amazon.com/nova/latest/nova2-userguide/extended-thinking.html
# Toggle: additionalModelRequestFields.reasoningConfig.type = enabled|disabled (Converse).
# Effort: additionalModelRequestFields.reasoningConfig.maxReasoningEffort = low|medium|high.
# High effort requires omitting temperature, topP, topK, and maxTokens.
# Bedrock output cap: US Converse boundary check (2026-09-09) accepts 65,535 and rejects 65,536.
# Lab specs: https://docs.aws.amazon.com/nova/latest/nova2-userguide/what-is-nova-2.html
base_model = "amazon/nova-2-lite"
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["low", "medium", "high"] }]
name = "Nova 2 Lite (EU)"
Expand All @@ -9,3 +16,7 @@ name = "Nova 2 Lite (EU)"
input = 0.374
output = 3.157
cache_read = 0.0935
cache_write = 0.374

[limit]
output = 65_535
8 changes: 6 additions & 2 deletions providers/amazon-bedrock/models/eu.amazon.nova-lite-v1:0.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# EU cross-Region inference profile, verified via ListInferenceProfiles from eu-west-1.
# EU geo pricing (Price List eu-west-1 standard): input/output/cache-read USD per 1M tokens; Nova has no cache-write charge.
# EU cross-Region profile verified by ListInferenceProfiles (eu-west-1, 2026-09-08).
# Model: https://docs.aws.amazon.com/nova/latest/userguide/what-is-nova.html
# Pricing: https://pricing.us-east-1.amazonaws.com/offers/v1.0/aws/AmazonBedrock/current/eu-west-1/index.json
# Standard eu-west-1 reference rates, USD/MTok; rates vary by source Region. Cache writes billed at input rate; no surcharge.
# Cache billing: https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-caching.html
base_model = "amazon/nova-lite"
name = "Nova Lite (EU)"

[cost]
input = 0.069
output = 0.276
cache_read = 0.01725
cache_write = 0.069
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# EU cross-Region inference profile, verified via ListInferenceProfiles from eu-west-1.
# EU geo pricing (Price List eu-west-1 standard): input/output/cache-read USD per 1M tokens; Nova has no cache-write charge.
# EU cross-Region profile verified by ListInferenceProfiles (eu-west-1, 2026-09-08).
# Model: https://docs.aws.amazon.com/nova/latest/userguide/what-is-nova.html
# Pricing: https://pricing.us-east-1.amazonaws.com/offers/v1.0/aws/AmazonBedrock/current/eu-west-1/index.json
# Standard eu-west-1 reference rates, USD/MTok; rates vary by source Region. Cache writes billed at input rate; no surcharge.
# Cache billing: https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-caching.html
base_model = "amazon/nova-micro"
name = "Nova Micro (EU)"

[cost]
input = 0.040
output = 0.160
cache_read = 0.010
cache_write = 0.040
8 changes: 6 additions & 2 deletions providers/amazon-bedrock/models/eu.amazon.nova-pro-v1:0.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# EU cross-Region inference profile, verified via ListInferenceProfiles from eu-west-1.
# EU geo pricing (Price List eu-west-1 standard): input/output/cache-read USD per 1M tokens; Nova has no cache-write charge.
# EU cross-Region profile verified by ListInferenceProfiles (eu-west-1, 2026-09-08).
# Model: https://docs.aws.amazon.com/nova/latest/userguide/what-is-nova.html
# Pricing: https://pricing.us-east-1.amazonaws.com/offers/v1.0/aws/AmazonBedrock/current/eu-west-1/index.json
# Standard eu-west-1 reference rates, USD/MTok; rates vary by source Region. Cache writes billed at input rate; no surcharge.
# Cache billing: https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-caching.html
base_model = "amazon/nova-pro"
name = "Nova Pro (EU)"

[cost]
input = 0.920
output = 3.680
cache_read = 0.230
cache_write = 0.920
Loading
Loading