@earendil-works/pi-ai 0.79.5 → 0.79.6
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.
|
@@ -9731,6 +9731,7 @@ export declare const MODELS: {
|
|
|
9731
9731
|
compat: {
|
|
9732
9732
|
maxTokensField: "max_tokens";
|
|
9733
9733
|
requiresReasoningContentOnAssistantMessages: true;
|
|
9734
|
+
thinkingFormat: "deepseek";
|
|
9734
9735
|
};
|
|
9735
9736
|
reasoning: true;
|
|
9736
9737
|
thinkingLevelMap: {
|
|
@@ -9759,6 +9760,7 @@ export declare const MODELS: {
|
|
|
9759
9760
|
compat: {
|
|
9760
9761
|
maxTokensField: "max_tokens";
|
|
9761
9762
|
requiresReasoningContentOnAssistantMessages: true;
|
|
9763
|
+
thinkingFormat: "deepseek";
|
|
9762
9764
|
};
|
|
9763
9765
|
reasoning: true;
|
|
9764
9766
|
thinkingLevelMap: {
|