Skip to content

Commit f20a33e

Browse files
committed
docs: add GPT-5.4 Nano, Gemini 3.1 Flash Lite to model tables
1 parent 7ea5d7b commit f20a33e

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,19 @@ The classifier runs in <1ms, 100% locally, and routes to one of four tiers:
139139

140140
## Available Models
141141

142+
### OpenAI GPT-5.4 Family
143+
| Model | Input Price | Output Price |
144+
|-------|-------------|--------------|
145+
| `openai/gpt-5.4` | $2.50/M | $15.00/M |
146+
| `openai/gpt-5.4-pro` | $30.00/M | $180.00/M |
147+
| `openai/gpt-5.4-nano` | $0.20/M | $1.25/M |
148+
142149
### OpenAI GPT-5 Family
143150
| Model | Input Price | Output Price |
144151
|-------|-------------|--------------|
152+
| `openai/gpt-5.3` | $1.75/M | $14.00/M |
145153
| `openai/gpt-5.2` | $1.75/M | $14.00/M |
146154
| `openai/gpt-5-mini` | $0.25/M | $2.00/M |
147-
| `openai/gpt-5-nano` | $0.05/M | $0.40/M |
148155
| `openai/gpt-5.2-pro` | $21.00/M | $168.00/M |
149156
| `openai/gpt-5.2-codex` | $1.75/M | $14.00/M |
150157

@@ -188,9 +195,11 @@ The classifier runs in <1ms, 100% locally, and routes to one of four tiers:
188195
| Model | Input Price | Output Price |
189196
|-------|-------------|--------------|
190197
| `google/gemini-3.1-pro` | $2.00/M | $12.00/M |
198+
| `google/gemini-3.1-flash-lite` | $0.25/M | $1.50/M |
191199
| `google/gemini-2.5-pro` | $1.25/M | $10.00/M |
192200
| `google/gemini-3-flash-preview` | $0.50/M | $3.00/M |
193201
| `google/gemini-2.5-flash` | $0.30/M | $2.50/M |
202+
| `google/gemini-2.5-flash-lite` | $0.10/M | $0.40/M |
194203

195204
### MiniMax
196205
| Model | Input Price | Output Price |

0 commit comments

Comments
 (0)