📖 Step 9: AI/LLM#350 / 350

Token Economy

Token Economy

📖One-line summary

The cost structure where LLM API usage is billed per token.

💡Easy explanation

The cost model where LLM API bills are charged per token. Longer prompts and longer answers cost more, so efficient design matters.

Example

토큰 = API 비용 단위

입력 토큰1,200 tk × $0.003$0.0036
출력 토큰800 tk × $0.015$0.012
합계$0.0156

프롬프트가 길수록 비용 증가!