@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 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
@@ -4853,7 +4853,7 @@ export declare const MODELS: {
4853
4853
  supportsDeveloperRole: false;
4854
4854
  };
4855
4855
  reasoning: true;
4856
- input: "text"[];
4856
+ input: ("image" | "text")[];
4857
4857
  cost: {
4858
4858
  input: number;
4859
4859
  output: number;