חזרה לפיד
newsמקור: Reddit — r/Cursor5.9.2026

הפעלת GPT-6 Astra ב-Cursor Agent דרך BYOK

Got GPT-6 Astra working in Cursor's Agent (tools + reasoning) via BYOK – what blocks it and how I worked around it

$cat article.txt

>מאמר מתאר כיצד הופעל GPT-6 Astra ב-Cursor Agent תוך שימוש במפתח OpenAI אישי (BYOK), למרות בעיות תאימות. באמצעות ריליי לוגים, נמצאו פערי…

◆ סיכום AI

מאמר מתאר כיצד הופעל GPT-6 Astra ב-Cursor Agent תוך שימוש במפתח OpenAI אישי (BYOK), למרות בעיות תאימות. באמצעות ריליי לוגים, נמצאו פערי פרוטוקולים בין Cursor ל-OpenAI, ופותח פתרון עוקף המאפשר שימוש ב-GPT-6 Astra עם יכולות כלים ורציונל.

# מהמקור

TL;DR: With your own OpenAI key, gpt-6-astra doesn't work in Cursor even though the same key works via curl. I put a logging relay between Cursor and OpenAI and found two mismatches: Cursor's BYOK path speaks Chat Completions, but OpenAI only allows function tools with reasoning for Astra via /v1/responses – and Cursor's own model registry blocks the name on that path anyway. A small local relay that translates between the two makes Astra usable in Cursor's Agent with tools and reasoning. Details below, code at the end. What happens Custom model gpt-6-astra , no base URL override → model_not_found . I couldn't diagnose this o

#llm-integration#api-compatibility#gpt-astra#ai-agent-tools
קרא במקור