apiUrl property
Implementation
String get apiUrl => switch (this) {
claude => 'https://api.anthropic.com/v1/messages',
openai => 'https://api.openai.com/v1/chat/completions',
gemini => 'https://generativelanguage.googleapis.com/v1beta',
};
String get apiUrl => switch (this) {
claude => 'https://api.anthropic.com/v1/messages',
openai => 'https://api.openai.com/v1/chat/completions',
gemini => 'https://generativelanguage.googleapis.com/v1beta',
};