Skip to content

Commit fd1050f

Browse files
committed
Update UX
1 parent a3daa6c commit fd1050f

24 files changed

+483
-519
lines changed

assets/logo.afdesign

75.6 KB
Binary file not shown.

assets/social-card.afdesign

27 MB
Binary file not shown.

index.html

Lines changed: 35 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,55 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
56
<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>
711
<meta
812
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."
1014
/>
1115
<meta
1216
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"
1418
/>
1519
<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+
/>
1730
<meta property="og:title" content="Azure OpenAI Image Token Calculator" />
1831
<meta
1932
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"
2149
/>
2250
<link
2351
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"
2554
/>
2655
</head>
2756
<body>

public/images/icon-128x128.png

-6.49 KB
Loading

public/images/icon-144x144.png

-9.26 KB
Loading

public/images/icon-152x152.png

-10.3 KB
Loading

public/images/icon-180x180.png

21.1 KB
Loading

public/images/icon-192x192.png

-17.1 KB
Loading

public/images/icon-384x384.png

-61.9 KB
Loading

public/images/icon-512x512.png

-111 KB
Loading

0 commit comments

Comments
 (0)