API page lists the knowledge cutoff as Dec 01, 2025 but when prompting the model it says June 2024. Knowledge cutoff: 2024-06 Current date: 2026-04-24 You are an AI assistant accessed via an API.
Models don't know what their cutoff dates are unless told via a system prompt. The proper way to figure out the real cutoff date is to ask the model about things that did not exist or did not happen before the date in question. A few quick tests suggest 5.5's general knowledge cutoff is still around early 2025.
OpenAI releases GPT-5.5 and GPT-5.5 Pro in the API
41–50 of 174 posts
Re: OpenAI releases GPT-5.5 and GPT-5.5 Pro in the API
#42not available for Github Copilot pro(only in pro+, business and enterprise), I am really now feeling the era of subsidized AI is over.
Re: OpenAI releases GPT-5.5 and GPT-5.5 Pro in the API
#43Earlier quoted context omitted.
can u test it on say who won the 2024 US election
Usually the labs do some kind of post training on major events so the model isn't totally lost. A better test is something like "what is the latest version of NumPy?"
You're probably better off asking something like "what are the most notable changes in version X of NumPy?" and repeating until you find the version at which it says "I don't know" or hallucinates.
Re: OpenAI releases GPT-5.5 and GPT-5.5 Pro in the API
#44Faster than anticipated because of Deepseek release?
Re: OpenAI releases GPT-5.5 and GPT-5.5 Pro in the API
#45API page lists the knowledge cutoff as Dec 01, 2025 but when prompting the model it says June 2024. Knowledge cutoff: 2024-06 Current date: 2026-04-24 You are an AI assistant accessed via an API.
Models don't know what their cutoff dates are unless told via a system prompt. The proper way to figure out the real cutoff date is to ask the model about things that did not exist or did not happen before the date in question. A few quick tests suggest 5.5's general knowledge cutoff is still around early 2025.
Re: OpenAI releases GPT-5.5 and GPT-5.5 Pro in the API
#46Earlier quoted context omitted.
Models don't know what their cutoff dates are unless told via a system prompt. The proper way to figure out the real cutoff date is to ask the model about things that did not exist or did not happen before the date in question. A few quick tests suggest 5.5's general knowledge cutoff is still around early 2025.
Stupid question: wouldn't it then search the web for that event?
Re: OpenAI releases GPT-5.5 and GPT-5.5 Pro in the API
#47Just tried it out for a prod issue was experiencing. Claude never does this sort of thing, I had it write an update statement after doing some troubleshooting, and I said “okay let’s write this in a transaction with a rollback” and GPT-5.5 gave me the old “okay, BEGIN TRAN; -- put the query here commit; I feel like I haven’t had to prod a model to actually do what I told it to in awhile so that was a shock. I guess t…
Re: OpenAI releases GPT-5.5 and GPT-5.5 Pro in the API
#48Just tried it out for a prod issue was experiencing. Claude never does this sort of thing, I had it write an update statement after doing some troubleshooting, and I said “okay let’s write this in a transaction with a rollback” and GPT-5.5 gave me the old “okay, BEGIN TRAN; -- put the query here commit; I feel like I haven’t had to prod a model to actually do what I told it to in awhile so that was a shock. I guess t…
Re: OpenAI releases GPT-5.5 and GPT-5.5 Pro in the API
#49Faster than anticipated because of Deepseek release?
Re: OpenAI releases GPT-5.5 and GPT-5.5 Pro in the API
#50Just tried it out for a prod issue was experiencing. Claude never does this sort of thing, I had it write an update statement after doing some troubleshooting, and I said “okay let’s write this in a transaction with a rollback” and GPT-5.5 gave me the old “okay, BEGIN TRAN; -- put the query here commit; I feel like I haven’t had to prod a model to actually do what I told it to in awhile so that was a shock. I guess t…
I feel like the last 2-3 generations of models (after gpt-5.3-codex) didn't really improve much, just changed stuff around and making different tradeoffs.