OpenAI cuts GPT-5.6 Sol to $4/$20 — 20–33% off through November
A promo cut on OpenAI's flagship reasoning tier lands straight in your bill. Plus Grok 4.6 hits Bedrock, and a Copilot-blessed CI flaw reached Snowflake's Jira.

Copy markdown
Sol reasoning tier drops to $4 in, $20 out
OpenAI cut GPT-5.6 Sol from $5 to $4 per million input tokens (−20%) and from $30 to $20 output (−33%), a promo running at least through Nov 21, 2026. If Sol sits in a production path, that's an instant 20–33% cost cut with zero code changes.
Grok 4.6 is now GA on Amazon Bedrock
xAI's 500K-context model is generally available on Bedrock at roughly $2.20 in / $6.60 out per million, gated by your existing IAM roles and regions. A new long-context frontier option you can wire up with an AWS role instead of a separate xAI API key.
A Copilot-blessed CI flaw reached Snowflake's Jira
Wiz's red-team agent found a GitHub Actions command injection in Snowflake's .NET connector — a jira_issue.yml step piping github.event.issue.title straight into a shell, in a PR that Copilot Autofix had reviewed and cleared. A crafted issue title leaked a Jira token with read access to internal projects; GitHub disputes the framing. Fix: never expand untrusted github.event.* inside a run: block — route it through env: and quote it.