@kolisachint/hoocode-ai 0.1.4 → 0.2.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.
@@ -8955,13 +8955,24 @@ export declare const MODELS: {
8955
8955
  contextWindow: number;
8956
8956
  maxTokens: number;
8957
8957
  };
8958
- readonly "deepseep-v4-flash-free": {
8958
+ readonly "deepseek-v4-flash-free": {
8959
8959
  id: string;
8960
8960
  name: string;
8961
8961
  api: "openai-completions";
8962
8962
  provider: string;
8963
8963
  baseUrl: string;
8964
+ compat: {
8965
+ requiresReasoningContentOnAssistantMessages: true;
8966
+ thinkingFormat: "deepseek";
8967
+ };
8964
8968
  reasoning: true;
8969
+ thinkingLevelMap: {
8970
+ minimal: null;
8971
+ low: null;
8972
+ medium: null;
8973
+ high: string;
8974
+ xhigh: string;
8975
+ };
8965
8976
  input: "text"[];
8966
8977
  cost: {
8967
8978
  input: number;
@@ -10134,6 +10145,23 @@ export declare const MODELS: {
10134
10145
  contextWindow: number;
10135
10146
  maxTokens: number;
10136
10147
  };
10148
+ readonly "arcee-ai/trinity-large-thinking:free": {
10149
+ id: string;
10150
+ name: string;
10151
+ api: "openai-completions";
10152
+ provider: string;
10153
+ baseUrl: string;
10154
+ reasoning: true;
10155
+ input: "text"[];
10156
+ cost: {
10157
+ input: number;
10158
+ output: number;
10159
+ cacheRead: number;
10160
+ cacheWrite: number;
10161
+ };
10162
+ contextWindow: number;
10163
+ maxTokens: number;
10164
+ };
10137
10165
  readonly "arcee-ai/trinity-mini": {
10138
10166
  id: string;
10139
10167
  name: string;