SyniModelOption class sealed
One entry in the Syni model catalog — a local (on-device GGUF) or cloud (server-side) model. The two are peers: the client's router picks among them using optimizedFor tags, requires constraints, and the active execution mode.
- Implementers
Properties
- description → String
-
final
- displayName → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
Stable catalog id.
final
- isDefault → bool
-
The recommended default when the caller has no task-specific preference.
final
-
optimizedFor
→ Set<
String> -
Free-form capability tags the router scores against a task, e.g.
offline,low_latency,deep_reasoning,long_context,privacy.final -
requires
→ Set<
String> -
Hard constraints the client must satisfy to offer this option, e.g.
network,plan_pro,device_class_high.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
Map< String, dynamic> json) → SyniModelOption -
Parse one
/v1/modelsmanifest entry.