diff --git a/providers/amazon-bedrock/models/global.openai.gpt-5.6-luna.toml b/providers/amazon-bedrock/models/global.openai.gpt-5.6-luna.toml index 4873bf0a1d0..c33114248df 100644 --- a/providers/amazon-bedrock/models/global.openai.gpt-5.6-luna.toml +++ b/providers/amazon-bedrock/models/global.openai.gpt-5.6-luna.toml @@ -19,3 +19,6 @@ input = 0.40 output = 1.80 cache_read = 0.04 cache_write = 0.50 + +[modalities] +input = ["text", "image"] diff --git a/providers/amazon-bedrock/models/global.openai.gpt-5.6-sol.toml b/providers/amazon-bedrock/models/global.openai.gpt-5.6-sol.toml index 7a1098be550..9e1d3bec92f 100644 --- a/providers/amazon-bedrock/models/global.openai.gpt-5.6-sol.toml +++ b/providers/amazon-bedrock/models/global.openai.gpt-5.6-sol.toml @@ -19,3 +19,6 @@ input = 8.00 output = 30.00 cache_read = 0.80 cache_write = 10.00 + +[modalities] +input = ["text", "image"] diff --git a/providers/amazon-bedrock/models/global.openai.gpt-5.6-terra.toml b/providers/amazon-bedrock/models/global.openai.gpt-5.6-terra.toml index be22b54fca5..86163234fda 100644 --- a/providers/amazon-bedrock/models/global.openai.gpt-5.6-terra.toml +++ b/providers/amazon-bedrock/models/global.openai.gpt-5.6-terra.toml @@ -19,3 +19,6 @@ input = 4.00 output = 18.00 cache_read = 0.40 cache_write = 5.00 + +[modalities] +input = ["text", "image"] diff --git a/providers/amazon-bedrock/models/global.openai.gpt-6-astra.toml b/providers/amazon-bedrock/models/global.openai.gpt-6-astra.toml index 8fd07d08872..62366996d3e 100644 --- a/providers/amazon-bedrock/models/global.openai.gpt-6-astra.toml +++ b/providers/amazon-bedrock/models/global.openai.gpt-6-astra.toml @@ -19,3 +19,6 @@ input = 20.00 output = 75.00 cache_read = 2.00 cache_write = 25.00 + +[modalities] +input = ["text", "image"] diff --git a/providers/amazon-bedrock/models/us.openai.gpt-5.6-luna.toml b/providers/amazon-bedrock/models/us.openai.gpt-5.6-luna.toml index 98e3214639b..f863efd6589 100644 --- a/providers/amazon-bedrock/models/us.openai.gpt-5.6-luna.toml +++ b/providers/amazon-bedrock/models/us.openai.gpt-5.6-luna.toml @@ -20,3 +20,6 @@ input = 0.44 output = 1.98 cache_read = 0.044 cache_write = 0.55 + +[modalities] +input = ["text", "image"] diff --git a/providers/amazon-bedrock/models/us.openai.gpt-5.6-sol.toml b/providers/amazon-bedrock/models/us.openai.gpt-5.6-sol.toml index e492f79ec73..a11764d1d61 100644 --- a/providers/amazon-bedrock/models/us.openai.gpt-5.6-sol.toml +++ b/providers/amazon-bedrock/models/us.openai.gpt-5.6-sol.toml @@ -20,3 +20,6 @@ input = 8.80 output = 33.00 cache_read = 0.88 cache_write = 11.00 + +[modalities] +input = ["text", "image"] diff --git a/providers/amazon-bedrock/models/us.openai.gpt-5.6-terra.toml b/providers/amazon-bedrock/models/us.openai.gpt-5.6-terra.toml index 12add6584d1..3872d654e40 100644 --- a/providers/amazon-bedrock/models/us.openai.gpt-5.6-terra.toml +++ b/providers/amazon-bedrock/models/us.openai.gpt-5.6-terra.toml @@ -20,3 +20,6 @@ input = 4.40 output = 19.80 cache_read = 0.44 cache_write = 5.50 + +[modalities] +input = ["text", "image"] diff --git a/providers/amazon-bedrock/models/us.openai.gpt-6-astra.toml b/providers/amazon-bedrock/models/us.openai.gpt-6-astra.toml index eabeed2aede..bef19666660 100644 --- a/providers/amazon-bedrock/models/us.openai.gpt-6-astra.toml +++ b/providers/amazon-bedrock/models/us.openai.gpt-6-astra.toml @@ -19,3 +19,6 @@ input = 22.00 output = 82.50 cache_read = 2.20 cache_write = 27.50 + +[modalities] +input = ["text", "image"]