@caupulican/pi-ai 0.80.84 → 0.80.86

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.
@@ -10114,26 +10114,6 @@ export declare const MODELS: {
10114
10114
  contextWindow: number;
10115
10115
  maxTokens: number;
10116
10116
  };
10117
- readonly "anthropic/claude-opus-4.6-fast": {
10118
- id: string;
10119
- name: string;
10120
- api: "openai-completions";
10121
- provider: string;
10122
- baseUrl: string;
10123
- reasoning: true;
10124
- thinkingLevelMap: {
10125
- xhigh: string;
10126
- };
10127
- input: ("image" | "text")[];
10128
- cost: {
10129
- input: number;
10130
- output: number;
10131
- cacheRead: number;
10132
- cacheWrite: number;
10133
- };
10134
- contextWindow: number;
10135
- maxTokens: number;
10136
- };
10137
10117
  readonly "anthropic/claude-opus-4.7": {
10138
10118
  id: string;
10139
10119
  name: string;