ugly-app 0.1.430 → 0.1.432
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.
- package/dist/cli/version.d.ts +1 -1
- package/dist/cli/version.js +1 -1
- package/dist/shared/FrameworkRequests.d.ts +1 -1
- package/dist/shared/TextGen.d.ts +28 -27
- package/dist/shared/TextGen.d.ts.map +1 -1
- package/dist/shared/TextGen.js +397 -280
- package/dist/shared/TextGen.js.map +1 -1
- package/package.json +1 -1
- package/src/cli/version.ts +1 -1
- package/src/shared/TextGen.ts +408 -280
package/dist/cli/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const CLI_VERSION = "0.1.
|
|
1
|
+
export declare const CLI_VERSION = "0.1.432";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/cli/version.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const frameworkRequests: {
|
|
2
2
|
textGen: import("./Api.js").AuthRequestDef<{
|
|
3
|
-
model: "llama_4_scout" | "minimax_m2_5" | "
|
|
3
|
+
model: "llama_4_scout" | "minimax_m2_5" | "llama_3_3_70b" | "deepseek_v4_pro" | "deepseek_v4_flash" | "gpt_oss_120b" | "gemini_2_5_flash" | "gemini_2_5" | "gpt_4o" | "gpt_5" | "gpt_5_mini" | "o3" | "o4_mini" | "claude_opus_4_7" | "claude_sonnet_4_6" | "claude_haiku_4_5" | "gemma_4_31b" | "gemma_4_26b" | "glm_5_1" | "glm_4_6" | "qwen3_6_plus" | "qwen3_6_27b" | "kimi_k2_thinking" | "kimi_k2_6" | "qwen3_235b";
|
|
4
4
|
messages: {
|
|
5
5
|
role: "user" | "system" | "assistant";
|
|
6
6
|
content: string;
|
package/dist/shared/TextGen.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
type JSONSchema = Record<string, any>;
|
|
3
|
-
export declare const textGenTogetherModels: readonly ["together_meta_llama_vision_3_11b", "together_meta_llama4_400b", "
|
|
3
|
+
export declare const textGenTogetherModels: readonly ["together_meta_llama_vision_3_11b", "together_meta_llama4_400b", "together_qwen3_235b", "together_gemma_4_31b"];
|
|
4
4
|
export type TextGenTogetherModelT = (typeof textGenTogetherModels)[number];
|
|
5
|
-
export declare const textGenFireworksModels: readonly ["fireworks_gpt_oss_120b"
|
|
5
|
+
export declare const textGenFireworksModels: readonly ["fireworks_gpt_oss_120b"];
|
|
6
6
|
export type TextGenFireworksModelT = (typeof textGenFireworksModels)[number];
|
|
7
7
|
export declare const textGenDeepSeekModels: readonly ["deepseek_deepseek_v4_pro", "deepseek_deepseek_v4_flash"];
|
|
8
8
|
export type TextGenDeepSeekModelT = (typeof textGenDeepSeekModels)[number];
|
|
9
|
-
export declare const textGenGroqModels: readonly ["groq_llama_4_scout", "
|
|
9
|
+
export declare const textGenGroqModels: readonly ["groq_llama_4_scout", "groq_mixtral_8x7b", "groq_llama_3_3_70b", "groq_gpt_oss_120b"];
|
|
10
10
|
export type TextGenGroqModelT = (typeof textGenGroqModels)[number];
|
|
11
11
|
export declare const textGenGoogleModels: readonly ["google_gemini_2_5", "google_gemini_2_5_flash"];
|
|
12
12
|
export type TextGenGoogleModelT = (typeof textGenGoogleModels)[number];
|
|
@@ -14,24 +14,24 @@ export declare const textGenKieModels: readonly [];
|
|
|
14
14
|
export type TextGenKieModelT = (typeof textGenKieModels)[number];
|
|
15
15
|
export declare const textGenAnthropicModels: readonly ["anthrophic_claude_3_opus", "anthrophic_claude_3_sonnet", "anthrophic_claude_3_haiku", "anthrophic_claude_haiku_4_5"];
|
|
16
16
|
export type TextGenAnthropicModelT = (typeof textGenAnthropicModels)[number];
|
|
17
|
-
export declare const textGenOpenAIModels: readonly ["openai_gpt_5", "openai_gpt_5_mini", "openai_gpt_4o", "openai_o1", "openai_o1_mini", "openai_o3", "openai_o4_mini"
|
|
17
|
+
export declare const textGenOpenAIModels: readonly ["openai_gpt_5", "openai_gpt_5_mini", "openai_gpt_4o", "openai_o1", "openai_o1_mini", "openai_o3", "openai_o4_mini"];
|
|
18
18
|
export type TextGenOpenAIModelT = (typeof textGenOpenAIModels)[number];
|
|
19
|
-
export declare const textGenMiniMaxModels: readonly ["minimax_m2_5"
|
|
19
|
+
export declare const textGenMiniMaxModels: readonly ["minimax_m2_5"];
|
|
20
20
|
export type TextGenMiniMaxModelT = (typeof textGenMiniMaxModels)[number];
|
|
21
|
-
export declare const textGenOpenRouterModels: readonly ["openrouter_glm_5_1", "openrouter_qwen_36_plus", "openrouter_kimi_k2_thinking", "openrouter_gemma_4_31b", "openrouter_gemma_4_26b", "openrouter_gemma_4_26b_free", "openrouter_gpt_4o", "openrouter_gpt_5", "openrouter_gpt_5_mini", "openrouter_o3", "openrouter_o4_mini", "openrouter_claude_sonnet_4_6", "openrouter_claude_haiku_4_5"];
|
|
21
|
+
export declare const textGenOpenRouterModels: readonly ["openrouter_glm_5_1", "openrouter_glm_4_6", "openrouter_qwen_36_plus", "openrouter_qwen3_6_27b", "openrouter_kimi_k2_thinking", "openrouter_kimi_k2_6", "openrouter_gemma_4_31b", "openrouter_gemma_4_26b", "openrouter_gemma_4_26b_free", "openrouter_gpt_4o", "openrouter_gpt_5", "openrouter_gpt_5_mini", "openrouter_o3", "openrouter_o4_mini", "openrouter_claude_sonnet_4_6", "openrouter_claude_haiku_4_5", "openrouter_claude_opus_4_7", "openrouter_gemini_2_5", "openrouter_gemini_2_5_flash", "openrouter_deepseek_v4_pro", "openrouter_deepseek_v4_flash"];
|
|
22
22
|
export type TextGenOpenRouterModelT = (typeof textGenOpenRouterModels)[number];
|
|
23
|
-
export declare const textGenDeepInfraModels: readonly ["deepinfra_gemma_4_31b", "deepinfra_gemma_4_26b", "deepinfra_gpt_oss_120b", "
|
|
23
|
+
export declare const textGenDeepInfraModels: readonly ["deepinfra_gemma_4_31b", "deepinfra_gemma_4_26b", "deepinfra_gpt_oss_120b", "deepinfra_qwen3_235b", "deepinfra_qwen3_6_27b", "deepinfra_qwen3_6_35b_a3b", "deepinfra_kimi_k2_6", "deepinfra_glm_4_6", "deepinfra_glm_5_1", "deepinfra_minimax_m2_5", "deepinfra_deepseek_v4_pro", "deepinfra_deepseek_v4_flash"];
|
|
24
24
|
export type TextGenDeepInfraModelT = (typeof textGenDeepInfraModels)[number];
|
|
25
|
-
declare const textGenProviderModelValues: readonly ["together_meta_llama_vision_3_11b", "together_meta_llama4_400b", "
|
|
25
|
+
declare const textGenProviderModelValues: readonly ["together_meta_llama_vision_3_11b", "together_meta_llama4_400b", "together_qwen3_235b", "together_gemma_4_31b", "google_gemini_2_5", "google_gemini_2_5_flash", "anthrophic_claude_3_opus", "anthrophic_claude_3_sonnet", "anthrophic_claude_3_haiku", "anthrophic_claude_haiku_4_5", "openai_gpt_5", "openai_gpt_5_mini", "openai_gpt_4o", "openai_o1", "openai_o1_mini", "openai_o3", "openai_o4_mini", "fireworks_gpt_oss_120b", "groq_llama_4_scout", "groq_mixtral_8x7b", "groq_llama_3_3_70b", "groq_gpt_oss_120b", "minimax_m2_5", "openrouter_glm_5_1", "openrouter_glm_4_6", "openrouter_qwen_36_plus", "openrouter_qwen3_6_27b", "openrouter_kimi_k2_thinking", "openrouter_kimi_k2_6", "openrouter_gemma_4_31b", "openrouter_gemma_4_26b", "openrouter_gemma_4_26b_free", "openrouter_gpt_4o", "openrouter_gpt_5", "openrouter_gpt_5_mini", "openrouter_o3", "openrouter_o4_mini", "openrouter_claude_sonnet_4_6", "openrouter_claude_haiku_4_5", "openrouter_claude_opus_4_7", "openrouter_gemini_2_5", "openrouter_gemini_2_5_flash", "openrouter_deepseek_v4_pro", "openrouter_deepseek_v4_flash", "deepinfra_gemma_4_31b", "deepinfra_gemma_4_26b", "deepinfra_gpt_oss_120b", "deepinfra_qwen3_235b", "deepinfra_qwen3_6_27b", "deepinfra_qwen3_6_35b_a3b", "deepinfra_kimi_k2_6", "deepinfra_glm_4_6", "deepinfra_glm_5_1", "deepinfra_minimax_m2_5", "deepinfra_deepseek_v4_pro", "deepinfra_deepseek_v4_flash", "deepseek_deepseek_v4_pro", "deepseek_deepseek_v4_flash"];
|
|
26
26
|
/** Provider-specific model identifier (e.g. 'groq_llama_4_scout'). Internal use only — callers use TextGenModel. */
|
|
27
27
|
export type TextGenModelProvider = (typeof textGenProviderModelValues)[number];
|
|
28
28
|
export declare const textGenProviderModels: TextGenModelProvider[];
|
|
29
|
-
export declare const textGenProviderModelsSet: Set<"together_meta_llama_vision_3_11b" | "together_meta_llama4_400b" | "
|
|
30
|
-
declare const textGenModelValues: readonly ["llama_4_scout", "
|
|
29
|
+
export declare const textGenProviderModelsSet: Set<"together_meta_llama_vision_3_11b" | "together_meta_llama4_400b" | "together_qwen3_235b" | "together_gemma_4_31b" | "fireworks_gpt_oss_120b" | "deepseek_deepseek_v4_pro" | "deepseek_deepseek_v4_flash" | "groq_llama_4_scout" | "groq_mixtral_8x7b" | "groq_llama_3_3_70b" | "groq_gpt_oss_120b" | "google_gemini_2_5" | "google_gemini_2_5_flash" | "anthrophic_claude_3_opus" | "anthrophic_claude_3_sonnet" | "anthrophic_claude_3_haiku" | "anthrophic_claude_haiku_4_5" | "openai_gpt_5" | "openai_gpt_5_mini" | "openai_gpt_4o" | "openai_o1" | "openai_o1_mini" | "openai_o3" | "openai_o4_mini" | "minimax_m2_5" | "openrouter_glm_5_1" | "openrouter_glm_4_6" | "openrouter_qwen_36_plus" | "openrouter_qwen3_6_27b" | "openrouter_kimi_k2_thinking" | "openrouter_kimi_k2_6" | "openrouter_gemma_4_31b" | "openrouter_gemma_4_26b" | "openrouter_gemma_4_26b_free" | "openrouter_gpt_4o" | "openrouter_gpt_5" | "openrouter_gpt_5_mini" | "openrouter_o3" | "openrouter_o4_mini" | "openrouter_claude_sonnet_4_6" | "openrouter_claude_haiku_4_5" | "openrouter_claude_opus_4_7" | "openrouter_gemini_2_5" | "openrouter_gemini_2_5_flash" | "openrouter_deepseek_v4_pro" | "openrouter_deepseek_v4_flash" | "deepinfra_gemma_4_31b" | "deepinfra_gemma_4_26b" | "deepinfra_gpt_oss_120b" | "deepinfra_qwen3_235b" | "deepinfra_qwen3_6_27b" | "deepinfra_qwen3_6_35b_a3b" | "deepinfra_kimi_k2_6" | "deepinfra_glm_4_6" | "deepinfra_glm_5_1" | "deepinfra_minimax_m2_5" | "deepinfra_deepseek_v4_pro" | "deepinfra_deepseek_v4_flash">;
|
|
30
|
+
declare const textGenModelValues: readonly ["llama_4_scout", "llama_3_3_70b", "deepseek_v4_pro", "deepseek_v4_flash", "gpt_oss_120b", "gemini_2_5_flash", "gemini_2_5", "gpt_4o", "gpt_5", "gpt_5_mini", "o3", "o4_mini", "claude_opus_4_7", "claude_sonnet_4_6", "claude_haiku_4_5", "gemma_4_31b", "gemma_4_26b", "minimax_m2_5", "glm_5_1", "glm_4_6", "qwen3_6_plus", "qwen3_6_27b", "kimi_k2_thinking", "kimi_k2_6", "qwen3_235b"];
|
|
31
31
|
/** Clean model identifier without provider prefix (e.g. 'llama_4_scout', 'gpt_4o'). Use this in all API calls. */
|
|
32
32
|
export type TextGenModel = (typeof textGenModelValues)[number];
|
|
33
33
|
export declare const textGenModels: TextGenModel[];
|
|
34
|
-
export declare const textGenModelsSet: Set<"llama_4_scout" | "minimax_m2_5" | "
|
|
34
|
+
export declare const textGenModelsSet: Set<"llama_4_scout" | "minimax_m2_5" | "llama_3_3_70b" | "deepseek_v4_pro" | "deepseek_v4_flash" | "gpt_oss_120b" | "gemini_2_5_flash" | "gemini_2_5" | "gpt_4o" | "gpt_5" | "gpt_5_mini" | "o3" | "o4_mini" | "claude_opus_4_7" | "claude_sonnet_4_6" | "claude_haiku_4_5" | "gemma_4_31b" | "gemma_4_26b" | "glm_5_1" | "glm_4_6" | "qwen3_6_plus" | "qwen3_6_27b" | "kimi_k2_thinking" | "kimi_k2_6" | "qwen3_235b">;
|
|
35
35
|
export interface TextGenModelData {
|
|
36
36
|
model: string;
|
|
37
37
|
contextWindow: number;
|
|
@@ -54,6 +54,17 @@ export interface TextGenModelData {
|
|
|
54
54
|
reasoning?: 'strong' | 'weak';
|
|
55
55
|
/** Vibes rating 1–5 for UI smartness dots. */
|
|
56
56
|
smartness?: number;
|
|
57
|
+
/**
|
|
58
|
+
* SWE-bench Verified score (0–100, percentage of the 500-task subset
|
|
59
|
+
* solved). Populated where Anthropic/OpenAI/Moonshot/etc have published
|
|
60
|
+
* a number; left undefined otherwise. Use as a coding-quality signal
|
|
61
|
+
* but bear in mind: providers report against different harnesses,
|
|
62
|
+
* scaffolds, and dates; cross-vendor comparisons are not apples-to-
|
|
63
|
+
* apples. The value is on the underlying SKU — when a clean name fans
|
|
64
|
+
* out to multiple providers serving different SKUs (e.g. claude
|
|
65
|
+
* sonnet-4 vs sonnet-4.6), each provider entry carries its own score.
|
|
66
|
+
*/
|
|
67
|
+
sweBenchVerified?: number;
|
|
57
68
|
/** Cost per cache creation token in nanodollars (e.g. 1.25× input for Anthropic). */
|
|
58
69
|
cacheWriteTokenNanoDollar?: number;
|
|
59
70
|
/** Cost per cache read token in nanodollars (e.g. 0.1× input for Anthropic). */
|
|
@@ -183,34 +194,29 @@ export declare const textGenInputSchema: z.ZodObject<{
|
|
|
183
194
|
model: z.ZodEnum<{
|
|
184
195
|
llama_4_scout: "llama_4_scout";
|
|
185
196
|
minimax_m2_5: "minimax_m2_5";
|
|
186
|
-
minimax_m2_7: "minimax_m2_7";
|
|
187
|
-
llama_4_maverick: "llama_4_maverick";
|
|
188
197
|
llama_3_3_70b: "llama_3_3_70b";
|
|
189
198
|
deepseek_v4_pro: "deepseek_v4_pro";
|
|
190
199
|
deepseek_v4_flash: "deepseek_v4_flash";
|
|
191
200
|
gpt_oss_120b: "gpt_oss_120b";
|
|
192
|
-
gpt_oss_20b: "gpt_oss_20b";
|
|
193
201
|
gemini_2_5_flash: "gemini_2_5_flash";
|
|
194
202
|
gemini_2_5: "gemini_2_5";
|
|
195
203
|
gpt_4o: "gpt_4o";
|
|
196
204
|
gpt_5: "gpt_5";
|
|
197
205
|
gpt_5_mini: "gpt_5_mini";
|
|
198
|
-
gpt_41_nano: "gpt_41_nano";
|
|
199
206
|
o3: "o3";
|
|
200
207
|
o4_mini: "o4_mini";
|
|
201
208
|
claude_opus_4_7: "claude_opus_4_7";
|
|
202
209
|
claude_sonnet_4_6: "claude_sonnet_4_6";
|
|
203
|
-
claude_3_sonnet: "claude_3_sonnet";
|
|
204
210
|
claude_haiku_4_5: "claude_haiku_4_5";
|
|
205
211
|
gemma_4_31b: "gemma_4_31b";
|
|
206
212
|
gemma_4_26b: "gemma_4_26b";
|
|
207
213
|
glm_5_1: "glm_5_1";
|
|
214
|
+
glm_4_6: "glm_4_6";
|
|
208
215
|
qwen3_6_plus: "qwen3_6_plus";
|
|
216
|
+
qwen3_6_27b: "qwen3_6_27b";
|
|
209
217
|
kimi_k2_thinking: "kimi_k2_thinking";
|
|
210
|
-
|
|
211
|
-
qwen2_vision_72b: "qwen2_vision_72b";
|
|
218
|
+
kimi_k2_6: "kimi_k2_6";
|
|
212
219
|
qwen3_235b: "qwen3_235b";
|
|
213
|
-
kimi_k2: "kimi_k2";
|
|
214
220
|
}>;
|
|
215
221
|
messages: z.ZodArray<z.ZodType<Message, unknown, z.core.$ZodTypeInternals<Message, unknown>>>;
|
|
216
222
|
options: z.ZodOptional<z.ZodObject<{
|
|
@@ -245,34 +251,29 @@ export declare const jsonGenInputSchema: z.ZodObject<{
|
|
|
245
251
|
model: z.ZodEnum<{
|
|
246
252
|
llama_4_scout: "llama_4_scout";
|
|
247
253
|
minimax_m2_5: "minimax_m2_5";
|
|
248
|
-
minimax_m2_7: "minimax_m2_7";
|
|
249
|
-
llama_4_maverick: "llama_4_maverick";
|
|
250
254
|
llama_3_3_70b: "llama_3_3_70b";
|
|
251
255
|
deepseek_v4_pro: "deepseek_v4_pro";
|
|
252
256
|
deepseek_v4_flash: "deepseek_v4_flash";
|
|
253
257
|
gpt_oss_120b: "gpt_oss_120b";
|
|
254
|
-
gpt_oss_20b: "gpt_oss_20b";
|
|
255
258
|
gemini_2_5_flash: "gemini_2_5_flash";
|
|
256
259
|
gemini_2_5: "gemini_2_5";
|
|
257
260
|
gpt_4o: "gpt_4o";
|
|
258
261
|
gpt_5: "gpt_5";
|
|
259
262
|
gpt_5_mini: "gpt_5_mini";
|
|
260
|
-
gpt_41_nano: "gpt_41_nano";
|
|
261
263
|
o3: "o3";
|
|
262
264
|
o4_mini: "o4_mini";
|
|
263
265
|
claude_opus_4_7: "claude_opus_4_7";
|
|
264
266
|
claude_sonnet_4_6: "claude_sonnet_4_6";
|
|
265
|
-
claude_3_sonnet: "claude_3_sonnet";
|
|
266
267
|
claude_haiku_4_5: "claude_haiku_4_5";
|
|
267
268
|
gemma_4_31b: "gemma_4_31b";
|
|
268
269
|
gemma_4_26b: "gemma_4_26b";
|
|
269
270
|
glm_5_1: "glm_5_1";
|
|
271
|
+
glm_4_6: "glm_4_6";
|
|
270
272
|
qwen3_6_plus: "qwen3_6_plus";
|
|
273
|
+
qwen3_6_27b: "qwen3_6_27b";
|
|
271
274
|
kimi_k2_thinking: "kimi_k2_thinking";
|
|
272
|
-
|
|
273
|
-
qwen2_vision_72b: "qwen2_vision_72b";
|
|
275
|
+
kimi_k2_6: "kimi_k2_6";
|
|
274
276
|
qwen3_235b: "qwen3_235b";
|
|
275
|
-
kimi_k2: "kimi_k2";
|
|
276
277
|
}>;
|
|
277
278
|
messages: z.ZodArray<z.ZodType<Message, unknown, z.core.$ZodTypeInternals<Message, unknown>>>;
|
|
278
279
|
options: z.ZodOptional<z.ZodObject<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextGen.d.ts","sourceRoot":"","sources":["../../src/shared/TextGen.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,KAAK,UAAU,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;AAQtC,eAAO,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"TextGen.d.ts","sourceRoot":"","sources":["../../src/shared/TextGen.ts"],"names":[],"mappings":"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"}
|