|
2 | 2 | <html lang="en">
|
3 | 3 | <head>
|
4 | 4 | <meta charset="UTF-8" />
|
| 5 | + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
5 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6 |
| - <title>Azure OpenAI Image Token Calculator</title> |
| 7 | + |
| 8 | + <title> |
| 9 | + Azure OpenAI Image Token Calculator | Optimize Token & Cost Estimates |
| 10 | + </title> |
7 | 11 | <meta
|
8 | 12 | name="description"
|
9 |
| - content="Calculate image tokens and costs for requests to Azure OpenAI services with this easy-to-use calculator." |
| 13 | + content="Instantly estimate image input tokens and pricing for Azure OpenAI requests with GPT-4o, o-series, and new GPT-4.1 models." |
10 | 14 | />
|
11 | 15 | <meta
|
12 | 16 | name="keywords"
|
13 |
| - content="Azure, OpenAI, Image Token, Calculator, AI, Machine Learning" |
| 17 | + content="Azure OpenAI, GPT-4o, o1, o3, GPT-4.1, image token calculator, tile calculator, AI pricing, Microsoft Azure" |
14 | 18 | />
|
15 | 19 | <meta name="author" content="James Croft" />
|
16 |
| - <meta name="robots" content="index, follow" /> |
| 20 | + <link |
| 21 | + rel="canonical" |
| 22 | + href="https://jamesmcroft.github.io/openai-image-token-calculator/" |
| 23 | + /> |
| 24 | + |
| 25 | + <meta property="og:type" content="website" /> |
| 26 | + <meta |
| 27 | + property="og:url" |
| 28 | + content="https://jamesmcroft.github.io/openai-image-token-calculator/" |
| 29 | + /> |
17 | 30 | <meta property="og:title" content="Azure OpenAI Image Token Calculator" />
|
18 | 31 | <meta
|
19 | 32 | property="og:description"
|
20 |
| - content="Calculate image tokens and costs for requests to Azure OpenAI services with this easy-to-use calculator." |
| 33 | + content="Estimate image input tokens & pricing for Azure OpenAI requests in seconds." |
| 34 | + /> |
| 35 | + <meta |
| 36 | + property="og:image" |
| 37 | + content="/openai-image-token-calculator/images/social-card.png" |
| 38 | + /> |
| 39 | + |
| 40 | + <link |
| 41 | + rel="manifest" |
| 42 | + href="/openai-image-token-calculator/site.webmanifest" |
| 43 | + /> |
| 44 | + <meta name="theme-color" content="#0078D4" /> |
| 45 | + <link |
| 46 | + rel="apple-touch-icon" |
| 47 | + sizes="180x180" |
| 48 | + href="/openai-image-token-calculator/images/icon-180x180.png" |
21 | 49 | />
|
22 | 50 | <link
|
23 | 51 | rel="icon"
|
24 |
| - href="/openai-image-token-calculator/images/icon-72x72.png" |
| 52 | + type="image/svg+xml" |
| 53 | + href="/openai-image-token-calculator/images/logo.svg" |
25 | 54 | />
|
26 | 55 | </head>
|
27 | 56 | <body>
|
|
0 commit comments