This issue requests integrating an official token usage API from OpenAI to display translation cost before translating. To implement, investigate OpenAI's usage endpoint (likely api.openai.com/v1/usage or similar), calculate cost based on model and token count, and display it to the user. The existing API call logic is in the main translation function. The maintainer should confirm the desired implementation path.