AiModel class
Constructors
-
AiModel({required String id, required String aiVendorId, required String name, required String cost, required String includedK, required String costExtraK, required bool frontier, required bool legacy, required bool canUseTools, required List<
String> capabilities, required AiVendor? vendor}) -
AiModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
- aiVendorId ↔ String
-
getter/setter pair
- canUseTools ↔ bool
-
getter/setter pair
-
capabilities
↔ List<
String> -
getter/setter pair
- cost ↔ String
-
getter/setter pair
- costExtraK ↔ String
-
getter/setter pair
- frontier ↔ bool
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String
-
getter/setter pair
- includedK ↔ String
-
getter/setter pair
- legacy ↔ bool
-
getter/setter pair
- name ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- vendor ↔ AiVendor?
-
getter/setter pair
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