Skip to content
Open
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
81 changes: 81 additions & 0 deletions providers/azure-open-ai/gpt-5.6-luna.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
costs:
- cache_read_input_token_cost: 2.2e-8
input_cost_per_token: 2.2e-7
output_cost_per_token: 1.32e-6
region: datazone_us
tiered_pricing:
cache_read:
- cost_per_token: 4.4e-8
from: 272000
input:
- cost_per_token: 4.4e-7
from: 272000
output:
- cost_per_token: 1.98e-6
from: 272000
pricing_mode: cumulative
- cache_read_input_token_cost: 2.2e-8
input_cost_per_token: 2.2e-7
output_cost_per_token: 1.32e-6
region: datazone_eu
tiered_pricing:
cache_read:
- cost_per_token: 4.4e-8
from: 272000
input:
- cost_per_token: 4.4e-7
from: 272000
output:
- cost_per_token: 1.98e-6
from: 272000
pricing_mode: cumulative
- cache_read_input_token_cost: 2e-8
input_cost_per_token: 2e-7
output_cost_per_token: 1.2e-6
region: "*"
tiered_pricing:
cache_read:
- cost_per_token: 4e-8
from: 272000
input:
- cost_per_token: 4e-7
from: 272000
output:
- cost_per_token: 1.8e-6
from: 272000
pricing_mode: cumulative
features:
- function_calling
- parallel_function_calling
- prompt_caching
- structured_output
- system_messages
- tool_choice
limits:
max_input_tokens: 1050000
max_output_tokens: 128000
max_tokens: 128000
modalities:
input:
- text
- image
- pdf
output:
- text
mode: chat

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Archit-Kumar-16 I think it only supports responses. Conform it and fix it if required. If it is supporting max completion tokens but not max tokens, fix that as well.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It supports both responses and chat completion. Make sure you have a remove parameter with max_tokens and a parameter with max_completion_tokens.

model: gpt-5.6-luna
params:
- defaultValue: medium
key: reasoning_effort
supportedValues:
- none
- low
- medium
- high
- xhigh
type: string
retirementDate: "2028-01-11"
status: active
supportedModes:
- chat
thinking: true
Loading