@elyracode/ai 0.4.7 → 0.4.8

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.
@@ -12052,23 +12052,6 @@ export declare const MODELS: {
12052
12052
  contextWindow: number;
12053
12053
  maxTokens: number;
12054
12054
  };
12055
- readonly "qwen/qwen-max": {
12056
- id: string;
12057
- name: string;
12058
- api: "openai-completions";
12059
- provider: string;
12060
- baseUrl: string;
12061
- reasoning: false;
12062
- input: "text"[];
12063
- cost: {
12064
- input: number;
12065
- output: number;
12066
- cacheRead: number;
12067
- cacheWrite: number;
12068
- };
12069
- contextWindow: number;
12070
- maxTokens: number;
12071
- };
12072
12055
  readonly "qwen/qwen-plus": {
12073
12056
  id: string;
12074
12057
  name: string;
@@ -12120,40 +12103,6 @@ export declare const MODELS: {
12120
12103
  contextWindow: number;
12121
12104
  maxTokens: number;
12122
12105
  };
12123
- readonly "qwen/qwen-turbo": {
12124
- id: string;
12125
- name: string;
12126
- api: "openai-completions";
12127
- provider: string;
12128
- baseUrl: string;
12129
- reasoning: false;
12130
- input: "text"[];
12131
- cost: {
12132
- input: number;
12133
- output: number;
12134
- cacheRead: number;
12135
- cacheWrite: number;
12136
- };
12137
- contextWindow: number;
12138
- maxTokens: number;
12139
- };
12140
- readonly "qwen/qwen-vl-max": {
12141
- id: string;
12142
- name: string;
12143
- api: "openai-completions";
12144
- provider: string;
12145
- baseUrl: string;
12146
- reasoning: false;
12147
- input: ("image" | "text")[];
12148
- cost: {
12149
- input: number;
12150
- output: number;
12151
- cacheRead: number;
12152
- cacheWrite: number;
12153
- };
12154
- contextWindow: number;
12155
- maxTokens: number;
12156
- };
12157
12106
  readonly "qwen/qwen3-14b": {
12158
12107
  id: string;
12159
12108
  name: string;