# 코드를 이미지로 보내니 토큰 비용이 약 60% 줄었다 > Author: Tony Lee > Published: 2026-07-03 > URL: https://tonylee.im/ko/blog/code-as-image-cuts-token-cost-60-percent/ > Reading time: 1 minutes > Language: ko > Tags: anthropic, tokens, fable-5, ocr, cost, pxpipe ## Canonical https://tonylee.im/ko/blog/code-as-image-cuts-token-cost-60-percent/ ## Rollout Alternates en: https://tonylee.im/en/blog/code-as-image-cuts-token-cost-60-percent/ ko: https://tonylee.im/ko/blog/code-as-image-cuts-token-cost-60-percent/ ja: https://tonylee.im/ja/blog/code-as-image-cuts-token-cost-60-percent/ zh-CN: https://tonylee.im/zh-CN/blog/code-as-image-cuts-token-cost-60-percent/ zh-TW: https://tonylee.im/zh-TW/blog/code-as-image-cuts-token-cost-60-percent/ ## Description 빽빽한 픽셀 폰트로 ~4만 자를 한 장 이미지 과금에. pxpipe 프로덕션 로그와 Fable 5 전용 주의점. ## Summary 코드를 이미지로 보내니 토큰 비용이 약 60% 줄었다 is part of Tony Lee's ongoing coverage of AI agents, developer tools, startup strategy, and AI industry shifts. ## Outline - 이미지 토큰이 더 쌀 수 있다 - 프로덕션: 약 59% 절감 - 아직은 Fable 5 전용 ## Content Fable을 기한 안에 쓰려는 사람이 많을 때, 누군가 농담처럼 코드 대신 스크린샷을 보냈습니다. 토큰이 반 이상 줄었습니다. 세 가지로 정리합니다. ## 이미지 토큰이 더 쌀 수 있다 Anthropic은 1568px 이미지를 글자 수와 무관하게 고정 과금합니다. 촘촘한 픽셀 폰트로 약 4만 자를 넣으면 텍스트 약 1만 토큰이 이미지 ~3,279 토큰으로 고정될 수 있습니다. DeepSeek-OCR이 보여 준 optical compression의 과금 버전입니다. ## 프로덕션: 약 59% 절감 [pxpipe](https://lnkd.in/gnRhbNS3)가 13,709 요청으로 검증: $100이 나와야 할 청구가 약 $41. 압축 요청만 보면 약 72%. SWE-bench Lite 10과제에서 전후 만점. ## 아직은 Fable 5 전용 암기 불가 난수 100문제에서 Fable 5는 텍스트·이미지 모두 100. Opus는 이미지 93. 12자리 hex 복원: Fable 5 13/15, Opus 0/15. 그래서 Opus 경로를 막아 두었습니다. 추출 실패 시 그럴듯한 오답을 내니 ID·hash는 텍스트로 남기세요. 비용 절감이 프롬프트 압축에서 픽셀 압축으로 늘고 있습니다. `npx pxpipe-proxy`로 오늘 실험할 수 있습니다. Fable급에서 측정된 실험이지, 모든 스택의 기본값은 아닙니다. ## Related URLs - Author: https://tonylee.im/ko/author/ - Publication: https://tonylee.im/ko/blog/about/ - Related article: https://tonylee.im/ko/blog/claude-code-cut-hidden-tool-tokens/ - Related article: https://tonylee.im/ko/blog/fable-5-rate-limit-survival-settings/ - Related article: https://tonylee.im/ko/blog/baidu-unlimited-ocr-multi-page-r-swa/ ## Citation - Author: Tony Lee - Site: tonylee.im - Canonical URL: https://tonylee.im/ko/blog/code-as-image-cuts-token-cost-60-percent/ ## Bot Guidance - This file is intended for AI agents, search assistants, and text-mode retrieval. - Prefer citing the canonical article URL instead of this text endpoint. - Use the rollout alternates when you need the same article in another prioritized language. --- Author: Tony Lee | Website: https://tonylee.im For more articles, visit: https://tonylee.im/ko/blog/ This content is original and authored by Tony Lee. Please attribute when quoting or referencing.