Files
Father Bot b0ca129e75 Remove legacy gpt-3.5-turbo and gpt-4 models
Drop the remaining old models from the menu and config. The lineup is
now gpt-4o-mini (default), gpt-5.5, gpt-4o and the Claude models.
2026-05-20 12:09:55 +03:00

99 lines
2.6 KiB
YAML

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-4o:
type: chat_completion
vision: true
name: GPT-4o
description: GPT-4o is a special variant of GPT-4 designed for optimal performance and accuracy. Suitable for complex and detailed tasks.
price_per_1000_input_tokens: 0.0025
price_per_1000_output_tokens: 0.01
scores:
Smart: 5
Fast: 4
Cheap: 4
gpt-4o-mini:
type: chat_completion
vision: true
name: GPT-4o mini
description: GPT-4o mini is a <b>fast</b> and <b>affordable</b> small model. It's smarter and cheaper than GPT-3.5 Turbo and supports image understanding.
price_per_1000_input_tokens: 0.00015
price_per_1000_output_tokens: 0.0006
scores:
Smart: 4
Fast: 5
Cheap: 5
openai/gpt-5.5:
type: chat_completion
provider: openrouter
vision: true
name: GPT-5.5
description: GPT-5.5 is OpenAI's latest flagship model — the smartest option for complex reasoning and coding. Routed via <b>OpenRouter</b> (requires openrouter_api_key).
price_per_1000_input_tokens: 0.005
price_per_1000_output_tokens: 0.03
scores:
Smart: 5
Fast: 3
Cheap: 2
anthropic/claude-opus-4.8:
type: chat_completion
provider: openrouter
vision: true
name: Claude Opus 4.8
description: Anthropic's most capable model — top-tier reasoning, coding and long-context work. Routed via <b>OpenRouter</b> (requires openrouter_api_key).
price_per_1000_input_tokens: 0.005
price_per_1000_output_tokens: 0.025
scores:
Smart: 5
Fast: 2
Cheap: 2
anthropic/claude-sonnet-latest:
type: chat_completion
provider: openrouter
vision: true
name: Claude Sonnet
description: Anthropic's balanced model — strong quality with good speed and price. Routed via <b>OpenRouter</b> (requires openrouter_api_key).
price_per_1000_input_tokens: 0.003
price_per_1000_output_tokens: 0.015
scores:
Smart: 5
Fast: 4
Cheap: 3
anthropic/claude-haiku-latest:
type: chat_completion
provider: openrouter
vision: true
name: Claude Haiku
description: Anthropic's fastest and most affordable model for everyday tasks. Routed via <b>OpenRouter</b> (requires openrouter_api_key).
price_per_1000_input_tokens: 0.001
price_per_1000_output_tokens: 0.005
scores:
Smart: 4
Fast: 5
Cheap: 4
gpt-image-1:
type: image
price_per_1_image: 0.042 # 1024x1024, medium quality
whisper:
type: audio
price_per_1_min: 0.006