Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.
Feature that a backend or model family may support.
Used by the capability registry and policy engine to determine which optimization intents can be expressed for a given target.
ExplicitCacheBreakpointsExplicitCacheBreakpoints
Backend supports explicit cache control breakpoints (e.g., Anthropic).
AutomaticPrefixCachingAutomaticPrefixCaching
Backend uses automatic prefix caching (e.g., OpenAI).
RetentionTiersRetentionTiers
Backend supports retention tier control.
PrioritySchedulingPriorityScheduling
Backend supports priority-based scheduling.
ModelRoutingModelRouting
Backend supports model routing/selection.
DeferredToolLoadingDeferredToolLoading
Backend supports deferred tool loading.
FileReferencesFileReferences
Backend supports file/artifact references in prompts.
StructuredOutputStructuredOutput
Backend supports structured output schemas.
PrefixAffinityHintsPrefixAffinityHints
Backend supports prefix-affinity routing hints.
StreamingTokenCountsStreamingTokenCounts
Backend reports per-chunk token counts in streaming responses.
impl Clone for ProviderFeatureimpl Clone for ProviderFeature
clonefn clone(&self) -> ProviderFeature
clone_fromfn clone_from(&mut self, source: &Self)
impl Debug for ProviderFeatureimpl Debug for ProviderFeature
fmtfn fmt(&self, f: &mut Formatter<'_>) -> Result
impl<'de> Deserialize<'de> for ProviderFeatureimpl<'de> Deserialize<'de> for ProviderFeature
deserializefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
impl Hash for ProviderFeatureimpl Hash for ProviderFeature
hashfn hash<__H: Hasher>(&self, state: &mut __H)
hash_slicefn hash_slice<H>(data: &[Self], state: &mut H)where
H: Hasher,
Self: Sized,
impl PartialEq for ProviderFeatureimpl PartialEq for ProviderFeature
eqfn eq(&self, other: &ProviderFeature) -> bool
nefn ne(&self, other: &Rhs) -> bool
impl Serialize for ProviderFeatureimpl Serialize for ProviderFeature
serializefn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
__S: Serializer,
impl Copy for ProviderFeatureimpl Copy for ProviderFeature
impl Eq for ProviderFeatureimpl Eq for ProviderFeature
impl StructuralPartialEq for ProviderFeatureimpl StructuralPartialEq for ProviderFeature