Not able to get tokens from Langchain's OpenAIEmbeddings

I have trained my custom chat model with PDF, and I am using OpenAIEmbeddings, and I am not able to get total_tokens, prompt tokens while I am generate embeddings, on the other hand if use openai embeddings api, tokens are present there, how to get tokens by using OpenAIEmbeddings from Langchain