Skip to content

Commit b833a87

Browse files
author
1bcMax
committed
Update model list to match actual supported models
- Add Claude Opus 4.5 (latest Anthropic flagship) - Add Flux 1.1 Pro (Black Forest Labs image model) - Remove Qwen models (not currently supported)
1 parent b1a54c1 commit b833a87

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ That's it. The SDK handles x402 payment automatically.
7272
### Anthropic Claude
7373
| Model | Input Price | Output Price |
7474
|-------|-------------|--------------|
75+
| `anthropic/claude-opus-4.5` | $15.00/M | $75.00/M |
7576
| `anthropic/claude-opus-4` | $15.00/M | $75.00/M |
7677
| `anthropic/claude-sonnet-4` | $3.00/M | $15.00/M |
7778
| `anthropic/claude-haiku-4.5` | $1.00/M | $5.00/M |
@@ -89,13 +90,6 @@ That's it. The SDK handles x402 payment automatically.
8990
| `deepseek/deepseek-chat` | $0.28/M | $0.42/M |
9091
| `deepseek/deepseek-reasoner` | $0.28/M | $0.42/M |
9192

92-
### Qwen (Alibaba)
93-
| Model | Input Price | Output Price |
94-
|-------|-------------|--------------|
95-
| `qwen/qwen3-max` | $0.46/M | $1.84/M |
96-
| `qwen/qwen-plus` | $0.10/M | $0.30/M |
97-
| `qwen/qwen-turbo` | $0.02/M | $0.06/M |
98-
9993
### xAI Grok
10094
| Model | Input Price | Output Price |
10195
|-------|-------------|--------------|
@@ -108,6 +102,7 @@ That's it. The SDK handles x402 payment automatically.
108102
|-------|-------|
109103
| `openai/dall-e-3` | $0.04-0.08/image |
110104
| `openai/gpt-image-1` | $0.02-0.04/image |
105+
| `black-forest/flux-1.1-pro` | $0.04/image |
111106
| `google/nano-banana` | $0.05/image |
112107
| `google/nano-banana-pro` | $0.10-0.15/image |
113108

0 commit comments

Comments
 (0)