LLM Gateway Models
Models available through the LLM Gateway inside every exe.dev VM.
| Provider | Model | Type | curl (click to copy) |
|---|---|---|---|
| Anthropic | claude-fable-5 | chat | curl http://169.254.169.254/gateway/llm/anthropic/v1/messages -H "content-type: application/json" -H "anthropic-version: 2023-06-01" -d '{"model": "claude-fable-5", "max_tokens": 256, "messages": [{"role": "user", "content": "Hello!"}]}' |
| Anthropic | claude-haiku-4-5 | chat | curl http://169.254.169.254/gateway/llm/anthropic/v1/messages -H "content-type: application/json" -H "anthropic-version: 2023-06-01" -d '{"model": "claude-haiku-4-5", "max_tokens": 256, "messages": [{"role": "user", "content": "Hello!"}]}' |
| Anthropic | claude-opus-4-0 | chat | curl http://169.254.169.254/gateway/llm/anthropic/v1/messages -H "content-type: application/json" -H "anthropic-version: 2023-06-01" -d '{"model": "claude-opus-4-0", "max_tokens": 256, "messages": [{"role": "user", "content": "Hello!"}]}' |
| Anthropic | claude-opus-4-1 | chat | curl http://169.254.169.254/gateway/llm/anthropic/v1/messages -H "content-type: application/json" -H "anthropic-version: 2023-06-01" -d '{"model": "claude-opus-4-1", "max_tokens": 256, "messages": [{"role": "user", "content": "Hello!"}]}' |
| Anthropic | claude-opus-4-5 | chat | curl http://169.254.169.254/gateway/llm/anthropic/v1/messages -H "content-type: application/json" -H "anthropic-version: 2023-06-01" -d '{"model": "claude-opus-4-5", "max_tokens": 256, "messages": [{"role": "user", "content": "Hello!"}]}' |
| Anthropic | claude-opus-4-6 | chat | curl http://169.254.169.254/gateway/llm/anthropic/v1/messages -H "content-type: application/json" -H "anthropic-version: 2023-06-01" -d '{"model": "claude-opus-4-6", "max_tokens": 256, "messages": [{"role": "user", "content": "Hello!"}]}' |
| Anthropic | claude-opus-4-7 | chat | curl http://169.254.169.254/gateway/llm/anthropic/v1/messages -H "content-type: application/json" -H "anthropic-version: 2023-06-01" -d '{"model": "claude-opus-4-7", "max_tokens": 256, "messages": [{"role": "user", "content": "Hello!"}]}' |
| Anthropic | claude-opus-4-8 | chat | curl http://169.254.169.254/gateway/llm/anthropic/v1/messages -H "content-type: application/json" -H "anthropic-version: 2023-06-01" -d '{"model": "claude-opus-4-8", "max_tokens": 256, "messages": [{"role": "user", "content": "Hello!"}]}' |
| Anthropic | claude-sonnet-4-0 | chat | curl http://169.254.169.254/gateway/llm/anthropic/v1/messages -H "content-type: application/json" -H "anthropic-version: 2023-06-01" -d '{"model": "claude-sonnet-4-0", "max_tokens": 256, "messages": [{"role": "user", "content": "Hello!"}]}' |
| Anthropic | claude-sonnet-4-5 | chat | curl http://169.254.169.254/gateway/llm/anthropic/v1/messages -H "content-type: application/json" -H "anthropic-version: 2023-06-01" -d '{"model": "claude-sonnet-4-5", "max_tokens": 256, "messages": [{"role": "user", "content": "Hello!"}]}' |
| Anthropic | claude-sonnet-4-6 | chat | curl http://169.254.169.254/gateway/llm/anthropic/v1/messages -H "content-type: application/json" -H "anthropic-version: 2023-06-01" -d '{"model": "claude-sonnet-4-6", "max_tokens": 256, "messages": [{"role": "user", "content": "Hello!"}]}' |
| Fireworks | WhereIsAI/UAE-Large-V1 | curl http://169.254.169.254/gateway/llm/fireworks/inference/v1/embeddings -H "content-type: application/json" -d '{"model": "WhereIsAI/UAE-Large-V1", "input": "Your text here"}' | |
| Fireworks | accounts/fireworks/models/deepseek-v4-flash | chat | curl http://169.254.169.254/gateway/llm/fireworks/inference/v1/chat/completions -H "content-type: application/json" -d '{"model": "accounts/fireworks/models/deepseek-v4-flash", "messages": [{"role": "user", "content": "Hello!"}]}' |
| Fireworks | accounts/fireworks/models/deepseek-v4-pro | chat | curl http://169.254.169.254/gateway/llm/fireworks/inference/v1/chat/completions -H "content-type: application/json" -d '{"model": "accounts/fireworks/models/deepseek-v4-pro", "messages": [{"role": "user", "content": "Hello!"}]}' |
| Fireworks | accounts/fireworks/models/glm-5p1 | chat | curl http://169.254.169.254/gateway/llm/fireworks/inference/v1/chat/completions -H "content-type: application/json" -d '{"model": "accounts/fireworks/models/glm-5p1", "messages": [{"role": "user", "content": "Hello!"}]}' |
| Fireworks | accounts/fireworks/models/glm-5p2 | chat | curl http://169.254.169.254/gateway/llm/fireworks/inference/v1/chat/completions -H "content-type: application/json" -d '{"model": "accounts/fireworks/models/glm-5p2", "messages": [{"role": "user", "content": "Hello!"}]}' |
| Fireworks | accounts/fireworks/models/gpt-oss-120b | chat | curl http://169.254.169.254/gateway/llm/fireworks/inference/v1/chat/completions -H "content-type: application/json" -d '{"model": "accounts/fireworks/models/gpt-oss-120b", "messages": [{"role": "user", "content": "Hello!"}]}' |
| Fireworks | accounts/fireworks/models/gpt-oss-20b | chat | curl http://169.254.169.254/gateway/llm/fireworks/inference/v1/chat/completions -H "content-type: application/json" -d '{"model": "accounts/fireworks/models/gpt-oss-20b", "messages": [{"role": "user", "content": "Hello!"}]}' |
| Fireworks | accounts/fireworks/models/kimi-k2p6 | chat | curl http://169.254.169.254/gateway/llm/fireworks/inference/v1/chat/completions -H "content-type: application/json" -d '{"model": "accounts/fireworks/models/kimi-k2p6", "messages": [{"role": "user", "content": "Hello!"}]}' |
| Fireworks | accounts/fireworks/models/kimi-k2p7-code | chat | curl http://169.254.169.254/gateway/llm/fireworks/inference/v1/chat/completions -H "content-type: application/json" -d '{"model": "accounts/fireworks/models/kimi-k2p7-code", "messages": [{"role": "user", "content": "Hello!"}]}' |
| Fireworks | accounts/fireworks/models/minimax-m2p7 | chat | curl http://169.254.169.254/gateway/llm/fireworks/inference/v1/chat/completions -H "content-type: application/json" -d '{"model": "accounts/fireworks/models/minimax-m2p7", "messages": [{"role": "user", "content": "Hello!"}]}' |
| Fireworks | accounts/fireworks/models/minimax-m3 | chat | curl http://169.254.169.254/gateway/llm/fireworks/inference/v1/chat/completions -H "content-type: application/json" -d '{"model": "accounts/fireworks/models/minimax-m3", "messages": [{"role": "user", "content": "Hello!"}]}' |
| Fireworks | accounts/fireworks/models/qwen3-embedding-8b | curl http://169.254.169.254/gateway/llm/fireworks/inference/v1/embeddings -H "content-type: application/json" -d '{"model": "accounts/fireworks/models/qwen3-embedding-8b", "input": "Your text here"}' | |
| Fireworks | accounts/fireworks/models/qwen3-reranker-8b | reranker | curl http://169.254.169.254/gateway/llm/fireworks/inference/v1/rerank -H "content-type: application/json" -d '{"model": "accounts/fireworks/models/qwen3-reranker-8b", "query": "Your query", "documents": ["doc1", "doc2"]}' |
| Fireworks | accounts/fireworks/models/qwen3p6-plus | chat | curl http://169.254.169.254/gateway/llm/fireworks/inference/v1/chat/completions -H "content-type: application/json" -d '{"model": "accounts/fireworks/models/qwen3p6-plus", "messages": [{"role": "user", "content": "Hello!"}]}' |
| Fireworks | accounts/fireworks/models/qwen3p7-plus | chat | curl http://169.254.169.254/gateway/llm/fireworks/inference/v1/chat/completions -H "content-type: application/json" -d '{"model": "accounts/fireworks/models/qwen3p7-plus", "messages": [{"role": "user", "content": "Hello!"}]}' |
| Fireworks | nomic-ai/nomic-embed-text-v1.5 | curl http://169.254.169.254/gateway/llm/fireworks/inference/v1/embeddings -H "content-type: application/json" -d '{"model": "nomic-ai/nomic-embed-text-v1.5", "input": "Your text here"}' | |
| Fireworks | thenlper/gte-large | curl http://169.254.169.254/gateway/llm/fireworks/inference/v1/embeddings -H "content-type: application/json" -d '{"model": "thenlper/gte-large", "input": "Your text here"}' | |
| OpenAI | codex-mini-latest | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "codex-mini-latest", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | gpt-4.1 | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-4.1", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | gpt-4.1-mini | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-4.1-mini", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | gpt-4.1-nano | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-4.1-nano", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | gpt-4o | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-4o", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | gpt-4o-mini | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-4o-mini", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | gpt-5 | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | gpt-5-codex | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5-codex", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | gpt-5-mini | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5-mini", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | gpt-5-nano | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5-nano", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | gpt-5-pro | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5-pro", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | gpt-5.1 | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5.1", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | gpt-5.1-codex | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5.1-codex", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | gpt-5.1-codex-mini | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5.1-codex-mini", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | gpt-5.2 | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5.2", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | gpt-5.2-codex | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5.2-codex", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | gpt-5.2-pro | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5.2-pro", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | gpt-5.3 | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5.3", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | gpt-5.3-codex | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5.3-codex", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | gpt-5.3-pro | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5.3-pro", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | gpt-5.4 | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5.4", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | gpt-5.4-mini | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5.4-mini", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | gpt-5.4-nano | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5.4-nano", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | gpt-5.4-pro | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5.4-pro", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | gpt-5.5 | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5.5", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | gpt-5.5-pro | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5.5-pro", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | o1 | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "o1", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | o1-mini | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "o1-mini", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | o1-preview | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "o1-preview", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | o1-pro | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "o1-pro", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | o3 | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "o3", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | o3-deep-research | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "o3-deep-research", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | o3-mini | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "o3-mini", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | o3-pro | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "o3-pro", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | o4-mini | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "o4-mini", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | o4-mini-deep-research | chat | curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "o4-mini-deep-research", "messages": [{"role": "user", "content": "Hello!"}]}' |
| OpenAI | text-embedding-3-large | curl http://169.254.169.254/gateway/llm/openai/v1/embeddings -H "content-type: application/json" -d '{"model": "text-embedding-3-large", "input": "Your text here"}' | |
| OpenAI | text-embedding-3-small | curl http://169.254.169.254/gateway/llm/openai/v1/embeddings -H "content-type: application/json" -d '{"model": "text-embedding-3-small", "input": "Your text here"}' | |
| OpenAI | text-embedding-ada-002 | curl http://169.254.169.254/gateway/llm/openai/v1/embeddings -H "content-type: application/json" -d '{"model": "text-embedding-ada-002", "input": "Your text here"}' |
Copied!