@mariozechner/pi-ai 0.55.1 → 0.55.2

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.
@@ -6864,6 +6864,23 @@ export declare const MODELS: {
6864
6864
  contextWindow: number;
6865
6865
  maxTokens: number;
6866
6866
  };
6867
+ readonly "bytedance-seed/seed-2.0-mini": {
6868
+ id: string;
6869
+ name: string;
6870
+ api: "openai-completions";
6871
+ provider: string;
6872
+ baseUrl: string;
6873
+ reasoning: true;
6874
+ input: ("image" | "text")[];
6875
+ cost: {
6876
+ input: number;
6877
+ output: number;
6878
+ cacheRead: number;
6879
+ cacheWrite: number;
6880
+ };
6881
+ contextWindow: number;
6882
+ maxTokens: number;
6883
+ };
6867
6884
  readonly "cohere/command-r-08-2024": {
6868
6885
  id: string;
6869
6886
  name: string;