LLM Gateway Models

Models available through the LLM Gateway inside every exe.dev VM.

Provider Model Type curl (click to copy)
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-haiku-4-5-20251001 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-20251001", "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-1-20250805 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-20250805", "max_tokens": 256, "messages": [{"role": "user", "content": "Hello!"}]}'
Anthropic claude-opus-4-20250514 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-20250514", "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-5-20251101 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-20251101", "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-6-20260115 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-20260115", "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-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-20250514 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-20250514", "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-5-20250929 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-20250929", "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 embedding 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-v3p1 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-v3p1", "messages": [{"role": "user", "content": "Hello!"}]}'
Fireworks accounts/fireworks/models/deepseek-v3p2 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-v3p2", "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-4p7 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-4p7", "messages": [{"role": "user", "content": "Hello!"}]}'
Fireworks accounts/fireworks/models/glm-5 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-5", "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/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-k2p5 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-k2p5", "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/llama-v3p3-70b-instruct chat curl http://169.254.169.254/gateway/llm/fireworks/inference/v1/chat/completions -H "content-type: application/json" -d '{"model": "accounts/fireworks/models/llama-v3p3-70b-instruct", "messages": [{"role": "user", "content": "Hello!"}]}'
Fireworks accounts/fireworks/models/minimax-m2p5 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-m2p5", "messages": [{"role": "user", "content": "Hello!"}]}'
Fireworks accounts/fireworks/models/qwen3-8b chat curl http://169.254.169.254/gateway/llm/fireworks/inference/v1/chat/completions -H "content-type: application/json" -d '{"model": "accounts/fireworks/models/qwen3-8b", "messages": [{"role": "user", "content": "Hello!"}]}'
Fireworks accounts/fireworks/models/qwen3-embedding-8b embedding 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 nomic-ai/nomic-embed-text-v1.5 embedding 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 embedding 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-2025-04-14 chat curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-4.1-2025-04-14", "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-mini-2025-04-14 chat curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-4.1-mini-2025-04-14", "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-4.1-nano-2025-04-14 chat curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-4.1-nano-2025-04-14", "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-2024-05-13 chat curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-4o-2024-05-13", "messages": [{"role": "user", "content": "Hello!"}]}'
OpenAI gpt-4o-2024-08-06 chat curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-4o-2024-08-06", "messages": [{"role": "user", "content": "Hello!"}]}'
OpenAI gpt-4o-2024-11-20 chat curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-4o-2024-11-20", "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-4o-mini-2024-07-18 chat curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-4o-mini-2024-07-18", "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-2025-08-07 chat curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5-2025-08-07", "messages": [{"role": "user", "content": "Hello!"}]}'
OpenAI gpt-5-chat-latest chat curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5-chat-latest", "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-mini-2025-08-07 chat curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5-mini-2025-08-07", "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-nano-2025-08-07 chat curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5-nano-2025-08-07", "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-2025-11-13 chat curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5.1-2025-11-13", "messages": [{"role": "user", "content": "Hello!"}]}'
OpenAI gpt-5.1-chat-latest chat curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5.1-chat-latest", "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-max chat curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5.1-codex-max", "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-2025-12-11 chat curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5.2-2025-12-11", "messages": [{"role": "user", "content": "Hello!"}]}'
OpenAI gpt-5.2-chat-latest chat curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5.2-chat-latest", "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-2025-12-19 chat curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5.3-2025-12-19", "messages": [{"role": "user", "content": "Hello!"}]}'
OpenAI gpt-5.3-chat-latest chat curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5.3-chat-latest", "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-2026-03-05 chat curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5.4-2026-03-05", "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.4-pro-2026-03-05 chat curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5.4-pro-2026-03-05", "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-2026-04-23 chat curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5.5-2026-04-23", "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 gpt-5.5-pro-2026-04-23 chat curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "gpt-5.5-pro-2026-04-23", "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-2024-12-17 chat curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "o1-2024-12-17", "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-2025-04-16 chat curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "o3-2025-04-16", "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-mini-2025-01-31 chat curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "o3-mini-2025-01-31", "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-2025-04-16 chat curl http://169.254.169.254/gateway/llm/openai/v1/chat/completions -H "content-type: application/json" -d '{"model": "o4-mini-2025-04-16", "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 embedding 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 embedding 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 embedding 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!