Skip to content

Change OpenAI default to GPT-5.6 Luna - #8

Merged
dtump merged 1 commit into
mainfrom
change-openai-default-to-gpt-5-6-luna
Jul 20, 2026
Merged

Change OpenAI default to GPT-5.6 Luna#8
dtump merged 1 commit into
mainfrom
change-openai-default-to-gpt-5-6-luna

Conversation

@dtump

@dtump dtump commented Jul 20, 2026

Copy link
Copy Markdown
Owner

Summary

  • change the OpenAI fallback and example configuration default to gpt-5.6-luna
  • update README's supported-provider table
  • cover the fallback model with a unit test

Why

GPT-5.6 Luna is OpenAI's current high-volume, cost-efficient model and has a newer knowledge cutoff (February 16, 2026 vs. August 31, 2025 for GPT-5.4 mini). It costs 1.33x as much per input and output token ($1/$6 vs. $0.75/$4.50 per 1M tokens), which is acceptable for the updated default and should improve recognition of evolving spam patterns.

Tests

  • .venv/bin/ruff check .
  • .venv/bin/ruff format --check .
  • .venv/bin/pytest -v

@dtump
dtump merged commit 87c091d into main Jul 20, 2026
4 checks passed
@dtump
dtump deleted the change-openai-default-to-gpt-5-6-luna branch July 20, 2026 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant