apiEndpoints top-level constant

Map<String, String> const apiEndpoints

Default API endpoints per provider.

Implementation

const apiEndpoints = <String, String>{
  'anthropic': 'https://api.anthropic.com/v1',
  'openai': 'https://api.openai.com/v1',
  'bedrock': 'https://bedrock-runtime.{region}.amazonaws.com',
  'vertex': 'https://{region}-aiplatform.googleapis.com/v1',
  'gemini': 'https://generativelanguage.googleapis.com/v1beta',
  'ollama': 'http://localhost:11434/api',
};