diff --git a/config/models.yml b/config/models.yml
index 207ce58..af3bed4 100644
--- a/config/models.yml
+++ b/config/models.yml
@@ -1,32 +1,6 @@
-available_text_models: ["gpt-4o-mini", "openai/gpt-5.5", "gpt-4o", "anthropic/claude-opus-4.8", "anthropic/claude-sonnet-latest", "anthropic/claude-haiku-latest", "gpt-3.5-turbo", "gpt-4"]
+available_text_models: ["gpt-4o-mini", "openai/gpt-5.5", "gpt-4o", "anthropic/claude-opus-4.8", "anthropic/claude-sonnet-latest", "anthropic/claude-haiku-latest"]
info:
- gpt-3.5-turbo:
- type: chat_completion
- name: ChatGPT
- description: ChatGPT is that well-known model. It's fast and cheap. Ideal for everyday tasks. If there are some tasks it can't handle, try the GPT-4.
-
- price_per_1000_input_tokens: 0.0015
- price_per_1000_output_tokens: 0.002
-
- scores:
- Smart: 3
- Fast: 5
- Cheap: 5
-
- gpt-4:
- type: chat_completion
- name: GPT-4
- description: GPT-4 is the smartest and most advanced model in the world. But it is slower and not as cost-efficient as ChatGPT. Best choice for complex intellectual tasks.
-
- price_per_1000_input_tokens: 0.03
- price_per_1000_output_tokens: 0.06
-
- scores:
- Smart: 5
- Fast: 2
- Cheap: 2
-
gpt-4o:
type: chat_completion
vision: true