@nikcli-ai/sdk 1.96.0 → 1.97.0
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.
|
@@ -2147,11 +2147,11 @@ export type RagConfig = {
|
|
|
2147
2147
|
*/
|
|
2148
2148
|
export type ImageConfig = {
|
|
2149
2149
|
/**
|
|
2150
|
-
* Image generation model (e.g., openai/gpt-5-image,
|
|
2150
|
+
* Image generation model ID (e.g., gpt-image-1, imagen-4.0-generate-001, openai/gpt-5-image, black-forest-labs/FLUX.1-dev). Any model ID works — not limited to the presets in the generate_image tool.
|
|
2151
2151
|
*/
|
|
2152
2152
|
model?: string;
|
|
2153
2153
|
/**
|
|
2154
|
-
* Provider for image generation (e.g.,
|
|
2154
|
+
* Provider ID for image generation (e.g., openai, google, xai, togetherai, openrouter). Determines which SDK authenticates the request.
|
|
2155
2155
|
*/
|
|
2156
2156
|
provider?: string;
|
|
2157
2157
|
};
|