МодельдерҚолдауКәсіпорынБлог
500+ AI Model API, Барлығы Бір API-да. Тек CometAPI-де
Модельдер API
Әзірлеуші
Жылдам бастауҚұжаттамаAPI Бақылау Тақтасы
Ресурстар
AI МодельдеріБлогКәсіпорынӨзгерістер журналыБіз туралы
2025 CometAPI. Барлық құқықтар қорғалған.Құпиялылық саясатыҚызмет көрсету шарттары
Home/Models/OpenAI/gpt-4-gizmo-*
O

gpt-4-gizmo-*

Енгізу:$24/M
Шығыс:$48/M
Коммерциялық пайдалану
Шолу
Мүмкіндіктер
Баға белгілеу
API

Technical Specifications of gpt-4-gizmo-*

SpecificationDetails
Model IDgpt-4-gizmo-*
Provider associationOpenAI GPTs / Custom GPTs ecosystem
Model typeGPT-4-family conversational model variant used for GPTs experiences, based on public references to OpenAI’s custom GPT infrastructure and third-party integrations that expose gpt-4-gizmo-* identifiers.
Primary use caseRunning custom GPT-style assistants tailored with instructions, knowledge files, and optional actions/tools.
Interface patternChat/completions-style API access on aggregator or compatible platforms that map requests to gpt-4-gizmo-* identifiers. OpenAI’s own public documentation describes GPTs as a ChatGPT product rather than a standard public API model family.
Knowledge augmentationSupports GPT-style retrieval workflows conceptually, including uploaded knowledge and semantic search/RAG behaviors in the GPTs product context.
Tooling/actionsAssociated with custom GPTs that can include actions and business workflow integrations in supported ChatGPT plans.
Availability notePublic official documentation focuses on GPTs as a ChatGPT feature. Precise low-level specs such as context window, training cutoff, token pricing, and official direct API guarantees for gpt-4-gizmo-* are not clearly documented by OpenAI in the sources reviewed.

What is gpt-4-gizmo-*?

gpt-4-gizmo-* is commonly used as a platform-facing identifier for GPT-style assistants tied to OpenAI’s custom GPTs ecosystem. OpenAI’s official help documentation explains GPTs as custom versions of ChatGPT that users or organizations can tailor for specific tasks, workflows, departments, or proprietary knowledge bases.

Based on available public evidence, gpt-4-gizmo-* does not appear to be a mainstream standalone OpenAI API model name documented like the standard public API families. Instead, it is better understood as an identifier pattern associated with individual GPTs or “gizmos” exposed through certain third-party or compatibility layers. This is an inference drawn from OpenAI’s GPTs documentation plus third-party references showing model strings such as gpt-4-gizmo-{gizmo_id}.

In practical terms, this model code is useful when a platform such as CometAPI supports routing requests to custom GPT-like endpoints through the gpt-4-gizmo-* naming scheme. That makes it relevant for developers who want access to specialized assistants rather than only a general-purpose base model.

Main features of gpt-4-gizmo-*

  • Custom GPT behavior: Designed around the idea of tailored assistants with persistent instructions and task-specific behavior, aligning with OpenAI’s GPTs concept.
  • Knowledge-grounded responses: Can be associated with uploaded documents or retrieval-based knowledge workflows, which helps the assistant answer using organization-specific or domain-specific information.
  • Task specialization: Suitable for focused use cases such as support, internal enablement, education, research assistance, or workflow automation through specialized prompting and configuration.
  • Potential action integration: GPTs in OpenAI’s ecosystem can include custom actions, suggesting that gpt-4-gizmo-*-style integrations may be used in assistants that connect to external tools or services when supported by the hosting platform.
  • Per-GPT identifier structure: Public third-party references indicate that the wildcard portion in gpt-4-gizmo-* often maps to a specific GPT or gizmo ID, enabling access to different specialized assistants under the same identifier family.
  • Compatibility-layer accessibility: While OpenAI documents GPTs primarily as a ChatGPT product feature, aggregator platforms and compatible gateways may expose them via API-friendly model IDs such as gpt-4-gizmo-*.

How to access and integrate gpt-4-gizmo-*

Step 1: Sign Up for API Key

To start using gpt-4-gizmo-*, first create an account on CometAPI and generate your API key from the dashboard. After signing in, store the key securely and avoid exposing it in client-side code or public repositories.

Step 2: Send Requests to gpt-4-gizmo-* API

Once you have your API key, send requests to the CometAPI-compatible endpoint and specify gpt-4-gizmo-* as the model name.

curl https://api.cometapi.com/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $COMETAPI_API_KEY" \
  -d '{
    "model": "gpt-4-gizmo-*",
    "messages": [
      {
        "role": "user",
        "content": "Explain what this custom GPT is designed to do."
      }
    ]
  }'
from openai import OpenAI

client = OpenAI(
    api_key="YOUR_COMETAPI_KEY",
    base_url="https://api.cometapi.com/v1"
)

response = client.chat.completions.create(
    model="gpt-4-gizmo-*",
    messages=[
        {"role": "user", "content": "Explain what this custom GPT is designed to do."}
    ]
)

print(response.choices[0].message.content)

Step 3: Retrieve and Verify Results

After receiving the response, parse the returned message content and validate that the output matches the intended behavior of the targeted gpt-4-gizmo-* assistant. If your workflow depends on a particular custom GPT configuration, verify prompt behavior, connected knowledge sources, and any downstream tool or action outputs in your application testing.

gpt-4-gizmo-* үшін мүмкіндіктер

[Модель атауы] негізгі мүмкіндіктерін зерттеңіз, олар өнімділік пен пайдалану ыңғайлылығын арттыруға арналған. Бұл мүмкіндіктердің сіздің жобаларыңызға қалай пайда әкелетінін және пайдаланушы тәжірибесін қалай жақсартатынын біліңіз.

gpt-4-gizmo-* үшін баға белгілеу

[Модель атауы] үшін әртүрлі бюджеттер мен пайдалану қажеттіліктеріне сәйкес келетін бәсекеге қабілетті баға белгілеуді зерттеңіз. Біздің икемді жоспарларымыз сіз тек пайдаланған нәрсеңіз үшін ғана төлеуіңізді қамтамасыз етеді, бұл сіздің талаптарыңыз өскен сайын масштабтауды жеңілдетеді. [Модель атауы] шығындарды басқарылатын деңгейде ұстай отырып, сіздің жобаларыңызды қалай жақсарта алатынын біліңіз.
Комета бағасы (USD / M Tokens)Ресми баға (USD / M Tokens)Жеңілдік
Енгізу:$24/M
Шығыс:$48/M
Енгізу:$30/M
Шығыс:$60/M
-20%

gpt-4-gizmo-* үшін үлгі код және API

[Модель атауы] үшін кешенді үлгі кодтары мен API ресурстарына қол жеткізіп, интеграция процесіңізді жеңілдетіңіз. Біздің толық құжаттама қадам-қадаммен нұсқаулық береді, жобаларыңызда [Модель атауы] мүмкіндіктерін толық пайдалануға көмектеседі.

Көбірек модельдер

G

Nano Banana 2

Енгізу:$0.4/M
Шығыс:$2.4/M
Негізгі мүмкіндіктерге шолу: Ажыратылымдылығы: 4K-ға дейін (4096×4096), Pro-мен деңгейлес. Үлгі суреттердің бірізділігі: 14-ке дейін үлгі сурет (10 объект + 4 кейіпкер), стиль/кейіпкер бірізділігін сақтайды. Экстремалды жақтар арақатынастары: Жаңа 1:4, 4:1, 1:8, 8:1 қатынастары қосылды, ұзын суреттерге, постерлер мен баннерлерге жарамды. Мәтінді кескіндеу: Жетілдірілген мәтін генерациясы, инфографика мен маркетингтік постер макеттеріне жарайды. Іздеуді жетілдіру: Google Search + Image Search біріктірілген. Негіздеу: Кірістірілген ойлау үдерісі; күрделі сұраныстар генерацияға дейін пайымдалады.
A

Claude Opus 4.6

Енгізу:$4/M
Шығыс:$20/M
Claude Opus 4.6 — Anthropic компаниясының «Opus» санатындағы үлкен тілдік моделі, 2026 жылғы ақпанда шығарылған. Ол зияткерлік еңбек пен зерттеу процестеріне арналған сенімді жұмыс құралы ретінде позицияланған — ұзақ контексттегі пайымдау, көпқадамды жоспарлау, құралдарды қолдану (агенттік бағдарламалық қамтамасыз ету жұмыс процестерін қоса), сондай-ақ слайдтар мен электрондық кестелерді автоматты түрде жасау сияқты компьютерді пайдалану тапсырмалары бойынша мүмкіндіктерін жақсартады.
A

Claude Sonnet 4.6

Енгізу:$2.4/M
Шығыс:$12/M
Claude Sonnet 4.6 — әзірге біздің ең қабілетті Sonnet моделіміз. Ол кодтау, компьютерді пайдалану, ұзақ контекст бойынша пайымдау, агенттік жоспарлау, білімге негізделген жұмыс және дизайн бойынша модельдің дағдыларын толық жаңартуды қамтиды. Sonnet 4.6 сондай-ақ бета нұсқасында 1M токендік контекст терезесін ұсынады.
O

GPT-5.4 nano

Енгізу:$0.16/M
Шығыс:$1/M
GPT-5.4 nano жылдамдық пен құн ең маңызды болатын жіктеу, деректерді шығарып алу, ранжирлеу және субагенттер сияқты тапсырмаларға арналған.
O

GPT-5.4 mini

Енгізу:$0.6/M
Шығыс:$3.6/M
GPT-5.4 mini жоғары көлемді жүктемелерге арналған, GPT-5.4-тің артықшылықтарын жылдамырақ әрі тиімдірек модельге біріктіреді.
A

Claude Mythos Preview

A

Claude Mythos Preview

Жақында
Енгізу:$60/M
Шығыс:$240/M
Claude Mythos Preview — бүгінге дейінгі ең қабілетті озық моделіміз және алдыңғы озық моделіміз Claude Opus 4.6-пен салыстырғанда көптеген бағалау бенчмарктеріндегі көрсеткіштер бойынша айқын серпіліс көрсетеді.