@mariozechner/pi-ai 0.10.2 → 0.11.1

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.
@@ -2037,6 +2037,23 @@ export declare const MODELS: {
2037
2037
  contextWindow: number;
2038
2038
  maxTokens: number;
2039
2039
  };
2040
+ readonly "openrouter/bert-nebulon-alpha": {
2041
+ id: string;
2042
+ name: string;
2043
+ api: "openai-completions";
2044
+ provider: string;
2045
+ baseUrl: string;
2046
+ reasoning: false;
2047
+ input: ("image" | "text")[];
2048
+ cost: {
2049
+ input: number;
2050
+ output: number;
2051
+ cacheRead: number;
2052
+ cacheWrite: number;
2053
+ };
2054
+ contextWindow: number;
2055
+ maxTokens: number;
2056
+ };
2040
2057
  readonly "allenai/olmo-3-7b-instruct": {
2041
2058
  id: string;
2042
2059
  name: string;
@@ -5080,23 +5097,6 @@ export declare const MODELS: {
5080
5097
  contextWindow: number;
5081
5098
  maxTokens: number;
5082
5099
  };
5083
- readonly "nousresearch/hermes-3-llama-3.1-70b": {
5084
- id: string;
5085
- name: string;
5086
- api: "openai-completions";
5087
- provider: string;
5088
- baseUrl: string;
5089
- reasoning: false;
5090
- input: "text"[];
5091
- cost: {
5092
- input: number;
5093
- output: number;
5094
- cacheRead: number;
5095
- cacheWrite: number;
5096
- };
5097
- contextWindow: number;
5098
- maxTokens: number;
5099
- };
5100
5100
  readonly "openai/gpt-4o-2024-08-06": {
5101
5101
  id: string;
5102
5102
  name: string;