@mariozechner/pi-ai 0.70.3 → 0.70.5

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.
@@ -12028,6 +12028,23 @@ export const MODELS = {
12028
12028
  contextWindow: 202752,
12029
12029
  maxTokens: 131072,
12030
12030
  },
12031
+ "~anthropic/claude-haiku-latest": {
12032
+ id: "~anthropic/claude-haiku-latest",
12033
+ name: "Anthropic Claude Haiku Latest",
12034
+ api: "openai-completions",
12035
+ provider: "openrouter",
12036
+ baseUrl: "https://openrouter.ai/api/v1",
12037
+ reasoning: true,
12038
+ input: ["text", "image"],
12039
+ cost: {
12040
+ input: 1,
12041
+ output: 5,
12042
+ cacheRead: 0.09999999999999999,
12043
+ cacheWrite: 1.25,
12044
+ },
12045
+ contextWindow: 200000,
12046
+ maxTokens: 64000,
12047
+ },
12031
12048
  "~anthropic/claude-opus-latest": {
12032
12049
  id: "~anthropic/claude-opus-latest",
12033
12050
  name: "Anthropic: Claude Opus Latest",
@@ -12045,6 +12062,108 @@ export const MODELS = {
12045
12062
  contextWindow: 1000000,
12046
12063
  maxTokens: 128000,
12047
12064
  },
12065
+ "~anthropic/claude-sonnet-latest": {
12066
+ id: "~anthropic/claude-sonnet-latest",
12067
+ name: "Anthropic Claude Sonnet Latest",
12068
+ api: "openai-completions",
12069
+ provider: "openrouter",
12070
+ baseUrl: "https://openrouter.ai/api/v1",
12071
+ reasoning: true,
12072
+ input: ["text", "image"],
12073
+ cost: {
12074
+ input: 3,
12075
+ output: 15,
12076
+ cacheRead: 0.3,
12077
+ cacheWrite: 3.75,
12078
+ },
12079
+ contextWindow: 1000000,
12080
+ maxTokens: 128000,
12081
+ },
12082
+ "~google/gemini-flash-latest": {
12083
+ id: "~google/gemini-flash-latest",
12084
+ name: "Google Gemini Flash Latest",
12085
+ api: "openai-completions",
12086
+ provider: "openrouter",
12087
+ baseUrl: "https://openrouter.ai/api/v1",
12088
+ reasoning: true,
12089
+ input: ["text", "image"],
12090
+ cost: {
12091
+ input: 0.5,
12092
+ output: 3,
12093
+ cacheRead: 0.049999999999999996,
12094
+ cacheWrite: 0.08333333333333334,
12095
+ },
12096
+ contextWindow: 1048576,
12097
+ maxTokens: 65536,
12098
+ },
12099
+ "~google/gemini-pro-latest": {
12100
+ id: "~google/gemini-pro-latest",
12101
+ name: "Google Gemini Pro Latest",
12102
+ api: "openai-completions",
12103
+ provider: "openrouter",
12104
+ baseUrl: "https://openrouter.ai/api/v1",
12105
+ reasoning: true,
12106
+ input: ["text", "image"],
12107
+ cost: {
12108
+ input: 2,
12109
+ output: 12,
12110
+ cacheRead: 0.19999999999999998,
12111
+ cacheWrite: 0.375,
12112
+ },
12113
+ contextWindow: 1048576,
12114
+ maxTokens: 65536,
12115
+ },
12116
+ "~moonshotai/kimi-latest": {
12117
+ id: "~moonshotai/kimi-latest",
12118
+ name: "MoonshotAI Kimi Latest",
12119
+ api: "openai-completions",
12120
+ provider: "openrouter",
12121
+ baseUrl: "https://openrouter.ai/api/v1",
12122
+ reasoning: true,
12123
+ input: ["text", "image"],
12124
+ cost: {
12125
+ input: 0.7448,
12126
+ output: 4.655,
12127
+ cacheRead: 0.1463,
12128
+ cacheWrite: 0,
12129
+ },
12130
+ contextWindow: 256000,
12131
+ maxTokens: 65536,
12132
+ },
12133
+ "~openai/gpt-latest": {
12134
+ id: "~openai/gpt-latest",
12135
+ name: "OpenAI GPT Latest",
12136
+ api: "openai-completions",
12137
+ provider: "openrouter",
12138
+ baseUrl: "https://openrouter.ai/api/v1",
12139
+ reasoning: true,
12140
+ input: ["text", "image"],
12141
+ cost: {
12142
+ input: 5,
12143
+ output: 30,
12144
+ cacheRead: 0.5,
12145
+ cacheWrite: 0,
12146
+ },
12147
+ contextWindow: 1050000,
12148
+ maxTokens: 128000,
12149
+ },
12150
+ "~openai/gpt-mini-latest": {
12151
+ id: "~openai/gpt-mini-latest",
12152
+ name: "OpenAI GPT Mini Latest",
12153
+ api: "openai-completions",
12154
+ provider: "openrouter",
12155
+ baseUrl: "https://openrouter.ai/api/v1",
12156
+ reasoning: true,
12157
+ input: ["text", "image"],
12158
+ cost: {
12159
+ input: 0.75,
12160
+ output: 4.5,
12161
+ cacheRead: 0.075,
12162
+ cacheWrite: 0,
12163
+ },
12164
+ contextWindow: 400000,
12165
+ maxTokens: 128000,
12166
+ },
12048
12167
  },
12049
12168
  "vercel-ai-gateway": {
12050
12169
  "alibaba/qwen-3-14b": {