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
86 changes: 86 additions & 0 deletions providers/microsoft-foundry/gpt-6-astra.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
costs:
- cache_creation_input_token_cost: 0.0000125
cache_read_input_token_cost: 0.000001
input_cost_per_token: 0.00001
output_cost_per_token: 0.00005
region: global
tiered_pricing:
cache_read:
- cost_per_token: 0.000002
from: 272000
cache_write:
- cost_per_token: 0.000025
from: 272000
input:
- cost_per_token: 0.00002
from: 272000
output:
- cost_per_token: 0.000075
from: 272000
pricing_mode: cumulative
- cache_creation_input_token_cost: 0.00001375
cache_read_input_token_cost: 0.0000011
input_cost_per_token: 0.000011
output_cost_per_token: 0.000055
region: datazone_us
tiered_pricing:
cache_read:
- cost_per_token: 0.0000022
from: 272000
cache_write:
- cost_per_token: 0.0000275
from: 272000
input:
- cost_per_token: 0.000022
from: 272000
output:
- cost_per_token: 0.0000825
from: 272000
pricing_mode: cumulative
features:
- function_calling
- parallel_function_calling
- prompt_caching
- structured_output
- system_messages
- tool_choice
- json_output
limits:
context_window: 1050000
max_input_tokens: 922000
max_output_tokens: 128000
max_tokens: 128000
modalities:
input:
- text
- image
output:
- text
mode: chat
model: gpt-6-astra
params:
- defaultValue: medium
key: reasoning_effort
supportedValues:
- none
- low
- medium
- high
- xhigh
- max

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Unsupported reasoning_effort value listed

Medium Severity

reasoning_effort supportedValues includes none, which this model does not accept. Official GPT-6 Astra docs and the same-catalog gpt-6-astra-2026-09-03-private entry list only low, medium, high, xhigh, and max. Callers that send none will get rejected by the API.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit f038de4. Configure here.

type: string
- key: max_completion_tokens
maxValue: 128000
minValue: 1
type: number
provisioning: serverless
removeParams:
- temperature
- top_p
- max_tokens
sources:
- https://azure.microsoft.com/en-us/blog/gpt-6-astra-frontier-intelligence-for-work-now-generally-available-in-microsoft-foundry/
status: active
supportedModes:
- chat
thinking: true
Loading