@earendil-works/pi-ai 0.79.9 → 0.79.10

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.
@@ -10073,23 +10073,6 @@ export declare const MODELS: {
10073
10073
  contextWindow: number;
10074
10074
  maxTokens: number;
10075
10075
  };
10076
- readonly "anthropic/claude-3.5-haiku": {
10077
- id: string;
10078
- name: string;
10079
- api: "openai-completions";
10080
- provider: string;
10081
- baseUrl: string;
10082
- reasoning: false;
10083
- input: ("image" | "text")[];
10084
- cost: {
10085
- input: number;
10086
- output: number;
10087
- cacheRead: number;
10088
- cacheWrite: number;
10089
- };
10090
- contextWindow: number;
10091
- maxTokens: number;
10092
- };
10093
10076
  readonly "anthropic/claude-fable-5": {
10094
10077
  id: string;
10095
10078
  name: string;
@@ -17432,6 +17415,23 @@ export declare const MODELS: {
17432
17415
  contextWindow: number;
17433
17416
  maxTokens: number;
17434
17417
  };
17418
+ readonly "sakana/fugu-ultra": {
17419
+ id: string;
17420
+ name: string;
17421
+ api: "anthropic-messages";
17422
+ provider: string;
17423
+ baseUrl: string;
17424
+ reasoning: true;
17425
+ input: ("image" | "text")[];
17426
+ cost: {
17427
+ input: number;
17428
+ output: number;
17429
+ cacheRead: number;
17430
+ cacheWrite: number;
17431
+ };
17432
+ contextWindow: number;
17433
+ maxTokens: number;
17434
+ };
17435
17435
  readonly "stepfun/step-3.5-flash": {
17436
17436
  id: string;
17437
17437
  name: string;