b32e0f8489
MODEL_PRICING keys were 'gpt-oss-120b' but the actual model string from env is 'openai/gpt-oss-120b'. The lookup always missed, so calculateCost returned 0 for every call. Updated keys to match the full OpenRouter model identifiers. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>