OpenAICompatibleDefaults class

OpenAI-compatible provider configurations

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

getAllConfigs() List<Map<String, dynamic>>
Get all OpenAI-compatible configurations
getConfig(String providerId) Map<String, dynamic>?
Get configuration by provider ID

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