ai-sdk-provider-claude-code 2.2.0 → 2.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js.map +1 -1
- package/docs/ai-sdk-v5/GUIDE.md +16 -16
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -192,9 +192,11 @@ Key changes:
|
|
|
192
192
|
|
|
193
193
|
## Models
|
|
194
194
|
|
|
195
|
-
- **`opus`** - Claude
|
|
196
|
-
- **`sonnet`** - Claude
|
|
197
|
-
- **`haiku`** - Claude
|
|
195
|
+
- **`opus`** - Claude Opus (most capable)
|
|
196
|
+
- **`sonnet`** - Claude Sonnet (balanced performance)
|
|
197
|
+
- **`haiku`** - Claude Haiku (fastest, most cost-effective)
|
|
198
|
+
|
|
199
|
+
You can also use full model identifiers directly (e.g., `claude-opus-4-5`, `claude-sonnet-4-5-20250514`).
|
|
198
200
|
|
|
199
201
|
## Documentation
|
|
200
202
|
|