AICapability enum

Capabilities that an AI provider may support.

Inheritance
Available extensions

Values

textCompletion → const AICapability

Text completion / chat.

streaming → const AICapability

Streaming text responses.

vision → const AICapability

Image understanding (vision).

imageGeneration → const AICapability

Image generation.

embeddings → const AICapability

Text embeddings.

functionCalling → const AICapability

Function/tool calling.

audioInput → const AICapability

Audio input (speech-to-text).

audioOutput → const AICapability

Audio output (text-to-speech).

codeExecution → const AICapability

Code execution.

structuredOutput → const AICapability

JSON mode / structured output.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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

Constants

values → const List<AICapability>
A constant List of the values in this enum, in order of their declaration.