llm-strings 1.4.0 → 1.5.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.
@@ -1,5 +1,5 @@
1
- import { P as Provider } from './provider-core-B934MuhJ.cjs';
2
- export { A as ALIASES, B as BedrockModelFamily, C as CACHE_TTLS, c as CACHE_VALUES, D as DURATION_RE, H as HOST_ALIASES, a as HostAlias, b as HostResolution, d as PARAM_SPECS, e as PROVIDER_PARAMS, f as ParamSpec, R as REASONING_MODEL_UNSUPPORTED, g as bedrockSupportsCaching, h as canHostOpenAIModels, i as detectBedrockModelFamily, j as detectGatewaySubProvider, k as detectProvider, l as isGatewayProvider, m as isReasoningModel, p as providerFromHostAlias, r as resolveHostAlias } from './provider-core-B934MuhJ.cjs';
1
+ import { P as Provider } from './provider-core-B1GMszQP.cjs';
2
+ export { A as ALIASES, B as BedrockModelFamily, C as CACHE_TTLS, c as CACHE_VALUES, H as HOST_ALIASES, a as HostAlias, b as HostResolution, d as PARAM_SPECS, e as PROVIDER_PARAMS, f as ParamSpec, R as REASONING_MODEL_UNSUPPORTED, g as bedrockSupportsCaching, h as canHostOpenAIModels, i as detectBedrockModelFamily, j as detectGatewaySubProvider, k as detectProvider, l as isGatewayProvider, m as isReasoningModel, n as modelMatchesFamily, p as providerFromHostAlias, r as resolveHostAlias } from './provider-core-B1GMszQP.cjs';
3
3
 
4
4
  interface ProviderMeta {
5
5
  /** Provider identifier — matches the Provider union type. */
@@ -1,5 +1,5 @@
1
- import { P as Provider } from './provider-core-B934MuhJ.js';
2
- export { A as ALIASES, B as BedrockModelFamily, C as CACHE_TTLS, c as CACHE_VALUES, D as DURATION_RE, H as HOST_ALIASES, a as HostAlias, b as HostResolution, d as PARAM_SPECS, e as PROVIDER_PARAMS, f as ParamSpec, R as REASONING_MODEL_UNSUPPORTED, g as bedrockSupportsCaching, h as canHostOpenAIModels, i as detectBedrockModelFamily, j as detectGatewaySubProvider, k as detectProvider, l as isGatewayProvider, m as isReasoningModel, p as providerFromHostAlias, r as resolveHostAlias } from './provider-core-B934MuhJ.js';
1
+ import { P as Provider } from './provider-core-B1GMszQP.js';
2
+ export { A as ALIASES, B as BedrockModelFamily, C as CACHE_TTLS, c as CACHE_VALUES, H as HOST_ALIASES, a as HostAlias, b as HostResolution, d as PARAM_SPECS, e as PROVIDER_PARAMS, f as ParamSpec, R as REASONING_MODEL_UNSUPPORTED, g as bedrockSupportsCaching, h as canHostOpenAIModels, i as detectBedrockModelFamily, j as detectGatewaySubProvider, k as detectProvider, l as isGatewayProvider, m as isReasoningModel, n as modelMatchesFamily, p as providerFromHostAlias, r as resolveHostAlias } from './provider-core-B1GMszQP.js';
3
3
 
4
4
  interface ProviderMeta {
5
5
  /** Provider identifier — matches the Provider union type. */
package/dist/providers.js CHANGED
@@ -2,7 +2,6 @@ import {
2
2
  ALIASES,
3
3
  CACHE_TTLS,
4
4
  CACHE_VALUES,
5
- DURATION_RE,
6
5
  HOST_ALIASES,
7
6
  PARAM_SPECS,
8
7
  PROVIDER_PARAMS,
@@ -14,9 +13,10 @@ import {
14
13
  detectProvider,
15
14
  isGatewayProvider,
16
15
  isReasoningModel,
16
+ modelMatchesFamily,
17
17
  providerFromHostAlias,
18
18
  resolveHostAlias
19
- } from "./chunk-76EFNZCF.js";
19
+ } from "./chunk-PCJDQTOV.js";
20
20
 
21
21
  // src/provider-meta.ts
22
22
  var PROVIDER_META = [
@@ -200,7 +200,6 @@ export {
200
200
  CACHE_TTLS,
201
201
  CACHE_VALUES,
202
202
  CANONICAL_PARAM_SPECS,
203
- DURATION_RE,
204
203
  HOST_ALIASES,
205
204
  PARAM_SPECS,
206
205
  PROVIDER_META,
@@ -213,6 +212,7 @@ export {
213
212
  detectProvider,
214
213
  isGatewayProvider,
215
214
  isReasoningModel,
215
+ modelMatchesFamily,
216
216
  providerFromHostAlias,
217
217
  resolveHostAlias
218
218
  };