Top Tweets for #RealtimeApi
【登壇のお知らせ】2026.5.30開催の「#JJUG CCC 2026 Spring」に、Gen-AX エンジニアの松田一樹が登壇します。
テーマは、
AI 時代の “Software Engineering” — Server Side Realtime Event Handling を、Coding Agent と Software Engineering で Re-Design した経験から。
11時~から登壇します📢
𝗩𝗼𝗶𝗰𝗲 𝗔𝗜 𝗷𝘂𝘀𝘁 𝗴𝗼𝘁 𝗮 𝗺𝗮𝘀𝘀𝗶𝘃𝗲 𝘂𝗽𝗴𝗿𝗮𝗱𝗲.
OpenAI just dropped gpt-realtime-1.5 in the Realtime API, and the stats are a game-changer for developers.
We are looking at a new standard for voice-first apps. 🧵
#OpenAI #VoiceAI #RealtimeAPI
Ich habe wieder mal für @heiseonline geschrieben: Die OpenAI #RealtimeAPI im Check! 🎙️ Ein Jahr nach der Beta hat sich dank GA, Mini-Modell und EU-Datenresidenz einiges getan.
Mehr dazu hier im Artikel: https://t.co/IbiWhgks5t
OpenAI #RealtimeAPI in .NET shouldn’t mean throwing away your #MEAI's AIFunctions. I built a way to keep them, and blogged about it!
#openai #realtime #dotnet #csharp #cs_internship
https://t.co/QpaU8YSWPa
Since gpt-realtime did not support live camera streams, I configured the AI to retrieve camera images via function calls.
#gptrealtime #RealtimeAPI
* this app can operate even without robot hardware, using only a smartphone.
#RobotVRM has been urgently updated to support gpt-realtime.
iOS app
https://t.co/nonCOuh0hg
Android app
https://t.co/SFpM400A6e
******* Important *******
To use this app, you will need a separate API key from OpenAI or Anthropic.
******* Important *******
This app is based on the open-source ChatVRM by pixiv, specifically the aituber-kit for @tegnike (under the MIT license, prior to September 25, 2024).
Voice: OpenAI's Realtime API sage
🚀 Meet gpt-realtime: chat with GPT at lightning speed! 🔄 Experience our new Realtime API updates for faster responses, streaming answers & more control. Ready to build live AI apps? 👉 https://t.co/vHeAFdIkzg #OpenAI #RealtimeAPI #AI
🚀 MegaETH just raised the bar for real-time blockchain execution. With its Realtime API, transactions are executed & reflected within 10ms, no more waiting for full EVM blocks.
Built for speed. Backed by preconfirmation.
⚡ Welcome to the future of Ethereum.#MegaETH #RealtimeAPI

M5AtomS3に、GPT-4o-miniでRealtimeAPIを使わない場合だと、応答にそれなりにdelayがかかるけど5分間で6回のやり取り会話ができた。料金は$0.01以下だったね。高等な使い方はしないので、私にとってはこれがベストかな(^^)
#RealtimeAPI #スタックチャン

OpenAIのマイページで使用料を調べてみた。GPT-4o-miniでRealtimeAPIを使って5分間、他愛もない会話をしてみた。若干噛合わないがそれなりの会話(^^;) 5分で0.41ドル、60円くらいか。1時間720円、安いか高いか? (^^;)
#RealtimeAPI #スタックチャン

OpenAI社のページに料金表があった。料金表やその他のページから見て、GPT-4o-miniでもRealtimeAPIが使えることが分かった。もっとも使えてたけど(^^;) 料金がGPT-4oの場合よりもTextで約1/8、音声で1/4で済むことも分かった。明日やってみよう(^^)
#RealtimeAPI #スタックチャン

料金体系が不明なんだけど、GPT-4oとRealtimeAPI版が書き込めた17日以降数日の使用実績と料金は下記の通り。ほんのわずかな使用だけどね。20日の今日は思うところあって、GPT-4o+RealtimeAPI版をほんの少し試してみた結果が出てる。
#RealtimeAPI #スタックチャン

RealtimeAPIは楽しいね。でも、GPT-4oと合わせて使うとコストがかかるね。それほどのユーザーではないので、もとに戻ろうかな。GPT-4o-miniとnon-Realtimeに。PlatformIOを利用したのも、いい頭の体操になったし、満足。コンパイルが速かった!
#RealtimeAPI #スタックチャン
Core2の場合、https://t.co/bLD8hFvpA0から受け取ったデータは日本標準時+9時間になってる。意味不明だけど。AtomS3も同じだ。
現在時刻を聞くと、Atomの場合は正確に答えるけど、Core2のリアルタイム応答では、とてもアバウト。「だいたい...午後3時だよ」なんて(^^;)
#RealtimeAPI #スタックチャン
フム、突然スタックチャンが聞いてくれなくなったな(^^;) AtomS3ちゃんも質問を認識してくれなくなった。1日の限度を超えたのかな? 課金残額はあるようだけど... 契約レベルが低い(?)のにgpt-4oで遊んじゃったからかな? まあ、1日放置してみよう。疲れたし...
#RealtimeAPI #スタックチャン
自作の記念日リストから今日の日付で記念日を答えてもらう機能。しかし、日にちが1日遅れだ。世界時か? 修正やっかいだな(^^;) スタックチャン、17日だと思い込んでるから、「漫画の日」と答えてくれた。加える言葉も多いな(^^;)
#RealtimeAPI #スタックチャン

発見、FunctionCall.hにも設定する必要があったようだ。これで何とかできそうだ。天気については、あってもなくても同じようだったので、自作のもので試してみよう。
#RealtimeAPI #スタックチャン

従前のAI_StackChan2_FuncCallでは、FunctionCallingの設定が①②③ともFunctionCall.cppにあったけれど、Exにおいては、①②はFunctionCall.cppに、③はChatGPT.cppにある。必要な機能を少しづつ#if defined(USE_EXTENSION_FUNCTIONS)の外に出して確かめようと思う。
#RealtimeAPI #スタックチャン

FunctionCall.h に//#define USE_EXTENSION_FUNCTIONSがあったので、これだなと思って//を削除したらエラーがたくさん出た。そんなに甘くない(^^;) motohさんのアドバイス通り、少しづつやるのが良さそうだ。
#RealtimeAPI #スタックチャン
Trends for you
Most Popular Users

Elon Musk 
@elonmusk
241.6M followers

Barack Obama 
@barackobama
119M followers

Cristiano Ronaldo 
@cristiano
114.1M followers

Donald J. Trump 
@realdonaldtrump
111.8M followers

Narendra Modi 
@narendramodi
107.2M followers

Rihanna 
@rihanna
98.7M followers

NASA 
@nasa
92.4M followers

Justin Bieber 
@justinbieber
91.8M followers

KATY PERRY 
@katyperry
89.9M followers

Taylor Swift 
@taylorswift13
83.8M followers

Lady Gaga 
@ladygaga
75.3M followers

Virat Kohli 
@imvkohli
73.1M followers

Kim Kardashian 
@kimkardashian
70.8M followers

YouTube 
@youtube
68.8M followers

Neymar Jr 
@neymarjr
66.1M followers

Bill Gates 
@billgates
65M followers

Selena Gomez 
@selenagomez
62.9M followers

The Ellen Show
@theellenshow
62.3M followers

CNN 
@cnn
61.8M followers

X 
@x
60.7M followers








