OpenAI · Text
Hermes Agent x GPT
GPT is OpenAI's frontier LLM family, spanning standard and mini variants for different cost-performance trade-offs. Through RunAPI, all GPT models share the same API shape and billing.
Publiczne wersje i endpointy
| ID modelu | Wersja | Endpointy | Cena początkowa | Katalog |
|---|---|---|---|---|
codex-auto-review | codex-auto-review | /v1/chat/completions/v1/responses | $0.0025 | Szczegóły modelu |
gpt-5.2 | Professional knowledge work; Thinking mode for deep tasks | /v1/responses/v1/chat/completions | $0.0009 | Szczegóły modelu |
gpt-5.2-pro | gpt-5.2-pro | /v1/responses | $0.011 | Szczegóły modelu |
gpt-5.3-codex | Specialized for multi-file code generation and editing | /v1/responses/v1/chat/completions | $0.0011 | Szczegóły modelu |
gpt-5.3-codex-spark | gpt-5.3-codex-spark | /v1/chat/completions/v1/responses | $0.0011 | Szczegóły modelu |
gpt-5.4 | Best coding + agentic workflows; industry-leading code benchmark | /v1/responses/v1/chat/completions | $0.0025 | Szczegóły modelu |
gpt-5.4-mini | Cost-effective fallback for gpt-5.4; available to Free tier | /v1/chat/completions/v1/responses | $0.0005 | Szczegóły modelu |
gpt-5.4-nano | gpt-5.4-nano | /v1/chat/completions/v1/responses | $0.0001 | Szczegóły modelu |
gpt-5.4-pro | gpt-5.4-pro | /v1/responses | $0.030 | Szczegóły modelu |
gpt-5.5 | Purpose-built for long-horizon agentic tasks; best error recovery | /v1/chat/completions/v1/responses | $0.0050 | Szczegóły modelu |
gpt-5.5-pro | gpt-5.5-pro | /v1/responses | $0.030 | Szczegóły modelu |
gpt-5.6-luna | Fastest, lightest GPT-5.6 tier for summaries, drafts, and everyday automation | /v1/responses/v1/chat/completions | $0.0002 | Szczegóły modelu |
gpt-5.6-sol | Flagship for the hardest tasks: complex coding, deep research, long-horizon agents | /v1/chat/completions/v1/responses | $0.0050 | Szczegóły modelu |
gpt-5.6-terra | Balanced workhorse for high-volume tasks; near-flagship quality, cost-efficient | /v1/chat/completions/v1/responses | $0.0020 | Szczegóły modelu |
Konfiguracja
Endpoint przewodnika: <endpoint>
Wybierz <model-id>, aby wygenerować żądanie zgodne z publicznym kontraktem wejściowym endpointu.Weryfikacja
Wybierz <model-id>, aby wygenerować polecenia weryfikacyjne.Jak to działa
- 1. Wybierz ID modelu
Wybierz publiczny ID modelu z katalogu i sprawdź jego endpoint oraz bieżącą cenę początkową.
- 2. Skonfiguruj RunAPI
Dodaj konfigurację dostawcy dla tego agenta.
- 3. Zweryfikuj wynik
Uruchom pokazane poniżej polecenia stanu i wyboru modelu.
Częste pytania
Którego ID modelu użyć?
Wybierz publiczny ID modelu z tabeli wersji. Każdy ID udostępnia endpointy pokazane w jego wierszu.
Czy ten przewodnik konfiguruje model czatu?
Tak. Ta linia modeli obsługuje protokół LLM przeznaczony dla klienta.