@apholdings/jensen-ai 1.1.2 → 1.1.3
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.
|
@@ -15053,6 +15053,57 @@ export declare const MODELS: {
|
|
|
15053
15053
|
contextWindow: number;
|
|
15054
15054
|
maxTokens: number;
|
|
15055
15055
|
};
|
|
15056
|
+
readonly "openai/gpt-5.6-luna": {
|
|
15057
|
+
id: string;
|
|
15058
|
+
name: string;
|
|
15059
|
+
api: "anthropic-messages";
|
|
15060
|
+
provider: string;
|
|
15061
|
+
baseUrl: string;
|
|
15062
|
+
reasoning: true;
|
|
15063
|
+
input: ("image" | "text")[];
|
|
15064
|
+
cost: {
|
|
15065
|
+
input: number;
|
|
15066
|
+
output: number;
|
|
15067
|
+
cacheRead: number;
|
|
15068
|
+
cacheWrite: number;
|
|
15069
|
+
};
|
|
15070
|
+
contextWindow: number;
|
|
15071
|
+
maxTokens: number;
|
|
15072
|
+
};
|
|
15073
|
+
readonly "openai/gpt-5.6-sol": {
|
|
15074
|
+
id: string;
|
|
15075
|
+
name: string;
|
|
15076
|
+
api: "anthropic-messages";
|
|
15077
|
+
provider: string;
|
|
15078
|
+
baseUrl: string;
|
|
15079
|
+
reasoning: true;
|
|
15080
|
+
input: ("image" | "text")[];
|
|
15081
|
+
cost: {
|
|
15082
|
+
input: number;
|
|
15083
|
+
output: number;
|
|
15084
|
+
cacheRead: number;
|
|
15085
|
+
cacheWrite: number;
|
|
15086
|
+
};
|
|
15087
|
+
contextWindow: number;
|
|
15088
|
+
maxTokens: number;
|
|
15089
|
+
};
|
|
15090
|
+
readonly "openai/gpt-5.6-terra": {
|
|
15091
|
+
id: string;
|
|
15092
|
+
name: string;
|
|
15093
|
+
api: "anthropic-messages";
|
|
15094
|
+
provider: string;
|
|
15095
|
+
baseUrl: string;
|
|
15096
|
+
reasoning: true;
|
|
15097
|
+
input: ("image" | "text")[];
|
|
15098
|
+
cost: {
|
|
15099
|
+
input: number;
|
|
15100
|
+
output: number;
|
|
15101
|
+
cacheRead: number;
|
|
15102
|
+
cacheWrite: number;
|
|
15103
|
+
};
|
|
15104
|
+
contextWindow: number;
|
|
15105
|
+
maxTokens: number;
|
|
15106
|
+
};
|
|
15056
15107
|
readonly "openai/gpt-oss-120b": {
|
|
15057
15108
|
id: string;
|
|
15058
15109
|
name: string;
|