@fifthrevision/axle 0.30.2 → 0.31.0

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/models.d.ts CHANGED
@@ -7,6 +7,7 @@ interface ModelMetadata {
7
7
  declare const Models: {
8
8
  readonly Anthropic: {
9
9
  readonly CLAUDE_FABLE_5: "anthropic/claude-fable-5";
10
+ readonly CLAUDE_FABLE_5_1: "anthropic/claude-fable-5-1";
10
11
  readonly CLAUDE_HAIKU_4_5: "anthropic/claude-haiku-4-5";
11
12
  readonly CLAUDE_HAIKU_4_5_20251001: "anthropic/claude-haiku-4-5-20251001";
12
13
  readonly CLAUDE_OPUS_4_5: "anthropic/claude-opus-4-5";
@@ -22,6 +23,7 @@ declare const Models: {
22
23
  };
23
24
  readonly DeepSeek: {
24
25
  readonly DEEPSEEK_V4_FLASH: "deepseek/deepseek-v4-flash";
26
+ readonly DEEPSEEK_V4_FLASH_VISION_EXP: "deepseek/deepseek-v4-flash-vision-exp";
25
27
  readonly DEEPSEEK_V4_PRO: "deepseek/deepseek-v4-pro";
26
28
  };
27
29
  readonly Google: {
@@ -37,6 +39,7 @@ declare const Models: {
37
39
  readonly GEMINI_3_5_FLASH_LITE: "google/gemini-3.5-flash-lite";
38
40
  readonly GEMINI_3_6_FLASH: "google/gemini-3.6-flash";
39
41
  readonly GEMINI_3_7_FLASH: "google/gemini-3.7-flash";
42
+ readonly GEMINI_3_8_FLASH: "google/gemini-3.8-flash";
40
43
  readonly GEMINI_FLASH_LATEST: "google/gemini-flash-latest";
41
44
  readonly GEMINI_FLASH_LITE_LATEST: "google/gemini-flash-lite-latest";
42
45
  readonly GEMMA_4_26B_A4B_IT: "google/gemma-4-26b-a4b-it";
@@ -74,9 +77,9 @@ declare const Models: {
74
77
  readonly GPT_5_NANO: "openai/gpt-5-nano";
75
78
  readonly GPT_5_PRO: "openai/gpt-5-pro";
76
79
  readonly GPT_5_1: "openai/gpt-5.1";
77
- readonly GPT_5_2: "openai/gpt-5.2";
80
+ readonly GPT_5_2: "openai/gpt-5.2"; /** @deprecated Deprecated by its publisher. */
78
81
  readonly GPT_5_2_CHAT_LATEST: "openai/gpt-5.2-chat-latest";
79
- readonly GPT_5_2_PRO: "openai/gpt-5.2-pro";
82
+ readonly GPT_5_2_PRO: "openai/gpt-5.2-pro"; /** @deprecated Deprecated by its publisher. */
80
83
  readonly GPT_5_3_CHAT_LATEST: "openai/gpt-5.3-chat-latest";
81
84
  readonly GPT_5_3_CODEX: "openai/gpt-5.3-codex";
82
85
  readonly GPT_5_3_CODEX_SPARK: "openai/gpt-5.3-codex-spark";
@@ -115,11 +118,15 @@ declare const Models: {
115
118
  readonly QWEN3_7_MAX: "qwen/qwen3.7-max";
116
119
  readonly QWEN3_7_PLUS: "qwen/qwen3.7-plus";
117
120
  readonly QWEN3_8_2_4T_A95B: "qwen/qwen3.8-2.4t-a95b";
121
+ readonly QWEN3_8_27B: "qwen/qwen3.8-27b";
122
+ readonly QWEN3_8_FLASH: "qwen/qwen3.8-flash";
118
123
  readonly QWEN3_8_MAX: "qwen/qwen3.8-max";
119
124
  };
120
125
  readonly ZAI: {
121
126
  readonly GLM_5_1: "zai/glm-5.1";
122
127
  readonly GLM_5_2: "zai/glm-5.2";
128
+ readonly GLM_5_3: "zai/glm-5.3";
129
+ readonly GLM_5_3_FLASH: "zai/glm-5.3-flash";
123
130
  };
124
131
  };
125
132
  declare const ModelInfo: Readonly<Record<string, ModelMetadata>>;
package/dist/models.js CHANGED
@@ -1 +1 @@
1
- const e={Anthropic:{CLAUDE_FABLE_5:`anthropic/claude-fable-5`,CLAUDE_HAIKU_4_5:`anthropic/claude-haiku-4-5`,CLAUDE_HAIKU_4_5_20251001:`anthropic/claude-haiku-4-5-20251001`,CLAUDE_OPUS_4_5:`anthropic/claude-opus-4-5`,CLAUDE_OPUS_4_5_20251101:`anthropic/claude-opus-4-5-20251101`,CLAUDE_OPUS_4_6:`anthropic/claude-opus-4-6`,CLAUDE_OPUS_4_7:`anthropic/claude-opus-4-7`,CLAUDE_OPUS_4_8:`anthropic/claude-opus-4-8`,CLAUDE_OPUS_5:`anthropic/claude-opus-5`,CLAUDE_SONNET_4_5:`anthropic/claude-sonnet-4-5`,CLAUDE_SONNET_4_5_20250929:`anthropic/claude-sonnet-4-5-20250929`,CLAUDE_SONNET_4_6:`anthropic/claude-sonnet-4-6`,CLAUDE_SONNET_5:`anthropic/claude-sonnet-5`},DeepSeek:{DEEPSEEK_V4_FLASH:`deepseek/deepseek-v4-flash`,DEEPSEEK_V4_PRO:`deepseek/deepseek-v4-pro`},Google:{GEMINI_2_5_FLASH:`google/gemini-2.5-flash`,GEMINI_2_5_FLASH_LITE:`google/gemini-2.5-flash-lite`,GEMINI_2_5_PRO:`google/gemini-2.5-pro`,GEMINI_3_FLASH_PREVIEW:`google/gemini-3-flash-preview`,GEMINI_3_1_FLASH_LITE:`google/gemini-3.1-flash-lite`,GEMINI_3_1_FLASH_LITE_PREVIEW:`google/gemini-3.1-flash-lite-preview`,GEMINI_3_1_PRO_PREVIEW:`google/gemini-3.1-pro-preview`,GEMINI_3_1_PRO_PREVIEW_CUSTOMTOOLS:`google/gemini-3.1-pro-preview-customtools`,GEMINI_3_5_FLASH:`google/gemini-3.5-flash`,GEMINI_3_5_FLASH_LITE:`google/gemini-3.5-flash-lite`,GEMINI_3_6_FLASH:`google/gemini-3.6-flash`,GEMINI_3_7_FLASH:`google/gemini-3.7-flash`,GEMINI_FLASH_LATEST:`google/gemini-flash-latest`,GEMINI_FLASH_LITE_LATEST:`google/gemini-flash-lite-latest`,GEMMA_4_26B_A4B_IT:`google/gemma-4-26b-a4b-it`,GEMMA_4_31B_IT:`google/gemma-4-31b-it`},MiniMax:{MINIMAX_M2_7:`minimax/MiniMax-M2.7`,MINIMAX_M2_7_HIGHSPEED:`minimax/MiniMax-M2.7-highspeed`,MINIMAX_M3:`minimax/MiniMax-M3`},Mistral:{MAGISTRAL_MEDIUM_LATEST:`mistral/magistral-medium-latest`,MAGISTRAL_SMALL:`mistral/magistral-small`,MINISTRAL_3B_LATEST:`mistral/ministral-3b-latest`,MINISTRAL_8B_LATEST:`mistral/ministral-8b-latest`,MISTRAL_LARGE_LATEST:`mistral/mistral-large-latest`,MISTRAL_MEDIUM_LATEST:`mistral/mistral-medium-latest`,MISTRAL_SMALL_LATEST:`mistral/mistral-small-latest`},Moonshot:{KIMI_K2_6:`moonshotai/kimi-k2.6`,KIMI_K2_7_CODE:`moonshotai/kimi-k2.7-code`,KIMI_K2_7_CODE_HIGHSPEED:`moonshotai/kimi-k2.7-code-highspeed`,KIMI_K3:`moonshotai/kimi-k3`},OpenAI:{GPT_4_1:`openai/gpt-4.1`,GPT_4_1_MINI:`openai/gpt-4.1-mini`,GPT_4_1_NANO:`openai/gpt-4.1-nano`,GPT_4O_2024_08_06:`openai/gpt-4o-2024-08-06`,GPT_4O_2024_11_20:`openai/gpt-4o-2024-11-20`,GPT_4O_MINI:`openai/gpt-4o-mini`,GPT_5:`openai/gpt-5`,GPT_5_MINI:`openai/gpt-5-mini`,GPT_5_NANO:`openai/gpt-5-nano`,GPT_5_PRO:`openai/gpt-5-pro`,GPT_5_1:`openai/gpt-5.1`,GPT_5_2:`openai/gpt-5.2`,GPT_5_2_CHAT_LATEST:`openai/gpt-5.2-chat-latest`,GPT_5_2_PRO:`openai/gpt-5.2-pro`,GPT_5_3_CHAT_LATEST:`openai/gpt-5.3-chat-latest`,GPT_5_3_CODEX:`openai/gpt-5.3-codex`,GPT_5_3_CODEX_SPARK:`openai/gpt-5.3-codex-spark`,GPT_5_4:`openai/gpt-5.4`,GPT_5_4_MINI:`openai/gpt-5.4-mini`,GPT_5_4_NANO:`openai/gpt-5.4-nano`,GPT_5_4_PRO:`openai/gpt-5.4-pro`,GPT_5_5:`openai/gpt-5.5`,GPT_5_5_PRO:`openai/gpt-5.5-pro`,GPT_5_6:`openai/gpt-5.6`,GPT_5_6_LUNA:`openai/gpt-5.6-luna`,GPT_5_6_SOL:`openai/gpt-5.6-sol`,GPT_5_6_TERRA:`openai/gpt-5.6-terra`,O1:`openai/o1`,O1_PRO:`openai/o1-pro`,O3:`openai/o3`,O3_MINI:`openai/o3-mini`,O3_PRO:`openai/o3-pro`,O4_MINI:`openai/o4-mini`},Qwen:{QWEN3_5_122B_A10B:`qwen/qwen3.5-122b-a10b`,QWEN3_5_27B:`qwen/qwen3.5-27b`,QWEN3_5_35B_A3B:`qwen/qwen3.5-35b-a3b`,QWEN3_5_397B_A17B:`qwen/qwen3.5-397b-a17b`,QWEN3_5_9B:`qwen/qwen3.5-9b`,QWEN3_5_FLASH_02_23:`qwen/qwen3.5-flash-02-23`,QWEN3_5_PLUS_02_15:`qwen/qwen3.5-plus-02-15`,QWEN3_5_PLUS_20260420:`qwen/qwen3.5-plus-20260420`,QWEN3_6_27B:`qwen/qwen3.6-27b`,QWEN3_6_35B_A3B:`qwen/qwen3.6-35b-a3b`,QWEN3_6_FLASH:`qwen/qwen3.6-flash`,QWEN3_6_MAX_PREVIEW:`qwen/qwen3.6-max-preview`,QWEN3_6_PLUS:`qwen/qwen3.6-plus`,QWEN3_7_FLASH:`qwen/qwen3.7-flash`,QWEN3_7_MAX:`qwen/qwen3.7-max`,QWEN3_7_PLUS:`qwen/qwen3.7-plus`,QWEN3_8_2_4T_A95B:`qwen/qwen3.8-2.4t-a95b`,QWEN3_8_MAX:`qwen/qwen3.8-max`},ZAI:{GLM_5_1:`zai/glm-5.1`,GLM_5_2:`zai/glm-5.2`}},t={[e.Anthropic.CLAUDE_FABLE_5]:{contextWindow:1e6,maxOutputTokens:128e3,multimodal:!0},[e.Anthropic.CLAUDE_HAIKU_4_5]:{contextWindow:2e5,maxOutputTokens:64e3,multimodal:!0},[e.Anthropic.CLAUDE_HAIKU_4_5_20251001]:{contextWindow:2e5,maxOutputTokens:64e3,multimodal:!0},[e.Anthropic.CLAUDE_OPUS_4_5]:{contextWindow:2e5,maxOutputTokens:64e3,multimodal:!0},[e.Anthropic.CLAUDE_OPUS_4_5_20251101]:{contextWindow:2e5,maxOutputTokens:64e3,multimodal:!0},[e.Anthropic.CLAUDE_OPUS_4_6]:{contextWindow:1e6,maxOutputTokens:128e3,multimodal:!0},[e.Anthropic.CLAUDE_OPUS_4_7]:{contextWindow:1e6,maxOutputTokens:128e3,multimodal:!0},[e.Anthropic.CLAUDE_OPUS_4_8]:{contextWindow:1e6,maxOutputTokens:128e3,multimodal:!0},[e.Anthropic.CLAUDE_OPUS_5]:{contextWindow:1e6,maxOutputTokens:128e3,multimodal:!0},[e.Anthropic.CLAUDE_SONNET_4_5]:{contextWindow:1e6,maxOutputTokens:64e3,multimodal:!0},[e.Anthropic.CLAUDE_SONNET_4_5_20250929]:{contextWindow:1e6,maxOutputTokens:64e3,multimodal:!0},[e.Anthropic.CLAUDE_SONNET_4_6]:{contextWindow:1e6,maxOutputTokens:128e3,multimodal:!0},[e.Anthropic.CLAUDE_SONNET_5]:{contextWindow:1e6,maxOutputTokens:128e3,multimodal:!0},[e.DeepSeek.DEEPSEEK_V4_FLASH]:{contextWindow:1e6,maxOutputTokens:384e3,multimodal:!1},[e.DeepSeek.DEEPSEEK_V4_PRO]:{contextWindow:1e6,maxOutputTokens:384e3,multimodal:!1},[e.Google.GEMINI_2_5_FLASH]:{contextWindow:1048576,maxOutputTokens:65536,multimodal:!0},[e.Google.GEMINI_2_5_FLASH_LITE]:{contextWindow:1048576,maxOutputTokens:65536,multimodal:!0},[e.Google.GEMINI_2_5_PRO]:{contextWindow:1048576,maxOutputTokens:65536,multimodal:!0},[e.Google.GEMINI_3_FLASH_PREVIEW]:{contextWindow:1048576,maxOutputTokens:65536,multimodal:!0},[e.Google.GEMINI_3_1_FLASH_LITE]:{contextWindow:1048576,maxOutputTokens:65536,multimodal:!0},[e.Google.GEMINI_3_1_FLASH_LITE_PREVIEW]:{contextWindow:1048576,maxOutputTokens:65536,multimodal:!0},[e.Google.GEMINI_3_1_PRO_PREVIEW]:{contextWindow:1048576,maxOutputTokens:65536,multimodal:!0},[e.Google.GEMINI_3_1_PRO_PREVIEW_CUSTOMTOOLS]:{contextWindow:1048576,maxOutputTokens:65536,multimodal:!0},[e.Google.GEMINI_3_5_FLASH]:{contextWindow:1048576,maxOutputTokens:65536,multimodal:!0},[e.Google.GEMINI_3_5_FLASH_LITE]:{contextWindow:1048576,maxOutputTokens:65536,multimodal:!0},[e.Google.GEMINI_3_6_FLASH]:{contextWindow:1048576,maxOutputTokens:65536,multimodal:!0},[e.Google.GEMINI_3_7_FLASH]:{contextWindow:1048576,maxOutputTokens:65536,multimodal:!0},[e.Google.GEMINI_FLASH_LATEST]:{contextWindow:1048576,maxOutputTokens:65536,multimodal:!0},[e.Google.GEMINI_FLASH_LITE_LATEST]:{contextWindow:1048576,maxOutputTokens:65536,multimodal:!0},[e.Google.GEMMA_4_26B_A4B_IT]:{contextWindow:262144,maxOutputTokens:32768,multimodal:!0},[e.Google.GEMMA_4_31B_IT]:{contextWindow:262144,maxOutputTokens:32768,multimodal:!0},[e.MiniMax.MINIMAX_M2_7]:{contextWindow:204800,maxOutputTokens:131072,multimodal:!1},[e.MiniMax.MINIMAX_M2_7_HIGHSPEED]:{contextWindow:204800,maxOutputTokens:131072,multimodal:!1},[e.MiniMax.MINIMAX_M3]:{contextWindow:1e6,maxOutputTokens:128e3,multimodal:!0},[e.Mistral.MAGISTRAL_MEDIUM_LATEST]:{contextWindow:128e3,maxOutputTokens:16384,multimodal:!1},[e.Mistral.MAGISTRAL_SMALL]:{contextWindow:128e3,maxOutputTokens:128e3,multimodal:!1},[e.Mistral.MINISTRAL_3B_LATEST]:{contextWindow:128e3,maxOutputTokens:128e3,multimodal:!1},[e.Mistral.MINISTRAL_8B_LATEST]:{contextWindow:128e3,maxOutputTokens:128e3,multimodal:!1},[e.Mistral.MISTRAL_LARGE_LATEST]:{contextWindow:262144,maxOutputTokens:262144,multimodal:!0},[e.Mistral.MISTRAL_MEDIUM_LATEST]:{contextWindow:262144,maxOutputTokens:262144,multimodal:!0},[e.Mistral.MISTRAL_SMALL_LATEST]:{contextWindow:256e3,maxOutputTokens:256e3,multimodal:!0},[e.Moonshot.KIMI_K2_6]:{contextWindow:262144,maxOutputTokens:262144,multimodal:!0},[e.Moonshot.KIMI_K2_7_CODE]:{contextWindow:262144,maxOutputTokens:262144,multimodal:!0},[e.Moonshot.KIMI_K2_7_CODE_HIGHSPEED]:{contextWindow:262144,maxOutputTokens:262144,multimodal:!0},[e.Moonshot.KIMI_K3]:{contextWindow:1048576,maxOutputTokens:131072,multimodal:!0},[e.OpenAI.GPT_4_1]:{contextWindow:1047576,maxOutputTokens:32768,multimodal:!0},[e.OpenAI.GPT_4_1_MINI]:{contextWindow:1047576,maxOutputTokens:32768,multimodal:!0},[e.OpenAI.GPT_4_1_NANO]:{contextWindow:1047576,maxOutputTokens:32768,multimodal:!0},[e.OpenAI.GPT_4O_2024_08_06]:{contextWindow:128e3,maxOutputTokens:16384,multimodal:!0},[e.OpenAI.GPT_4O_2024_11_20]:{contextWindow:128e3,maxOutputTokens:16384,multimodal:!0},[e.OpenAI.GPT_4O_MINI]:{contextWindow:128e3,maxOutputTokens:16384,multimodal:!0},[e.OpenAI.GPT_5]:{contextWindow:4e5,maxOutputTokens:128e3,multimodal:!0},[e.OpenAI.GPT_5_MINI]:{contextWindow:4e5,maxOutputTokens:128e3,multimodal:!0},[e.OpenAI.GPT_5_NANO]:{contextWindow:4e5,maxOutputTokens:128e3,multimodal:!0},[e.OpenAI.GPT_5_PRO]:{contextWindow:4e5,maxOutputTokens:272e3,multimodal:!0},[e.OpenAI.GPT_5_1]:{contextWindow:4e5,maxOutputTokens:128e3,multimodal:!0},[e.OpenAI.GPT_5_2]:{contextWindow:4e5,maxOutputTokens:128e3,multimodal:!0},[e.OpenAI.GPT_5_2_CHAT_LATEST]:{contextWindow:128e3,maxOutputTokens:16384,multimodal:!0},[e.OpenAI.GPT_5_2_PRO]:{contextWindow:4e5,maxOutputTokens:128e3,multimodal:!0},[e.OpenAI.GPT_5_3_CHAT_LATEST]:{contextWindow:128e3,maxOutputTokens:16384,multimodal:!0},[e.OpenAI.GPT_5_3_CODEX]:{contextWindow:4e5,maxOutputTokens:128e3,multimodal:!0},[e.OpenAI.GPT_5_3_CODEX_SPARK]:{contextWindow:128e3,maxOutputTokens:32e3,multimodal:!0},[e.OpenAI.GPT_5_4]:{contextWindow:105e4,maxOutputTokens:128e3,multimodal:!0},[e.OpenAI.GPT_5_4_MINI]:{contextWindow:4e5,maxOutputTokens:128e3,multimodal:!0},[e.OpenAI.GPT_5_4_NANO]:{contextWindow:4e5,maxOutputTokens:128e3,multimodal:!0},[e.OpenAI.GPT_5_4_PRO]:{contextWindow:105e4,maxOutputTokens:128e3,multimodal:!0},[e.OpenAI.GPT_5_5]:{contextWindow:105e4,maxOutputTokens:128e3,multimodal:!0},[e.OpenAI.GPT_5_5_PRO]:{contextWindow:105e4,maxOutputTokens:128e3,multimodal:!0},[e.OpenAI.GPT_5_6]:{contextWindow:105e4,maxOutputTokens:128e3,multimodal:!0},[e.OpenAI.GPT_5_6_LUNA]:{contextWindow:105e4,maxOutputTokens:128e3,multimodal:!0},[e.OpenAI.GPT_5_6_SOL]:{contextWindow:105e4,maxOutputTokens:128e3,multimodal:!0},[e.OpenAI.GPT_5_6_TERRA]:{contextWindow:105e4,maxOutputTokens:128e3,multimodal:!0},[e.OpenAI.O1]:{contextWindow:2e5,maxOutputTokens:1e5,multimodal:!0},[e.OpenAI.O1_PRO]:{contextWindow:2e5,maxOutputTokens:1e5,multimodal:!0},[e.OpenAI.O3]:{contextWindow:2e5,maxOutputTokens:1e5,multimodal:!0},[e.OpenAI.O3_MINI]:{contextWindow:2e5,maxOutputTokens:1e5,multimodal:!1},[e.OpenAI.O3_PRO]:{contextWindow:2e5,maxOutputTokens:1e5,multimodal:!0},[e.OpenAI.O4_MINI]:{contextWindow:2e5,maxOutputTokens:1e5,multimodal:!0},[e.Qwen.QWEN3_5_122B_A10B]:{contextWindow:262144,maxOutputTokens:81920,multimodal:!0},[e.Qwen.QWEN3_5_27B]:{contextWindow:262144,maxOutputTokens:65536,multimodal:!0},[e.Qwen.QWEN3_5_35B_A3B]:{contextWindow:262144,maxOutputTokens:65536,multimodal:!0},[e.Qwen.QWEN3_5_397B_A17B]:{contextWindow:262144,maxOutputTokens:262144,multimodal:!0},[e.Qwen.QWEN3_5_9B]:{contextWindow:262144,maxOutputTokens:262144,multimodal:!0},[e.Qwen.QWEN3_5_FLASH_02_23]:{contextWindow:1e6,maxOutputTokens:65536,multimodal:!0},[e.Qwen.QWEN3_5_PLUS_02_15]:{contextWindow:1e6,maxOutputTokens:65536,multimodal:!0},[e.Qwen.QWEN3_5_PLUS_20260420]:{contextWindow:1e6,maxOutputTokens:65536,multimodal:!0},[e.Qwen.QWEN3_6_27B]:{contextWindow:262144,maxOutputTokens:262144,multimodal:!0},[e.Qwen.QWEN3_6_35B_A3B]:{contextWindow:262144,maxOutputTokens:262144,multimodal:!0},[e.Qwen.QWEN3_6_FLASH]:{contextWindow:1e6,maxOutputTokens:65536,multimodal:!0},[e.Qwen.QWEN3_6_MAX_PREVIEW]:{contextWindow:262144,maxOutputTokens:65536,multimodal:!1},[e.Qwen.QWEN3_6_PLUS]:{contextWindow:1e6,maxOutputTokens:65536,multimodal:!0},[e.Qwen.QWEN3_7_FLASH]:{contextWindow:1e6,maxOutputTokens:65536,multimodal:!0},[e.Qwen.QWEN3_7_MAX]:{contextWindow:1e6,maxOutputTokens:131072,multimodal:!1},[e.Qwen.QWEN3_7_PLUS]:{contextWindow:1e6,maxOutputTokens:131072,multimodal:!0},[e.Qwen.QWEN3_8_2_4T_A95B]:{contextWindow:1048576,maxOutputTokens:262144,multimodal:!1},[e.Qwen.QWEN3_8_MAX]:{contextWindow:1e6,maxOutputTokens:131072,multimodal:!0},[e.ZAI.GLM_5_1]:{contextWindow:2e5,maxOutputTokens:131072,multimodal:!1},[e.ZAI.GLM_5_2]:{contextWindow:1e6,maxOutputTokens:131072,multimodal:!1}};export{t as ModelInfo,e as Models};
1
+ const e={Anthropic:{CLAUDE_FABLE_5:`anthropic/claude-fable-5`,CLAUDE_FABLE_5_1:`anthropic/claude-fable-5-1`,CLAUDE_HAIKU_4_5:`anthropic/claude-haiku-4-5`,CLAUDE_HAIKU_4_5_20251001:`anthropic/claude-haiku-4-5-20251001`,CLAUDE_OPUS_4_5:`anthropic/claude-opus-4-5`,CLAUDE_OPUS_4_5_20251101:`anthropic/claude-opus-4-5-20251101`,CLAUDE_OPUS_4_6:`anthropic/claude-opus-4-6`,CLAUDE_OPUS_4_7:`anthropic/claude-opus-4-7`,CLAUDE_OPUS_4_8:`anthropic/claude-opus-4-8`,CLAUDE_OPUS_5:`anthropic/claude-opus-5`,CLAUDE_SONNET_4_5:`anthropic/claude-sonnet-4-5`,CLAUDE_SONNET_4_5_20250929:`anthropic/claude-sonnet-4-5-20250929`,CLAUDE_SONNET_4_6:`anthropic/claude-sonnet-4-6`,CLAUDE_SONNET_5:`anthropic/claude-sonnet-5`},DeepSeek:{DEEPSEEK_V4_FLASH:`deepseek/deepseek-v4-flash`,DEEPSEEK_V4_FLASH_VISION_EXP:`deepseek/deepseek-v4-flash-vision-exp`,DEEPSEEK_V4_PRO:`deepseek/deepseek-v4-pro`},Google:{GEMINI_2_5_FLASH:`google/gemini-2.5-flash`,GEMINI_2_5_FLASH_LITE:`google/gemini-2.5-flash-lite`,GEMINI_2_5_PRO:`google/gemini-2.5-pro`,GEMINI_3_FLASH_PREVIEW:`google/gemini-3-flash-preview`,GEMINI_3_1_FLASH_LITE:`google/gemini-3.1-flash-lite`,GEMINI_3_1_FLASH_LITE_PREVIEW:`google/gemini-3.1-flash-lite-preview`,GEMINI_3_1_PRO_PREVIEW:`google/gemini-3.1-pro-preview`,GEMINI_3_1_PRO_PREVIEW_CUSTOMTOOLS:`google/gemini-3.1-pro-preview-customtools`,GEMINI_3_5_FLASH:`google/gemini-3.5-flash`,GEMINI_3_5_FLASH_LITE:`google/gemini-3.5-flash-lite`,GEMINI_3_6_FLASH:`google/gemini-3.6-flash`,GEMINI_3_7_FLASH:`google/gemini-3.7-flash`,GEMINI_3_8_FLASH:`google/gemini-3.8-flash`,GEMINI_FLASH_LATEST:`google/gemini-flash-latest`,GEMINI_FLASH_LITE_LATEST:`google/gemini-flash-lite-latest`,GEMMA_4_26B_A4B_IT:`google/gemma-4-26b-a4b-it`,GEMMA_4_31B_IT:`google/gemma-4-31b-it`},MiniMax:{MINIMAX_M2_7:`minimax/MiniMax-M2.7`,MINIMAX_M2_7_HIGHSPEED:`minimax/MiniMax-M2.7-highspeed`,MINIMAX_M3:`minimax/MiniMax-M3`},Mistral:{MAGISTRAL_MEDIUM_LATEST:`mistral/magistral-medium-latest`,MAGISTRAL_SMALL:`mistral/magistral-small`,MINISTRAL_3B_LATEST:`mistral/ministral-3b-latest`,MINISTRAL_8B_LATEST:`mistral/ministral-8b-latest`,MISTRAL_LARGE_LATEST:`mistral/mistral-large-latest`,MISTRAL_MEDIUM_LATEST:`mistral/mistral-medium-latest`,MISTRAL_SMALL_LATEST:`mistral/mistral-small-latest`},Moonshot:{KIMI_K2_6:`moonshotai/kimi-k2.6`,KIMI_K2_7_CODE:`moonshotai/kimi-k2.7-code`,KIMI_K2_7_CODE_HIGHSPEED:`moonshotai/kimi-k2.7-code-highspeed`,KIMI_K3:`moonshotai/kimi-k3`},OpenAI:{GPT_4_1:`openai/gpt-4.1`,GPT_4_1_MINI:`openai/gpt-4.1-mini`,GPT_4_1_NANO:`openai/gpt-4.1-nano`,GPT_4O_2024_08_06:`openai/gpt-4o-2024-08-06`,GPT_4O_2024_11_20:`openai/gpt-4o-2024-11-20`,GPT_4O_MINI:`openai/gpt-4o-mini`,GPT_5:`openai/gpt-5`,GPT_5_MINI:`openai/gpt-5-mini`,GPT_5_NANO:`openai/gpt-5-nano`,GPT_5_PRO:`openai/gpt-5-pro`,GPT_5_1:`openai/gpt-5.1`,GPT_5_2:`openai/gpt-5.2`,GPT_5_2_CHAT_LATEST:`openai/gpt-5.2-chat-latest`,GPT_5_2_PRO:`openai/gpt-5.2-pro`,GPT_5_3_CHAT_LATEST:`openai/gpt-5.3-chat-latest`,GPT_5_3_CODEX:`openai/gpt-5.3-codex`,GPT_5_3_CODEX_SPARK:`openai/gpt-5.3-codex-spark`,GPT_5_4:`openai/gpt-5.4`,GPT_5_4_MINI:`openai/gpt-5.4-mini`,GPT_5_4_NANO:`openai/gpt-5.4-nano`,GPT_5_4_PRO:`openai/gpt-5.4-pro`,GPT_5_5:`openai/gpt-5.5`,GPT_5_5_PRO:`openai/gpt-5.5-pro`,GPT_5_6:`openai/gpt-5.6`,GPT_5_6_LUNA:`openai/gpt-5.6-luna`,GPT_5_6_SOL:`openai/gpt-5.6-sol`,GPT_5_6_TERRA:`openai/gpt-5.6-terra`,O1:`openai/o1`,O1_PRO:`openai/o1-pro`,O3:`openai/o3`,O3_MINI:`openai/o3-mini`,O3_PRO:`openai/o3-pro`,O4_MINI:`openai/o4-mini`},Qwen:{QWEN3_5_122B_A10B:`qwen/qwen3.5-122b-a10b`,QWEN3_5_27B:`qwen/qwen3.5-27b`,QWEN3_5_35B_A3B:`qwen/qwen3.5-35b-a3b`,QWEN3_5_397B_A17B:`qwen/qwen3.5-397b-a17b`,QWEN3_5_9B:`qwen/qwen3.5-9b`,QWEN3_5_FLASH_02_23:`qwen/qwen3.5-flash-02-23`,QWEN3_5_PLUS_02_15:`qwen/qwen3.5-plus-02-15`,QWEN3_5_PLUS_20260420:`qwen/qwen3.5-plus-20260420`,QWEN3_6_27B:`qwen/qwen3.6-27b`,QWEN3_6_35B_A3B:`qwen/qwen3.6-35b-a3b`,QWEN3_6_FLASH:`qwen/qwen3.6-flash`,QWEN3_6_MAX_PREVIEW:`qwen/qwen3.6-max-preview`,QWEN3_6_PLUS:`qwen/qwen3.6-plus`,QWEN3_7_FLASH:`qwen/qwen3.7-flash`,QWEN3_7_MAX:`qwen/qwen3.7-max`,QWEN3_7_PLUS:`qwen/qwen3.7-plus`,QWEN3_8_2_4T_A95B:`qwen/qwen3.8-2.4t-a95b`,QWEN3_8_27B:`qwen/qwen3.8-27b`,QWEN3_8_FLASH:`qwen/qwen3.8-flash`,QWEN3_8_MAX:`qwen/qwen3.8-max`},ZAI:{GLM_5_1:`zai/glm-5.1`,GLM_5_2:`zai/glm-5.2`,GLM_5_3:`zai/glm-5.3`,GLM_5_3_FLASH:`zai/glm-5.3-flash`}},t={[e.Anthropic.CLAUDE_FABLE_5]:{contextWindow:1e6,maxOutputTokens:128e3,multimodal:!0},[e.Anthropic.CLAUDE_FABLE_5_1]:{contextWindow:1e6,maxOutputTokens:128e3,multimodal:!0},[e.Anthropic.CLAUDE_HAIKU_4_5]:{contextWindow:2e5,maxOutputTokens:64e3,multimodal:!0},[e.Anthropic.CLAUDE_HAIKU_4_5_20251001]:{contextWindow:2e5,maxOutputTokens:64e3,multimodal:!0},[e.Anthropic.CLAUDE_OPUS_4_5]:{contextWindow:2e5,maxOutputTokens:64e3,multimodal:!0},[e.Anthropic.CLAUDE_OPUS_4_5_20251101]:{contextWindow:2e5,maxOutputTokens:64e3,multimodal:!0},[e.Anthropic.CLAUDE_OPUS_4_6]:{contextWindow:1e6,maxOutputTokens:128e3,multimodal:!0},[e.Anthropic.CLAUDE_OPUS_4_7]:{contextWindow:1e6,maxOutputTokens:128e3,multimodal:!0},[e.Anthropic.CLAUDE_OPUS_4_8]:{contextWindow:1e6,maxOutputTokens:128e3,multimodal:!0},[e.Anthropic.CLAUDE_OPUS_5]:{contextWindow:1e6,maxOutputTokens:128e3,multimodal:!0},[e.Anthropic.CLAUDE_SONNET_4_5]:{contextWindow:1e6,maxOutputTokens:64e3,multimodal:!0},[e.Anthropic.CLAUDE_SONNET_4_5_20250929]:{contextWindow:1e6,maxOutputTokens:64e3,multimodal:!0},[e.Anthropic.CLAUDE_SONNET_4_6]:{contextWindow:1e6,maxOutputTokens:128e3,multimodal:!0},[e.Anthropic.CLAUDE_SONNET_5]:{contextWindow:1e6,maxOutputTokens:128e3,multimodal:!0},[e.DeepSeek.DEEPSEEK_V4_FLASH]:{contextWindow:1e6,maxOutputTokens:384e3,multimodal:!1},[e.DeepSeek.DEEPSEEK_V4_FLASH_VISION_EXP]:{contextWindow:1e6,maxOutputTokens:384e3,multimodal:!0},[e.DeepSeek.DEEPSEEK_V4_PRO]:{contextWindow:1e6,maxOutputTokens:384e3,multimodal:!1},[e.Google.GEMINI_2_5_FLASH]:{contextWindow:1048576,maxOutputTokens:65536,multimodal:!0},[e.Google.GEMINI_2_5_FLASH_LITE]:{contextWindow:1048576,maxOutputTokens:65536,multimodal:!0},[e.Google.GEMINI_2_5_PRO]:{contextWindow:1048576,maxOutputTokens:65536,multimodal:!0},[e.Google.GEMINI_3_FLASH_PREVIEW]:{contextWindow:1048576,maxOutputTokens:65536,multimodal:!0},[e.Google.GEMINI_3_1_FLASH_LITE]:{contextWindow:1048576,maxOutputTokens:65536,multimodal:!0},[e.Google.GEMINI_3_1_FLASH_LITE_PREVIEW]:{contextWindow:1048576,maxOutputTokens:65536,multimodal:!0},[e.Google.GEMINI_3_1_PRO_PREVIEW]:{contextWindow:1048576,maxOutputTokens:65536,multimodal:!0},[e.Google.GEMINI_3_1_PRO_PREVIEW_CUSTOMTOOLS]:{contextWindow:1048576,maxOutputTokens:65536,multimodal:!0},[e.Google.GEMINI_3_5_FLASH]:{contextWindow:1048576,maxOutputTokens:65536,multimodal:!0},[e.Google.GEMINI_3_5_FLASH_LITE]:{contextWindow:1048576,maxOutputTokens:65536,multimodal:!0},[e.Google.GEMINI_3_6_FLASH]:{contextWindow:1048576,maxOutputTokens:65536,multimodal:!0},[e.Google.GEMINI_3_7_FLASH]:{contextWindow:1048576,maxOutputTokens:65536,multimodal:!0},[e.Google.GEMINI_3_8_FLASH]:{contextWindow:1048576,maxOutputTokens:65536,multimodal:!0},[e.Google.GEMINI_FLASH_LATEST]:{contextWindow:1048576,maxOutputTokens:65536,multimodal:!0},[e.Google.GEMINI_FLASH_LITE_LATEST]:{contextWindow:1048576,maxOutputTokens:65536,multimodal:!0},[e.Google.GEMMA_4_26B_A4B_IT]:{contextWindow:262144,maxOutputTokens:32768,multimodal:!0},[e.Google.GEMMA_4_31B_IT]:{contextWindow:262144,maxOutputTokens:32768,multimodal:!0},[e.MiniMax.MINIMAX_M2_7]:{contextWindow:204800,maxOutputTokens:131072,multimodal:!1},[e.MiniMax.MINIMAX_M2_7_HIGHSPEED]:{contextWindow:204800,maxOutputTokens:131072,multimodal:!1},[e.MiniMax.MINIMAX_M3]:{contextWindow:1048576,maxOutputTokens:512e3,multimodal:!0},[e.Mistral.MAGISTRAL_MEDIUM_LATEST]:{contextWindow:128e3,maxOutputTokens:16384,multimodal:!1},[e.Mistral.MAGISTRAL_SMALL]:{contextWindow:128e3,maxOutputTokens:128e3,multimodal:!1},[e.Mistral.MINISTRAL_3B_LATEST]:{contextWindow:128e3,maxOutputTokens:128e3,multimodal:!1},[e.Mistral.MINISTRAL_8B_LATEST]:{contextWindow:128e3,maxOutputTokens:128e3,multimodal:!1},[e.Mistral.MISTRAL_LARGE_LATEST]:{contextWindow:262144,maxOutputTokens:262144,multimodal:!0},[e.Mistral.MISTRAL_MEDIUM_LATEST]:{contextWindow:262144,maxOutputTokens:262144,multimodal:!0},[e.Mistral.MISTRAL_SMALL_LATEST]:{contextWindow:256e3,maxOutputTokens:256e3,multimodal:!0},[e.Moonshot.KIMI_K2_6]:{contextWindow:262144,maxOutputTokens:262144,multimodal:!0},[e.Moonshot.KIMI_K2_7_CODE]:{contextWindow:262144,maxOutputTokens:262144,multimodal:!0},[e.Moonshot.KIMI_K2_7_CODE_HIGHSPEED]:{contextWindow:262144,maxOutputTokens:262144,multimodal:!0},[e.Moonshot.KIMI_K3]:{contextWindow:1048576,maxOutputTokens:131072,multimodal:!0},[e.OpenAI.GPT_4_1]:{contextWindow:1047576,maxOutputTokens:32768,multimodal:!0},[e.OpenAI.GPT_4_1_MINI]:{contextWindow:1047576,maxOutputTokens:32768,multimodal:!0},[e.OpenAI.GPT_4_1_NANO]:{contextWindow:1047576,maxOutputTokens:32768,multimodal:!0},[e.OpenAI.GPT_4O_2024_08_06]:{contextWindow:128e3,maxOutputTokens:16384,multimodal:!0},[e.OpenAI.GPT_4O_2024_11_20]:{contextWindow:128e3,maxOutputTokens:16384,multimodal:!0},[e.OpenAI.GPT_4O_MINI]:{contextWindow:128e3,maxOutputTokens:16384,multimodal:!0},[e.OpenAI.GPT_5]:{contextWindow:4e5,maxOutputTokens:128e3,multimodal:!0},[e.OpenAI.GPT_5_MINI]:{contextWindow:4e5,maxOutputTokens:128e3,multimodal:!0},[e.OpenAI.GPT_5_NANO]:{contextWindow:4e5,maxOutputTokens:128e3,multimodal:!0},[e.OpenAI.GPT_5_PRO]:{contextWindow:4e5,maxOutputTokens:272e3,multimodal:!0},[e.OpenAI.GPT_5_1]:{contextWindow:4e5,maxOutputTokens:128e3,multimodal:!0},[e.OpenAI.GPT_5_2]:{contextWindow:4e5,maxOutputTokens:128e3,multimodal:!0},[e.OpenAI.GPT_5_2_CHAT_LATEST]:{contextWindow:128e3,maxOutputTokens:16384,multimodal:!0},[e.OpenAI.GPT_5_2_PRO]:{contextWindow:4e5,maxOutputTokens:128e3,multimodal:!0},[e.OpenAI.GPT_5_3_CHAT_LATEST]:{contextWindow:128e3,maxOutputTokens:16384,multimodal:!0},[e.OpenAI.GPT_5_3_CODEX]:{contextWindow:4e5,maxOutputTokens:128e3,multimodal:!0},[e.OpenAI.GPT_5_3_CODEX_SPARK]:{contextWindow:128e3,maxOutputTokens:32e3,multimodal:!0},[e.OpenAI.GPT_5_4]:{contextWindow:105e4,maxOutputTokens:128e3,multimodal:!0},[e.OpenAI.GPT_5_4_MINI]:{contextWindow:4e5,maxOutputTokens:128e3,multimodal:!0},[e.OpenAI.GPT_5_4_NANO]:{contextWindow:4e5,maxOutputTokens:128e3,multimodal:!0},[e.OpenAI.GPT_5_4_PRO]:{contextWindow:105e4,maxOutputTokens:128e3,multimodal:!0},[e.OpenAI.GPT_5_5]:{contextWindow:105e4,maxOutputTokens:128e3,multimodal:!0},[e.OpenAI.GPT_5_5_PRO]:{contextWindow:105e4,maxOutputTokens:128e3,multimodal:!0},[e.OpenAI.GPT_5_6]:{contextWindow:105e4,maxOutputTokens:128e3,multimodal:!0},[e.OpenAI.GPT_5_6_LUNA]:{contextWindow:105e4,maxOutputTokens:128e3,multimodal:!0},[e.OpenAI.GPT_5_6_SOL]:{contextWindow:105e4,maxOutputTokens:128e3,multimodal:!0},[e.OpenAI.GPT_5_6_TERRA]:{contextWindow:105e4,maxOutputTokens:128e3,multimodal:!0},[e.OpenAI.O1]:{contextWindow:2e5,maxOutputTokens:1e5,multimodal:!0},[e.OpenAI.O1_PRO]:{contextWindow:2e5,maxOutputTokens:1e5,multimodal:!0},[e.OpenAI.O3]:{contextWindow:2e5,maxOutputTokens:1e5,multimodal:!0},[e.OpenAI.O3_MINI]:{contextWindow:2e5,maxOutputTokens:1e5,multimodal:!1},[e.OpenAI.O3_PRO]:{contextWindow:2e5,maxOutputTokens:1e5,multimodal:!0},[e.OpenAI.O4_MINI]:{contextWindow:2e5,maxOutputTokens:1e5,multimodal:!0},[e.Qwen.QWEN3_5_122B_A10B]:{contextWindow:262144,maxOutputTokens:81920,multimodal:!0},[e.Qwen.QWEN3_5_27B]:{contextWindow:262144,maxOutputTokens:65536,multimodal:!0},[e.Qwen.QWEN3_5_35B_A3B]:{contextWindow:262144,maxOutputTokens:16384,multimodal:!0},[e.Qwen.QWEN3_5_397B_A17B]:{contextWindow:262144,maxOutputTokens:235929,multimodal:!0},[e.Qwen.QWEN3_5_9B]:{contextWindow:262144,maxOutputTokens:235929,multimodal:!0},[e.Qwen.QWEN3_5_FLASH_02_23]:{contextWindow:1e6,maxOutputTokens:65536,multimodal:!0},[e.Qwen.QWEN3_5_PLUS_02_15]:{contextWindow:1e6,maxOutputTokens:65536,multimodal:!0},[e.Qwen.QWEN3_5_PLUS_20260420]:{contextWindow:1e6,maxOutputTokens:65536,multimodal:!0},[e.Qwen.QWEN3_6_27B]:{contextWindow:262144,maxOutputTokens:65536,multimodal:!0},[e.Qwen.QWEN3_6_35B_A3B]:{contextWindow:262144,maxOutputTokens:235929,multimodal:!0},[e.Qwen.QWEN3_6_FLASH]:{contextWindow:1e6,maxOutputTokens:65536,multimodal:!0},[e.Qwen.QWEN3_6_MAX_PREVIEW]:{contextWindow:262144,maxOutputTokens:65536,multimodal:!1},[e.Qwen.QWEN3_6_PLUS]:{contextWindow:1e6,maxOutputTokens:65536,multimodal:!0},[e.Qwen.QWEN3_7_FLASH]:{contextWindow:1e6,maxOutputTokens:65536,multimodal:!0},[e.Qwen.QWEN3_7_MAX]:{contextWindow:1e6,maxOutputTokens:131072,multimodal:!1},[e.Qwen.QWEN3_7_PLUS]:{contextWindow:1e6,maxOutputTokens:131072,multimodal:!0},[e.Qwen.QWEN3_8_2_4T_A95B]:{contextWindow:1048576,maxOutputTokens:262144,multimodal:!1},[e.Qwen.QWEN3_8_27B]:{contextWindow:1e6,maxOutputTokens:131072,multimodal:!0},[e.Qwen.QWEN3_8_FLASH]:{contextWindow:1e6,maxOutputTokens:131072,multimodal:!0},[e.Qwen.QWEN3_8_MAX]:{contextWindow:1e6,maxOutputTokens:131072,multimodal:!0},[e.ZAI.GLM_5_1]:{contextWindow:2e5,maxOutputTokens:131072,multimodal:!1},[e.ZAI.GLM_5_2]:{contextWindow:1e6,maxOutputTokens:131072,multimodal:!1},[e.ZAI.GLM_5_3]:{contextWindow:1e6,maxOutputTokens:131072,multimodal:!1},[e.ZAI.GLM_5_3_FLASH]:{contextWindow:1e6,maxOutputTokens:131072,multimodal:!0}};export{t as ModelInfo,e as Models};
@@ -365,6 +365,21 @@ declare function loadFileContent(filePath: string): Promise<FileInfo>;
365
365
  declare function loadFileContent(filePath: string, encoding: "utf-8"): Promise<InlineTextFile>;
366
366
  declare function loadFileContent(filePath: string, encoding: "base64"): Promise<InlineBinaryFile>;
367
367
  //#endregion
368
+ //#region src/providers/reasoning.d.ts
369
+ /**
370
+ * Named reasoning depth. Relative within a model, not comparable compute or
371
+ * token spend across models.
372
+ */
373
+ type ReasoningEffort = "low" | "medium" | "high";
374
+ /**
375
+ * Provider-portable reasoning control. `"default"` (or omission) sends no
376
+ * reasoning fields; `"off"` sends the provider's explicit disable shape;
377
+ * `"on"` is `{ effort: "medium" }`. Normative in docs/architecture/reasoning.md.
378
+ */
379
+ type ReasoningSetting = "default" | "off" | "on" | {
380
+ effort: ReasoningEffort;
381
+ };
382
+ //#endregion
368
383
  //#region src/providers/types.d.ts
369
384
  /**
370
385
  * Internal services available to provider adapters while executing a model request.
@@ -399,8 +414,12 @@ type ToolChoice = "auto" | "none" | "required" | {
399
414
  * represented here.
400
415
  */
401
416
  interface AxleModelRequestOptions {
402
- /** Enables or disables provider reasoning/thinking controls where supported. */
403
- reasoning?: boolean;
417
+ /**
418
+ * Portable reasoning control: `"default"` inherits the model's behavior,
419
+ * `"off"` sends the provider's explicit disable, `"on"` is medium effort,
420
+ * `{ effort }` picks a named level or legacy budget preset.
421
+ */
422
+ reasoning?: ReasoningSetting;
404
423
  /** Maximum output tokens to request from the model. */
405
424
  maxOutputTokens?: number;
406
425
  /** Sampling temperature, when supported by the provider/model. */
@@ -1327,4 +1346,4 @@ declare class Transcript<TAnnotation extends Annotation = Annotation, THostEvent
1327
1346
  private handled;
1328
1347
  }
1329
1348
  //#endregion
1330
- export { ThinkingContinuity as $, TimingInfo as A, SpanOptions as At, AxleUserMessage as B, CompactionPart as C, EventLevel as Ct, SubagentAction as D, Span as Dt, ProviderToolAction as E, LLMResult as Et, TurnStatus as F, ToolResult as Ft, ContentPartCitation as G, CitationOutputSpan as H, AxleAssistantMessage as I, TraceWriter as It, ContentPartText as J, ContentPartFile as K, AxleMessage as L, Turn as M, SpanStatus as Mt, TurnMetadata as N, SpanType as Nt, TextPart as O, SpanData as Ot, TurnPart as P, TokenUsage as Pt, MessageMetadata as Q, AxleToolCallMessage as R, CitationPart as S, UsageEntry as St, FilePart as T, LLMResponse as Tt, CitationSource as U, Citation as V, ContentPart as W, ContentPartToolCall as X, ContentPartThinking as Y, DocumentLocator as Z, ActionPart as _, FileResolver as _t, CompactionStamp as a, ModelError as at, AnnotationPlacement as b, Stats as bt, ExecutableTool as c, ProviderOptions as ct, ToolDefinition as d, DeferredFileInfo as dt, ToolResultPart as et, ToolProgressChunk as f, FileInfo as ft, TurnEvent as g, FileResolveRequest as gt, AnnotationTarget as h, FileResolveFormat as ht, UnknownEvent as i, ContextUsage as it, ToolAction as j, SpanResult as jt, ThinkingPart as k, SpanEvent as kt, ProviderTool as l, ResolvedProviderTool as lt, AnnotationEvent as m, FileProviderId as mt, TranscriptApplyResult as n, AxleModelRequestOptions as nt, getCompactionStamp as o, ModelResult as ot, ToolRegistry as p, FileKind as pt, ContentPartProviderTool as q, TranscriptInput as r, AxleStopReason as rt, validateCompactedMessages as s, ProviderClientOptions as st, Transcript as t, AIProvider as tt, ToolContext as u, ToolChoice as ut, ActionResult as v, ResolvedFileSource as vt, CompactionUpdate as w, LLMRequest as wt, AnnotationStatus as x, TokenStats as xt, Annotation as y, loadFileContent as yt, AxleToolCallResult as z };
1349
+ export { ThinkingContinuity as $, TimingInfo as A, SpanData as At, AxleUserMessage as B, CompactionPart as C, TokenStats as Ct, SubagentAction as D, LLMResponse as Dt, ProviderToolAction as E, LLMRequest as Et, TurnStatus as F, SpanType as Ft, ContentPartCitation as G, CitationOutputSpan as H, AxleAssistantMessage as I, TokenUsage as It, ContentPartText as J, ContentPartFile as K, AxleMessage as L, ToolResult as Lt, Turn as M, SpanOptions as Mt, TurnMetadata as N, SpanResult as Nt, TextPart as O, LLMResult as Ot, TurnPart as P, SpanStatus as Pt, MessageMetadata as Q, AxleToolCallMessage as R, TraceWriter as Rt, CitationPart as S, Stats as St, FilePart as T, EventLevel as Tt, CitationSource as U, Citation as V, ContentPart as W, ContentPartToolCall as X, ContentPartThinking as Y, DocumentLocator as Z, ActionPart as _, FileResolveFormat as _t, CompactionStamp as a, ModelError as at, AnnotationPlacement as b, ResolvedFileSource as bt, ExecutableTool as c, ProviderOptions as ct, ToolDefinition as d, ReasoningEffort as dt, ToolResultPart as et, ToolProgressChunk as f, ReasoningSetting as ft, TurnEvent as g, FileProviderId as gt, AnnotationTarget as h, FileKind as ht, UnknownEvent as i, ContextUsage as it, ToolAction as j, SpanEvent as jt, ThinkingPart as k, Span as kt, ProviderTool as l, ResolvedProviderTool as lt, AnnotationEvent as m, FileInfo as mt, TranscriptApplyResult as n, AxleModelRequestOptions as nt, getCompactionStamp as o, ModelResult as ot, ToolRegistry as p, DeferredFileInfo as pt, ContentPartProviderTool as q, TranscriptInput as r, AxleStopReason as rt, validateCompactedMessages as s, ProviderClientOptions as st, Transcript as t, AIProvider as tt, ToolContext as u, ToolChoice as ut, ActionResult as v, FileResolveRequest as vt, CompactionUpdate as w, UsageEntry as wt, AnnotationStatus as x, loadFileContent as xt, Annotation as y, FileResolver as yt, AxleToolCallResult as z };
package/dist/ui.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { $ as ThinkingContinuity, A as TimingInfo, C as CompactionPart, D as SubagentAction, E as ProviderToolAction, F as TurnStatus, H as CitationOutputSpan, M as Turn, N as TurnMetadata, O as TextPart, P as TurnPart, S as CitationPart, St as UsageEntry, T as FilePart, U as CitationSource, V as Citation, Z as DocumentLocator, _ as ActionPart, a as CompactionStamp, b as AnnotationPlacement, bt as Stats, ft as FileInfo, g as TurnEvent, h as AnnotationTarget, i as UnknownEvent, j as ToolAction, k as ThinkingPart, m as AnnotationEvent, n as TranscriptApplyResult, r as TranscriptInput, t as Transcript, v as ActionResult, w as CompactionUpdate, x as AnnotationStatus, xt as TokenStats, y as Annotation } from "./transcript-D69LP3XR.js";
1
+ import { $ as ThinkingContinuity, A as TimingInfo, C as CompactionPart, Ct as TokenStats, D as SubagentAction, E as ProviderToolAction, F as TurnStatus, H as CitationOutputSpan, M as Turn, N as TurnMetadata, O as TextPart, P as TurnPart, S as CitationPart, St as Stats, T as FilePart, U as CitationSource, V as Citation, Z as DocumentLocator, _ as ActionPart, a as CompactionStamp, b as AnnotationPlacement, g as TurnEvent, h as AnnotationTarget, i as UnknownEvent, j as ToolAction, k as ThinkingPart, m as AnnotationEvent, mt as FileInfo, n as TranscriptApplyResult, r as TranscriptInput, t as Transcript, v as ActionResult, w as CompactionUpdate, wt as UsageEntry, x as AnnotationStatus, y as Annotation } from "./transcript-BuUBiQX6.js";
2
2
  export { type ActionPart, type ActionResult, type Annotation, type AnnotationEvent, type AnnotationPlacement, type AnnotationStatus, type AnnotationTarget, type Citation, type CitationOutputSpan, type CitationPart, type CitationSource, type CompactionPart, type CompactionStamp, type CompactionUpdate, type DocumentLocator, type FileInfo, type FilePart, type ProviderToolAction, type Stats, type SubagentAction, type TextPart, type ThinkingContinuity, type ThinkingPart, type TimingInfo, type TokenStats, type ToolAction, Transcript, type TranscriptApplyResult, type TranscriptInput, type Turn, type TurnEvent, type TurnMetadata, type TurnPart, type TurnStatus, type UnknownEvent, type UsageEntry };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fifthrevision/axle",
3
- "version": "0.30.2",
3
+ "version": "0.31.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/johncch/axle.git"