OpenAICompatibleDefaults class
OpenAI-compatible provider configurations
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
Constants
-
deepseek
→ const Map<
String, dynamic> - DeepSeek using OpenAI-compatible API
-
githubCopilot
→ const Map<
String, dynamic> - GitHub Copilot configuration
-
groq
→ const Map<
String, dynamic> - Groq using OpenAI-compatible API
-
openRouter
→ const Map<
String, dynamic> - OpenRouter configuration
-
phind
→ const Map<
String, dynamic> - Phind using OpenAI-compatible API
-
togetherAI
→ const Map<
String, dynamic> - Together AI configuration
-
xai
→ const Map<
String, dynamic> - xAI using OpenAI-compatible API