@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.
@@ -14796,6 +14796,57 @@ export const MODELS = {
14796
14796
  contextWindow: 1000000,
14797
14797
  maxTokens: 128000,
14798
14798
  },
14799
+ "openai/gpt-5.6-luna": {
14800
+ id: "openai/gpt-5.6-luna",
14801
+ name: "GPT 5.6 Luna",
14802
+ api: "anthropic-messages",
14803
+ provider: "vercel-ai-gateway",
14804
+ baseUrl: "https://ai-gateway.vercel.sh",
14805
+ reasoning: true,
14806
+ input: ["text", "image"],
14807
+ cost: {
14808
+ input: 1,
14809
+ output: 6,
14810
+ cacheRead: 0.09999999999999999,
14811
+ cacheWrite: 1.25,
14812
+ },
14813
+ contextWindow: 1050000,
14814
+ maxTokens: 128000,
14815
+ },
14816
+ "openai/gpt-5.6-sol": {
14817
+ id: "openai/gpt-5.6-sol",
14818
+ name: "GPT 5.6 Sol",
14819
+ api: "anthropic-messages",
14820
+ provider: "vercel-ai-gateway",
14821
+ baseUrl: "https://ai-gateway.vercel.sh",
14822
+ reasoning: true,
14823
+ input: ["text", "image"],
14824
+ cost: {
14825
+ input: 5,
14826
+ output: 30,
14827
+ cacheRead: 0.5,
14828
+ cacheWrite: 6.25,
14829
+ },
14830
+ contextWindow: 1050000,
14831
+ maxTokens: 128000,
14832
+ },
14833
+ "openai/gpt-5.6-terra": {
14834
+ id: "openai/gpt-5.6-terra",
14835
+ name: "GPT 5.6 Terra",
14836
+ api: "anthropic-messages",
14837
+ provider: "vercel-ai-gateway",
14838
+ baseUrl: "https://ai-gateway.vercel.sh",
14839
+ reasoning: true,
14840
+ input: ["text", "image"],
14841
+ cost: {
14842
+ input: 2.5,
14843
+ output: 15,
14844
+ cacheRead: 0.25,
14845
+ cacheWrite: 3.125,
14846
+ },
14847
+ contextWindow: 1050000,
14848
+ maxTokens: 128000,
14849
+ },
14799
14850
  "openai/gpt-oss-120b": {
14800
14851
  id: "openai/gpt-oss-120b",
14801
14852
  name: "GPT OSS 120B",