@ax-llm/ax 24.0.0 → 24.0.1

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/index.d.cts CHANGED
@@ -12609,7 +12609,7 @@ declare const axAIProviderProfiles: {
12609
12609
  readonly structuredOutputs: false;
12610
12610
  readonly thinking: false;
12611
12611
  readonly multiTurn: true;
12612
- readonly structuredOutputModes: readonly ["function"];
12612
+ readonly structuredOutputModes: readonly ["function", "json_object"];
12613
12613
  };
12614
12614
  readonly operations: {
12615
12615
  readonly chat: {
@@ -13004,10 +13004,10 @@ declare const axAIProviderProfiles: {
13004
13004
  readonly capabilities: {
13005
13005
  readonly functions: true;
13006
13006
  readonly streaming: true;
13007
- readonly structuredOutputs: false;
13007
+ readonly structuredOutputs: true;
13008
13008
  readonly thinking: false;
13009
13009
  readonly multiTurn: true;
13010
- readonly structuredOutputModes: readonly ["function"];
13010
+ readonly structuredOutputModes: readonly ["native", "function", "json_object"];
13011
13011
  };
13012
13012
  readonly operations: {
13013
13013
  readonly chat: {
@@ -13121,6 +13121,38 @@ declare const axAIProviderProfiles: {
13121
13121
  readonly sources: readonly ["https://openrouter.ai/docs/guides/best-practices/reasoning-tokens"];
13122
13122
  readonly reviewedAt: "2026-08-18";
13123
13123
  };
13124
+ readonly orcarouter: {
13125
+ readonly id: "orcarouter";
13126
+ readonly name: "OrcaRouter";
13127
+ readonly aliases: readonly ["orcarouter"];
13128
+ readonly transport: "openai-chat";
13129
+ readonly baseURL: "https://api.orcarouter.ai/v1";
13130
+ readonly requiresApiURL: false;
13131
+ readonly auth: {
13132
+ readonly type: "bearer";
13133
+ readonly required: true;
13134
+ };
13135
+ readonly defaults: {
13136
+ readonly model: "orcarouter/auto";
13137
+ };
13138
+ readonly capabilities: {
13139
+ readonly functions: true;
13140
+ readonly streaming: true;
13141
+ readonly structuredOutputs: false;
13142
+ readonly thinking: false;
13143
+ readonly multiTurn: true;
13144
+ readonly structuredOutputModes: readonly ["function"];
13145
+ };
13146
+ readonly operations: {
13147
+ readonly chat: {
13148
+ readonly path: "/chat/completions";
13149
+ readonly dialect: "openai-chat";
13150
+ };
13151
+ };
13152
+ readonly modelRules: readonly [];
13153
+ readonly sources: readonly ["https://www.orcarouter.ai"];
13154
+ readonly reviewedAt: "2026-08-19";
13155
+ };
13124
13156
  readonly fireworks: {
13125
13157
  readonly id: "fireworks";
13126
13158
  readonly name: "Fireworks AI";
@@ -14295,6 +14327,7 @@ declare const axAIProviderAliases: {
14295
14327
  readonly "together-ai": "together";
14296
14328
  readonly together_ai: "together";
14297
14329
  readonly openrouter: "openrouter";
14330
+ readonly orcarouter: "orcarouter";
14298
14331
  readonly fireworks: "fireworks";
14299
14332
  readonly "fireworks-ai": "fireworks";
14300
14333
  readonly "huggingface-router": "huggingface-router";
@@ -14346,7 +14379,7 @@ declare const axAIProviderAliases: {
14346
14379
  readonly "baseten-engine": "baseten-engine";
14347
14380
  readonly truss: "baseten-engine";
14348
14381
  };
14349
- declare const axAIProviderProfileIds: readonly ["openai", "openai-compatible", "openai-responses", "anthropic", "google-gemini", "webllm", "azure-openai", "deepseek", "deepseek-responses", "mistral", "cohere", "grok", "reka", "together", "openrouter", "fireworks", "huggingface-router", "amazon-bedrock", "azure-foundry", "vertex-ai", "databricks", "baseten", "groq", "cerebras", "deepinfra", "sambanova", "nebius", "novita", "hyperbolic", "siliconflow", "friendli", "cloudflare-workers-ai", "featherless", "nscale", "ovhcloud", "scaleway", "nvidia-nim", "runpod-vllm", "sagemaker-vllm", "vllm", "ollama", "lm-studio", "llama-cpp", "localai", "baseten-engine"];
14382
+ declare const axAIProviderProfileIds: readonly ["openai", "openai-compatible", "openai-responses", "anthropic", "google-gemini", "webllm", "azure-openai", "deepseek", "deepseek-responses", "mistral", "cohere", "grok", "reka", "together", "openrouter", "orcarouter", "fireworks", "huggingface-router", "amazon-bedrock", "azure-foundry", "vertex-ai", "databricks", "baseten", "groq", "cerebras", "deepinfra", "sambanova", "nebius", "novita", "hyperbolic", "siliconflow", "friendli", "cloudflare-workers-ai", "featherless", "nscale", "ovhcloud", "scaleway", "nvidia-nim", "runpod-vllm", "sagemaker-vllm", "vllm", "ollama", "lm-studio", "llama-cpp", "localai", "baseten-engine"];
14350
14383
 
14351
14384
  type AxAIProfileId = keyof typeof axAIProviderProfiles;
14352
14385
  type AxAIProfileTransport = 'openai-chat' | 'openai-responses' | 'anthropic-messages' | 'gemini-generate-content' | 'webllm';
package/index.d.ts CHANGED
@@ -12609,7 +12609,7 @@ declare const axAIProviderProfiles: {
12609
12609
  readonly structuredOutputs: false;
12610
12610
  readonly thinking: false;
12611
12611
  readonly multiTurn: true;
12612
- readonly structuredOutputModes: readonly ["function"];
12612
+ readonly structuredOutputModes: readonly ["function", "json_object"];
12613
12613
  };
12614
12614
  readonly operations: {
12615
12615
  readonly chat: {
@@ -13004,10 +13004,10 @@ declare const axAIProviderProfiles: {
13004
13004
  readonly capabilities: {
13005
13005
  readonly functions: true;
13006
13006
  readonly streaming: true;
13007
- readonly structuredOutputs: false;
13007
+ readonly structuredOutputs: true;
13008
13008
  readonly thinking: false;
13009
13009
  readonly multiTurn: true;
13010
- readonly structuredOutputModes: readonly ["function"];
13010
+ readonly structuredOutputModes: readonly ["native", "function", "json_object"];
13011
13011
  };
13012
13012
  readonly operations: {
13013
13013
  readonly chat: {
@@ -13121,6 +13121,38 @@ declare const axAIProviderProfiles: {
13121
13121
  readonly sources: readonly ["https://openrouter.ai/docs/guides/best-practices/reasoning-tokens"];
13122
13122
  readonly reviewedAt: "2026-08-18";
13123
13123
  };
13124
+ readonly orcarouter: {
13125
+ readonly id: "orcarouter";
13126
+ readonly name: "OrcaRouter";
13127
+ readonly aliases: readonly ["orcarouter"];
13128
+ readonly transport: "openai-chat";
13129
+ readonly baseURL: "https://api.orcarouter.ai/v1";
13130
+ readonly requiresApiURL: false;
13131
+ readonly auth: {
13132
+ readonly type: "bearer";
13133
+ readonly required: true;
13134
+ };
13135
+ readonly defaults: {
13136
+ readonly model: "orcarouter/auto";
13137
+ };
13138
+ readonly capabilities: {
13139
+ readonly functions: true;
13140
+ readonly streaming: true;
13141
+ readonly structuredOutputs: false;
13142
+ readonly thinking: false;
13143
+ readonly multiTurn: true;
13144
+ readonly structuredOutputModes: readonly ["function"];
13145
+ };
13146
+ readonly operations: {
13147
+ readonly chat: {
13148
+ readonly path: "/chat/completions";
13149
+ readonly dialect: "openai-chat";
13150
+ };
13151
+ };
13152
+ readonly modelRules: readonly [];
13153
+ readonly sources: readonly ["https://www.orcarouter.ai"];
13154
+ readonly reviewedAt: "2026-08-19";
13155
+ };
13124
13156
  readonly fireworks: {
13125
13157
  readonly id: "fireworks";
13126
13158
  readonly name: "Fireworks AI";
@@ -14295,6 +14327,7 @@ declare const axAIProviderAliases: {
14295
14327
  readonly "together-ai": "together";
14296
14328
  readonly together_ai: "together";
14297
14329
  readonly openrouter: "openrouter";
14330
+ readonly orcarouter: "orcarouter";
14298
14331
  readonly fireworks: "fireworks";
14299
14332
  readonly "fireworks-ai": "fireworks";
14300
14333
  readonly "huggingface-router": "huggingface-router";
@@ -14346,7 +14379,7 @@ declare const axAIProviderAliases: {
14346
14379
  readonly "baseten-engine": "baseten-engine";
14347
14380
  readonly truss: "baseten-engine";
14348
14381
  };
14349
- declare const axAIProviderProfileIds: readonly ["openai", "openai-compatible", "openai-responses", "anthropic", "google-gemini", "webllm", "azure-openai", "deepseek", "deepseek-responses", "mistral", "cohere", "grok", "reka", "together", "openrouter", "fireworks", "huggingface-router", "amazon-bedrock", "azure-foundry", "vertex-ai", "databricks", "baseten", "groq", "cerebras", "deepinfra", "sambanova", "nebius", "novita", "hyperbolic", "siliconflow", "friendli", "cloudflare-workers-ai", "featherless", "nscale", "ovhcloud", "scaleway", "nvidia-nim", "runpod-vllm", "sagemaker-vllm", "vllm", "ollama", "lm-studio", "llama-cpp", "localai", "baseten-engine"];
14382
+ declare const axAIProviderProfileIds: readonly ["openai", "openai-compatible", "openai-responses", "anthropic", "google-gemini", "webllm", "azure-openai", "deepseek", "deepseek-responses", "mistral", "cohere", "grok", "reka", "together", "openrouter", "orcarouter", "fireworks", "huggingface-router", "amazon-bedrock", "azure-foundry", "vertex-ai", "databricks", "baseten", "groq", "cerebras", "deepinfra", "sambanova", "nebius", "novita", "hyperbolic", "siliconflow", "friendli", "cloudflare-workers-ai", "featherless", "nscale", "ovhcloud", "scaleway", "nvidia-nim", "runpod-vllm", "sagemaker-vllm", "vllm", "ollama", "lm-studio", "llama-cpp", "localai", "baseten-engine"];
14350
14383
 
14351
14384
  type AxAIProfileId = keyof typeof axAIProviderProfiles;
14352
14385
  type AxAIProfileTransport = 'openai-chat' | 'openai-responses' | 'anthropic-messages' | 'gemini-generate-content' | 'webllm';