Skip to content

Commit fa7d68c

Browse files
committed
docs: Update provider models to latest versions
Update all provider model references to reflect latest available models: - OpenAI: GPT-5, GPT-5.2, GPT-4.1, GPT-4o - Anthropic: Claude Opus 4.5, Claude Sonnet 4, Claude Opus 4 - Google: Gemini 3 Flash, Gemini 3 Pro - Mistral: Mistral Large 3, Pixtral Large, Ministral 3 - Moonshot: Kimi K2, Kimi K2 Thinking - Cohere: Command A, Command A Vision - Update API examples to use provider prefix format (provider/model) - Regenerate search index and sitemap Signed-off-by: Eden Reich <eden.reich@gmail.com>
1 parent 2effd41 commit fa7d68c

4 files changed

Lines changed: 42 additions & 43 deletions

File tree

markdown/api-reference.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -469,14 +469,14 @@ curl -X POST http://localhost:8080/v1/chat/completions \
469469

470470
**Supported Providers with Vision:**
471471

472-
- OpenAI (GPT-4o, GPT-5, GPT-4.1, GPT-4 Turbo)
473-
- Anthropic (Claude 3, Claude 4, Claude 4.5 Sonnet, Claude 4.5 Haiku)
474-
- Google (Gemini 2.5)
475-
- Cohere (Command A Vision, Aya Vision)
472+
- OpenAI (GPT-5 series, GPT-4.1, GPT-4o)
473+
- Anthropic (Claude Opus 4.5, Claude Sonnet 4, Claude Opus 4)
474+
- Google (Gemini 3 Flash, Gemini 3 Pro)
475+
- Cohere (Command A Vision)
476476
- Ollama (LLaVA, Llama 4, Llama 3.2 Vision)
477477
- Groq (vision models)
478-
- Mistral (Pixtral)
479-
- Moonshot (vision models)
478+
- Mistral (Pixtral Large, Ministral 3, Mistral Large 3)
479+
- Moonshot (Kimi K2, Kimi K2 Thinking)
480480

481481
**Note:** When `ENABLE_VISION=false` (default), requests containing image content will be rejected even if the model supports vision. This is disabled by default for performance and security reasons.
482482

markdown/supported-providers.mdx

Lines changed: 33 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ The following LLM providers are currently supported:
1010
<div className="grid grid-cols-1 md:grid-cols-2 gap-4 mb-8">
1111
<div className="border p-4 rounded-md">
1212
<h3>OpenAI</h3>
13-
<p>Access GPT models including GPT-3.5, GPT-4, and more.</p>
13+
<p>Access GPT models including GPT-5, GPT-5.2, GPT-4.1, and GPT-4o.</p>
1414
<div><strong>Authentication:</strong> Bearer Token</div>
1515
<div><strong>Default URL:</strong> https://api.openai.com/v1</div>
16-
<div><strong>Vision Support:</strong> ✅ Yes (GPT-4o, GPT-5, GPT-4.1, GPT-4 Turbo)</div>
16+
<div><strong>Vision Support:</strong> ✅ Yes (GPT-5 series, GPT-4.1, GPT-4o)</div>
1717
</div>
1818

1919
<div className="border p-4 rounded-md">
@@ -40,8 +40,7 @@ The following LLM providers are currently supported:
4040
<strong>Default URL:</strong> https://api.anthropic.com/v1
4141
</div>
4242
<div>
43-
<strong>Vision Support:</strong> ✅ Yes (Claude 3, Claude 4, Claude 4.5 Sonnet, Claude 4.5
44-
Haiku)
43+
<strong>Vision Support:</strong> ✅ Yes (Claude Opus 4.5, Claude Sonnet 4, Claude Opus 4)
4544
</div>
4645
</div>
4746

@@ -55,7 +54,7 @@ The following LLM providers are currently supported:
5554
<strong>Default URL:</strong> https://api.cohere.com
5655
</div>
5756
<div>
58-
<strong>Vision Support:</strong> ✅ Yes (Command A Vision, Aya Vision)
57+
<strong>Vision Support:</strong> ✅ Yes (Command A Vision)
5958
</div>
6059
</div>
6160

@@ -112,30 +111,30 @@ The following LLM providers are currently supported:
112111
<strong>Default URL:</strong> https://generativelanguage.googleapis.com/v1
113112
</div>
114113
<div>
115-
<strong>Vision Support:</strong> ✅ Yes (Gemini 2.5)
114+
<strong>Vision Support:</strong> ✅ Yes (Gemini 3 Flash, Gemini 3 Pro)
116115
</div>
117116
</div>
118117

119118
<div className="border p-4 rounded-md">
120119
<h3>Mistral</h3>
121-
<p>Access Mistral AI's models including vision-capable Pixtral.</p>
120+
<p>Access Mistral AI's models including vision-capable Pixtral and Large 3.</p>
122121
<div>
123122
<strong>Authentication:</strong> Bearer Token
124123
</div>
125124
<div>
126125
<strong>Default URL:</strong> https://api.mistral.ai/v1
127126
</div>
128127
<div>
129-
<strong>Vision Support:</strong> ✅ Yes (Pixtral)
128+
<strong>Vision Support:</strong> ✅ Yes (Pixtral Large, Ministral 3, Mistral Large 3)
130129
</div>
131130
</div>
132131

133132
<div className="border p-4 rounded-md">
134133
<h3>Moonshot</h3>
135-
<p>Use Moonshot AI's models for natural language and vision tasks.</p>
134+
<p>Use Moonshot AI's Kimi models for natural language and vision tasks.</p>
136135
<div><strong>Authentication:</strong> Bearer Token</div>
137136
<div><strong>Default URL:</strong> https://api.moonshot.ai/v1</div>
138-
<div><strong>Vision Support:</strong> ✅ Yes</div>
137+
<div><strong>Vision Support:</strong> ✅ Yes (Kimi K2, Kimi K2 Thinking)</div>
139138
</div>
140139
</div>
141140

@@ -151,14 +150,14 @@ ENABLE_VISION=true
151150

152151
### Providers with Vision Support
153152

154-
- **OpenAI**: GPT-4o, GPT-5, GPT-4.1, GPT-4 Turbo
155-
- **Anthropic**: Claude 3, Claude 4, Claude 4.5 Sonnet, Claude 4.5 Haiku
156-
- **Google**: Gemini 2.5
157-
- **Cohere**: Command A Vision, Aya Vision
153+
- **OpenAI**: GPT-5 series, GPT-4.1, GPT-4o
154+
- **Anthropic**: Claude Opus 4.5, Claude Sonnet 4, Claude Opus 4
155+
- **Google**: Gemini 3 Flash, Gemini 3 Pro
156+
- **Cohere**: Command A Vision
158157
- **Ollama**: LLaVA, Llama 4, Llama 3.2 Vision
159158
- **Groq**: Vision models
160-
- **Mistral**: Pixtral
161-
- **Moonshot**: Vision models
159+
- **Mistral**: Pixtral Large, Ministral 3, Mistral Large 3
160+
- **Moonshot**: Kimi K2, Kimi K2 Thinking
162161

163162
### Example Vision Request
164163

@@ -246,7 +245,7 @@ Generate content with OpenAI models:
246245
curl -X POST http://localhost:8080/v1/chat/completions \
247246
-H "Content-Type: application/json" \
248247
-d '{
249-
"model": "gpt-3.5-turbo",
248+
"model": "gpt-4o",
250249
"messages": [
251250
{
252251
"role": "system",
@@ -271,10 +270,10 @@ curl http://localhost:8080/v1/models
271270
Generate content with DeepSeek models:
272271

273272
```bash
274-
curl -X POST http://localhost:8080/v1/chat/completions?provider=deepseek \
273+
curl -X POST http://localhost:8080/v1/chat/completions \
275274
-H "Content-Type: application/json" \
276275
-d '{
277-
"model": "deepseek-reasoner",
276+
"model": "deepseek/deepseek-reasoner",
278277
"messages": [
279278
{
280279
"role": "system",
@@ -302,7 +301,7 @@ Generate content with Anthropic Claude models:
302301
curl -X POST http://localhost:8080/v1/chat/completions \
303302
-H "Content-Type: application/json" \
304303
-d '{
305-
"model": "claude-3-opus-20240229",
304+
"model": "anthropic/claude-sonnet-4-20250514",
306305
"messages": [
307306
{
308307
"role": "system",
@@ -327,10 +326,10 @@ curl http://localhost:8080/v1/models?provider=anthropic
327326
Generate content with Cohere models:
328327

329328
```bash
330-
curl -X POST http://localhost:8080/v1/chat/completions?provider=cohere \
329+
curl -X POST http://localhost:8080/v1/chat/completions \
331330
-H "Content-Type: application/json" \
332331
-d '{
333-
"model": "command",
332+
"model": "cohere/command-a-03-2025",
334333
"messages": [
335334
{
336335
"role": "system",
@@ -349,10 +348,10 @@ curl -X POST http://localhost:8080/v1/chat/completions?provider=cohere \
349348
Generate content with Groq's high-performance models:
350349

351350
```bash
352-
curl -X POST http://localhost:8080/v1/chat/completions?provider=groq \
351+
curl -X POST http://localhost:8080/v1/chat/completions \
353352
-H "Content-Type: application/json" \
354353
-d '{
355-
"model": "llama2-70b-4096",
354+
"model": "groq/llama-3.3-70b-versatile",
356355
"messages": [
357356
{
358357
"role": "system",
@@ -371,10 +370,10 @@ curl -X POST http://localhost:8080/v1/chat/completions?provider=groq \
371370
Generate content with Cloudflare Workers AI:
372371

373372
```bash
374-
curl -X POST http://localhost:8080/v1/chat/completions?provider=cloudflare \
373+
curl -X POST http://localhost:8080/v1/chat/completions \
375374
-H "Content-Type: application/json" \
376375
-d '{
377-
"model": "llama-3.1-8b-instruct",
376+
"model": "cloudflare/@cf/meta/llama-3.3-70b-instruct-fp8-fast",
378377
"messages": [
379378
{
380379
"role": "system",
@@ -393,10 +392,10 @@ curl -X POST http://localhost:8080/v1/chat/completions?provider=cloudflare \
393392
Generate content with locally-hosted Ollama models:
394393

395394
```bash
396-
curl -X POST http://localhost:8080/v1/chat/completions?provider=ollama \
395+
curl -X POST http://localhost:8080/v1/chat/completions \
397396
-H "Content-Type: application/json" \
398397
-d '{
399-
"model": "llama2",
398+
"model": "ollama/llama3.3",
400399
"messages": [
401400
{
402401
"role": "system",
@@ -415,10 +414,10 @@ curl -X POST http://localhost:8080/v1/chat/completions?provider=ollama \
415414
Generate content with Google's Gemini models:
416415

417416
```bash
418-
curl -X POST http://localhost:8080/v1/chat/completions?provider=google \
417+
curl -X POST http://localhost:8080/v1/chat/completions \
419418
-H "Content-Type: application/json" \
420419
-d '{
421-
"model": "google/gemini-pro",
420+
"model": "google/gemini-3-flash",
422421
"messages": [
423422
{
424423
"role": "system",
@@ -437,10 +436,10 @@ curl -X POST http://localhost:8080/v1/chat/completions?provider=google \
437436
Generate content with Mistral AI models:
438437

439438
```bash
440-
curl -X POST http://localhost:8080/v1/chat/completions?provider=mistral \
439+
curl -X POST http://localhost:8080/v1/chat/completions \
441440
-H "Content-Type: application/json" \
442441
-d '{
443-
"model": "mistral-large-latest",
442+
"model": "mistral/mistral-large-3",
444443
"messages": [
445444
{
446445
"role": "system",
@@ -459,10 +458,10 @@ curl -X POST http://localhost:8080/v1/chat/completions?provider=mistral \
459458
Generate content with Moonshot AI models:
460459

461460
```bash
462-
curl -X POST http://localhost:8080/v1/chat/completions?provider=moonshot \
461+
curl -X POST http://localhost:8080/v1/chat/completions \
463462
-H "Content-Type: application/json" \
464463
-d '{
465-
"model": "moonshot-v1-8k",
464+
"model": "moonshot/kimi-k2-thinking",
466465
"messages": [
467466
{
468467
"role": "system",

public/search-index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

public/sitemap.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</url>
2121
<url>
2222
<loc>https://docs.inference-gateway.com/api-reference</loc>
23-
<lastmod>2026-01-23T21:03:58.862Z</lastmod>
23+
<lastmod>2026-01-23T21:22:46.591Z</lastmod>
2424
<changefreq>monthly</changefreq>
2525
<priority>0.8</priority>
2626
</url>
@@ -92,7 +92,7 @@
9292
</url>
9393
<url>
9494
<loc>https://docs.inference-gateway.com/supported-providers</loc>
95-
<lastmod>2026-01-23T21:05:10.589Z</lastmod>
95+
<lastmod>2026-01-23T21:22:26.847Z</lastmod>
9696
<changefreq>monthly</changefreq>
9797
<priority>0.8</priority>
9898
</url>

0 commit comments

Comments
 (0)