diff --git a/aider/models.py b/aider/models.py index fdbb2d152..986bb778f 100644 --- a/aider/models.py +++ b/aider/models.py @@ -40,6 +40,7 @@ class Model: if tokens == 8: self.prompt_price = 0.03 self.completion_price = 0.06 + self.always_available = True elif tokens == 32: self.prompt_price = 0.06 self.completion_price = 0.12