@caupulican/pi-ai 0.80.1 → 0.80.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/dist/models.generated.d.ts +1 -1
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +28 -28
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/amazon-bedrock.d.ts.map +1 -1
- package/dist/providers/amazon-bedrock.js +44 -24
- package/dist/providers/amazon-bedrock.js.map +1 -1
- package/dist/providers/openai-completions.d.ts.map +1 -1
- package/dist/providers/openai-completions.js +1 -2
- package/dist/providers/openai-completions.js.map +1 -1
- package/package.json +1 -1
|
@@ -15026,7 +15026,7 @@ export declare const MODELS: {
|
|
|
15026
15026
|
api: "anthropic-messages";
|
|
15027
15027
|
provider: string;
|
|
15028
15028
|
baseUrl: string;
|
|
15029
|
-
reasoning:
|
|
15029
|
+
reasoning: true;
|
|
15030
15030
|
input: ("image" | "text")[];
|
|
15031
15031
|
cost: {
|
|
15032
15032
|
input: number;
|