Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions providers/azure-openai/ada.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: completion
model: ada
supportedModes:
- completion
2 changes: 2 additions & 0 deletions providers/azure-openai/aoai-sora-2025-02-28.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mode: unknown
model: aoai-sora-2025-02-28
2 changes: 2 additions & 0 deletions providers/azure-openai/aoai-sora.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mode: unknown
model: aoai-sora
4 changes: 4 additions & 0 deletions providers/azure-openai/babbage.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: completion
model: babbage
supportedModes:
- completion
4 changes: 4 additions & 0 deletions providers/azure-openai/code-cushman-001.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: completion
model: code-cushman-001
supportedModes:
- completion
4 changes: 4 additions & 0 deletions providers/azure-openai/code-cushman-fine-tune-002.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: completion
model: code-cushman-fine-tune-002
supportedModes:
- completion
4 changes: 4 additions & 0 deletions providers/azure-openai/code-davinci-002.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: completion
model: code-davinci-002
supportedModes:
- completion
4 changes: 4 additions & 0 deletions providers/azure-openai/code-davinci-fine-tune-002.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: completion
model: code-davinci-fine-tune-002
supportedModes:
- completion
4 changes: 4 additions & 0 deletions providers/azure-openai/code-search-ada-code-001.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: embedding
model: code-search-ada-code-001
supportedModes:
- embedding
4 changes: 4 additions & 0 deletions providers/azure-openai/code-search-ada-text-001.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: embedding
model: code-search-ada-text-001
supportedModes:
- embedding
4 changes: 4 additions & 0 deletions providers/azure-openai/code-search-babbage-code-001.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: embedding
model: code-search-babbage-code-001
supportedModes:
- embedding
4 changes: 4 additions & 0 deletions providers/azure-openai/code-search-babbage-text-001.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: embedding
model: code-search-babbage-text-001
supportedModes:
- embedding
2 changes: 2 additions & 0 deletions providers/azure-openai/codex-mini-2025-05-16.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mode: unknown
model: codex-mini-2025-05-16
5 changes: 5 additions & 0 deletions providers/azure-openai/computer-use-preview-2025-04-15.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
mode: chat
model: computer-use-preview-2025-04-15
supportedModes:
- chat
- completion
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Computer-use model incorrectly lists completion as supported mode

Low Severity

The computer-use-preview-2025-04-15 model lists completion in its supportedModes, but computer-use models fundamentally require the chat completions API (for tool definitions, system messages, structured tool-calling). Both the openai and google-gemini providers define their computer-use models as mode: chat only. Listing completion here is almost certainly incorrect data and could cause callers to attempt using the legacy completions endpoint with this model.

Fix in Cursor Fix in Web

4 changes: 4 additions & 0 deletions providers/azure-openai/curie.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: completion
model: curie
supportedModes:
- completion
2 changes: 2 additions & 0 deletions providers/azure-openai/dall-e-2-2.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mode: unknown
model: dall-e-2-2.0
2 changes: 2 additions & 0 deletions providers/azure-openai/dall-e-2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mode: unknown
model: dall-e-2
2 changes: 2 additions & 0 deletions providers/azure-openai/dall-e-3-3.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mode: unknown
model: dall-e-3-3.0
2 changes: 2 additions & 0 deletions providers/azure-openai/dall-e-3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mode: unknown
model: dall-e-3
4 changes: 4 additions & 0 deletions providers/azure-openai/davinci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: completion
model: davinci
supportedModes:
- completion
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-35-turbo-0125.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-35-turbo-0125
supportedModes:
- chat
5 changes: 5 additions & 0 deletions providers/azure-openai/gpt-35-turbo-0301.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
mode: chat
model: gpt-35-turbo-0301
supportedModes:
- chat
- completion
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-35-turbo-0613.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-35-turbo-0613
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-35-turbo-1106.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-35-turbo-1106
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-35-turbo-16k-0613.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-35-turbo-16k-0613
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-35-turbo-16k.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-35-turbo-16k
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-35-turbo-instruct-0914.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: completion
model: gpt-35-turbo-instruct-0914
supportedModes:
- completion
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-35-turbo-instruct.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: completion
model: gpt-35-turbo-instruct
supportedModes:
- completion
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-35-turbo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-35-turbo
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-4-0125-Preview.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-4-0125-Preview
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-4-0314.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-4-0314
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-4-0613.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-4-0613
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-4-1106-Preview.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-4-1106-Preview
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-4-32k-0314.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-4-32k-0314
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-4-32k-0613.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-4-32k-0613
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-4-32k.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-4-32k
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-4-turbo-2024-04-09.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-4-turbo-2024-04-09
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-4-turbo-jp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-4-turbo-jp
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-4-vision-preview.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-4-vision-preview
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-4.1-2025-04-14-text.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-4.1-2025-04-14-text
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-4.1-2025-04-14.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-4.1-2025-04-14
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-4.1-mini-2025-04-14.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-4.1-mini-2025-04-14
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-4.1-mini.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-4.1-mini
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-4.1-nano-2025-04-14.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-4.1-nano-2025-04-14
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-4.1-nano.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-4.1-nano
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-4.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-4.1
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-4
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-4o-2024-05-13.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-4o-2024-05-13
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-4o-2024-08-06.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-4o-2024-08-06
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-4o-2024-11-20.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-4o-2024-11-20
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-4o-audio-mai.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-4o-audio-mai
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-4o-audio-preview-2024-10-01.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-4o-audio-preview-2024-10-01
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-4o-audio-preview-2024-12-17.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-4o-audio-preview-2024-12-17
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-4o-audio-preview-2025-06-03.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-4o-audio-preview-2025-06-03
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-4o-canvas-2024-09-25.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-4o-canvas-2024-09-25
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-4o-mini-2024-07-18.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-4o-mini-2024-07-18
supportedModes:
- chat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-4o-mini-audio-preview-2024-12-17
supportedModes:
- chat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mode: unknown
model: gpt-4o-mini-realtime-preview-2024-12-17
2 changes: 2 additions & 0 deletions providers/azure-openai/gpt-4o-mini-transcribe-2025-03-20.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mode: unknown
model: gpt-4o-mini-transcribe-2025-03-20
2 changes: 2 additions & 0 deletions providers/azure-openai/gpt-4o-mini-transcribe-2025-12-15.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mode: unknown
model: gpt-4o-mini-transcribe-2025-12-15
2 changes: 2 additions & 0 deletions providers/azure-openai/gpt-4o-mini-transcribe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mode: unknown
model: gpt-4o-mini-transcribe
2 changes: 2 additions & 0 deletions providers/azure-openai/gpt-4o-mini-tts-2025-03-20.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mode: unknown
model: gpt-4o-mini-tts-2025-03-20
2 changes: 2 additions & 0 deletions providers/azure-openai/gpt-4o-mini-tts-2025-12-15.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mode: unknown
model: gpt-4o-mini-tts-2025-12-15
2 changes: 2 additions & 0 deletions providers/azure-openai/gpt-4o-mini-tts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mode: unknown
model: gpt-4o-mini-tts
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-4o-mini.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-4o-mini
supportedModes:
- chat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mode: unknown
model: gpt-4o-realtime-preview-2024-12-17
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mode: unknown
model: gpt-4o-realtime-preview-2025-06-03
2 changes: 2 additions & 0 deletions providers/azure-openai/gpt-4o-realtime-preview.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mode: unknown
model: gpt-4o-realtime-preview
2 changes: 2 additions & 0 deletions providers/azure-openai/gpt-4o-transcribe-2025-03-20.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mode: unknown
model: gpt-4o-transcribe-2025-03-20
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mode: unknown
model: gpt-4o-transcribe-diarize-2025-10-15
2 changes: 2 additions & 0 deletions providers/azure-openai/gpt-4o-transcribe-diarize.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mode: unknown
model: gpt-4o-transcribe-diarize
2 changes: 2 additions & 0 deletions providers/azure-openai/gpt-4o-transcribe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mode: unknown
model: gpt-4o-transcribe
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-4o.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-4o
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-5-2025-08-07.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-5-2025-08-07
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-5-chat-2025-08-07.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-5-chat-2025-08-07
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-5-chat-2025-08-15.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-5-chat-2025-08-15
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-5-chat-2025-10-03.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-5-chat-2025-10-03
supportedModes:
- chat
2 changes: 2 additions & 0 deletions providers/azure-openai/gpt-5-codex-2025-09-15.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mode: unknown
model: gpt-5-codex-2025-09-15
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-5-mini-2025-08-07.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-5-mini-2025-08-07
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-5-mini-lite-2025-08-07.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-5-mini-lite-2025-08-07
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-5-nano-2025-08-07.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-5-nano-2025-08-07
supportedModes:
- chat
2 changes: 2 additions & 0 deletions providers/azure-openai/gpt-5-pro-2025-10-06.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mode: unknown
model: gpt-5-pro-2025-10-06
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-5.1-2025-11-13.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-5.1-2025-11-13
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-5.1-chat-2025-11-13.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-5.1-chat-2025-11-13
supportedModes:
- chat
2 changes: 2 additions & 0 deletions providers/azure-openai/gpt-5.1-codex-2025-11-13.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mode: unknown
model: gpt-5.1-codex-2025-11-13
2 changes: 2 additions & 0 deletions providers/azure-openai/gpt-5.1-codex-max-2025-12-04.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mode: unknown
model: gpt-5.1-codex-max-2025-12-04
2 changes: 2 additions & 0 deletions providers/azure-openai/gpt-5.1-codex-mini-2025-11-13.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mode: unknown
model: gpt-5.1-codex-mini-2025-11-13
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-5.1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-5.1
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-5.2-2025-12-11.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-5.2-2025-12-11
supportedModes:
- chat
4 changes: 4 additions & 0 deletions providers/azure-openai/gpt-5.2-chat-2025-12-11.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mode: chat
model: gpt-5.2-chat-2025-12-11
supportedModes:
- chat
Loading
Loading