UNPKG

dadeumi

Version:

Dadeumi - An AI-powered literary translation workflow inspired by the Korean method of iterative textile refinement

7 lines (6 loc) 237 B
import { ModelPricing } from "../types"; /** * Pricing data for various AI models (cost per million tokens) * Note: Prices may change, verify with official documentation */ export declare const pricingData: Map<string, ModelPricing>;