Skip to content
Merged
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
79 changes: 79 additions & 0 deletions providers/aws-bedrock/in.openai.gpt-5.6-terra.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
costs:
- cache_creation_input_token_cost: 0.00000275
cache_read_input_token_cost: 2.2e-7
input_cost_per_token: 0.0000022
output_cost_per_token: 0.0000132
region: ap-south-2
tiered_pricing:
cache_read:
- cost_per_token: 4.4e-7
from: 272000
cache_write:
- cost_per_token: 0.0000055
from: 272000
input:
- cost_per_token: 0.0000044
from: 272000
output:
- cost_per_token: 0.0000198
from: 272000
pricing_mode: cumulative
- cache_creation_input_token_cost: 0.00000275
cache_read_input_token_cost: 2.2e-7
input_cost_per_token: 0.0000022
output_cost_per_token: 0.0000132
region: ap-south-1
tiered_pricing:
cache_read:
- cost_per_token: 4.4e-7
from: 272000
cache_write:
- cost_per_token: 0.0000055
from: 272000
input:
- cost_per_token: 0.0000044
from: 272000
output:
- cost_per_token: 0.0000198
from: 272000
pricing_mode: cumulative
features:
- function_calling
- parallel_function_calling
- tool_choice
- system_messages
- json_output
Comment thread
Archit-Kumar-16 marked this conversation as resolved.
- prompt_caching
limits:
context_window: 1050000
max_input_tokens: 922000
max_output_tokens: 128000
max_tokens: 128000
modalities:
input:
- text
- image
output:
- text
mode: chat
model: in.openai.gpt-5.6-terra
params:
- defaultValue: medium
key: reasoning_effort
supportedValues:
- none
- low
- medium
- high
- xhigh
- max
type: string
provisioning: serverless
sources:
- https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-openai-gpt-56-terra.html
- https://developers.openai.com/api/docs/models/gpt-5.6-terra
status: active
supportedModes:
- chat
- responses
thinking: true
Loading