@dreb/ai 2.25.2 → 2.25.3
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 +2 -0
- package/dist/models.generated.d.ts +1 -1
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +1 -1
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/openai-completions.d.ts.map +1 -1
- package/dist/providers/openai-completions.js +20 -5
- package/dist/providers/openai-completions.js.map +1 -1
- package/dist/utils/oauth/kimi-coding.d.ts.map +1 -1
- package/dist/utils/oauth/kimi-coding.js +3 -0
- package/dist/utils/oauth/kimi-coding.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1133,6 +1133,8 @@ const response = await complete(model, {
|
|
|
1133
1133
|
|
|
1134
1134
|
**Google Gemini CLI / Antigravity**: These use Google Cloud OAuth. The `apiKey` returned by `getOAuthApiKey()` is a JSON string containing both the token and project ID, which the library handles automatically.
|
|
1135
1135
|
|
|
1136
|
+
**Kimi For Coding**: API-key models use Kimi's Anthropic-compatible coding API. OAuth models use the Kimi Code subscription endpoint and `kimi-for-coding` accepts OpenAI-style multimodal content arrays with base64 `image_url` data URLs. Moonshot Open Platform vision examples use a different base URL, and first-party Kimi CLI media handling may differ.
|
|
1137
|
+
|
|
1136
1138
|
## Development
|
|
1137
1139
|
|
|
1138
1140
|
### Adding a New Provider
|