You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.json
+1-21Lines changed: 1 addition & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -3183,7 +3183,7 @@
3183
3183
},
3184
3184
"utterances": {
3185
3185
"x-label": "Utterances",
3186
-
"description": "When dual_channel or speaker_labels is enabled, a list of turn-by-turn utterance objects.\nSee [Speaker diarization](https://www.assemblyai.com/docs/models/speaker-diarization) for more information.\n",
3186
+
"description": "When multichannel or speaker_labels is enabled, a list of turn-by-turn utterance objects.\nSee [Speaker diarization](https://www.assemblyai.com/docs/speech-to-text/speaker-diarization) and [Multichannel transcription](https://www.assemblyai.com/docs/speech-to-text/speech-recognition#multichannel-transcription) for more information.\n",
3187
3187
"type": ["array", "null"],
3188
3188
"items": {
3189
3189
"x-label": "Utterance",
@@ -6612,8 +6612,6 @@
6612
6612
"anthropic/claude-2-1",
6613
6613
"anthropic/claude-2",
6614
6614
"default",
6615
-
"anthropic/claude-instant-1-2",
6616
-
"basic",
6617
6615
"assemblyai/mistral-7b"
6618
6616
],
6619
6617
"x-fern-enum": {
@@ -6674,18 +6672,6 @@
6674
6672
"default": {
6675
6673
"description": "Legacy - deprecating on 02/06/25. The same as Claude 2.0."
6676
6674
},
6677
-
"anthropic/claude-instant-1-2": {
6678
-
"description": "Legacy - deprecating on 10/28/24. Claude Instant is a legacy model that is optimized for speed and cost. Claude Instant can complete requests up to 20% faster than Claude 2.0.\n",
6679
-
"casing": {
6680
-
"camel": "anthropicClaudeInstant1_2",
6681
-
"snake": "anthropic_claude_instant1_2",
6682
-
"pascal": "AnthropicClaudeInstant1_2",
6683
-
"screamingSnake": "ANTHROPIC_CLAUDE_INSTANT1_2"
6684
-
}
6685
-
},
6686
-
"basic": {
6687
-
"description": "Legacy - deprecating on 10/28/24. The same as Claude Instant."
6688
-
},
6689
6675
"assemblyai/mistral-7b": {
6690
6676
"description": "LeMUR Mistral 7B is an LLM self-hosted by AssemblyAI. It's the fastest and cheapest of the LLM options. We recommend it for use cases like basic summaries and factual Q&A.\n",
6691
6677
"casing": {
@@ -6718,12 +6704,6 @@
6718
6704
"default": {
6719
6705
"label": "Default (Legacy - deprecating on 02/06/25)"
6720
6706
},
6721
-
"anthropic/claude-instant-1-2": {
6722
-
"label": "Claude Instant 1.2 (on Anthropic)(Legacy - deprecating on 10/28/24)"
6723
-
},
6724
-
"basic": {
6725
-
"label": "Basic (Legacy - deprecating on 10/28/24)"
Copy file name to clipboardExpand all lines: openapi.yml
+8-24Lines changed: 8 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -2580,8 +2580,8 @@ components:
2580
2580
utterances:
2581
2581
x-label: Utterances
2582
2582
description: |
2583
-
When dual_channel or speaker_labels is enabled, a list of turn-by-turn utterance objects.
2584
-
See [Speaker diarization](https://www.assemblyai.com/docs/models/speaker-diarization) for more information.
2583
+
When multichannel or speaker_labels is enabled, a list of turn-by-turn utterance objects.
2584
+
See [Speaker diarization](https://www.assemblyai.com/docs/speech-to-text/speaker-diarization) and [Multichannel transcription](https://www.assemblyai.com/docs/speech-to-text/speech-recognition#multichannel-transcription) for more information.
2585
2585
type: [array, "null"]
2586
2586
items:
2587
2587
x-label: Utterance
@@ -5687,8 +5687,6 @@ components:
5687
5687
- anthropic/claude-2-1
5688
5688
- anthropic/claude-2
5689
5689
- default
5690
-
- anthropic/claude-instant-1-2
5691
-
- basic
5692
5690
- assemblyai/mistral-7b
5693
5691
x-fern-enum:
5694
5692
anthropic/claude-3-5-sonnet:
@@ -5725,32 +5723,22 @@ components:
5725
5723
screamingSnake: ANTHROPIC_CLAUDE3_SONNET
5726
5724
anthropic/claude-2-1:
5727
5725
description: >
5728
-
Legacy - deprecating on 02/06/25. Claude 2.1 is a legacy model similar to Claude 2.0. The key difference is that it minimizes model hallucination and system prompts, has a larger context window, and performs better in citations.
5726
+
Sunsetting on 2025-02-06. Claude 2.1 is a legacy model similar to Claude 2.0. The key difference is that it minimizes model hallucination and system prompts, has a larger context window, and performs better in citations.
5729
5727
casing:
5730
5728
camel: anthropicClaude2_1
5731
5729
snake: anthropic_claude2_1
5732
5730
pascal: AnthropicClaude2_1
5733
5731
screamingSnake: ANTHROPIC_CLAUDE2_1
5734
5732
anthropic/claude-2:
5735
5733
description: >
5736
-
Legacy - deprecating on 02/06/25. Claude 2.0 is a legacy model that has good complex reasoning. It offers more nuanced responses and improved contextual comprehension.
5734
+
Sunsetting on 2025-02-06. Claude 2.0 is a legacy model that has good complex reasoning. It offers more nuanced responses and improved contextual comprehension.
5737
5735
casing:
5738
5736
camel: anthropicClaude2_0
5739
5737
snake: anthropic_claude2_0
5740
5738
pascal: AnthropicClaude2_0
5741
5739
screamingSnake: ANTHROPIC_CLAUDE2_0
5742
5740
default:
5743
-
description: Legacy - deprecating on 02/06/25. The same as Claude 2.0.
5744
-
anthropic/claude-instant-1-2:
5745
-
description: >
5746
-
Legacy - deprecating on 10/28/24. Claude Instant is a legacy model that is optimized for speed and cost. Claude Instant can complete requests up to 20% faster than Claude 2.0.
5747
-
casing:
5748
-
camel: anthropicClaudeInstant1_2
5749
-
snake: anthropic_claude_instant1_2
5750
-
pascal: AnthropicClaudeInstant1_2
5751
-
screamingSnake: ANTHROPIC_CLAUDE_INSTANT1_2
5752
-
basic:
5753
-
description: Legacy - deprecating on 10/28/24. The same as Claude Instant.
5741
+
description: Legacy - sunsetting on 2025-02-06. The same as Claude 2.0.
5754
5742
assemblyai/mistral-7b:
5755
5743
description: >
5756
5744
LeMUR Mistral 7B is an LLM self-hosted by AssemblyAI.
@@ -5770,15 +5758,11 @@ components:
5770
5758
anthropic/claude-3-sonnet:
5771
5759
label: Claude 3 Sonnet (on Anthropic)
5772
5760
anthropic/claude-2-1:
5773
-
label: Claude 2.1 (on Anthropic)(Legacy - deprecating on 02/06/25)
5761
+
label: Claude 2.1 (on Anthropic) (sunsetting on 2025-02-06)
5774
5762
anthropic/claude-2:
5775
-
label: Claude 2 (on Anthropic)(Legacy - deprecating on 02/06/25)
5763
+
label: Claude 2 (on Anthropic) (sunsetting on 2025-02-06)
5776
5764
default:
5777
-
label: Default (Legacy - deprecating on 02/06/25)
5778
-
anthropic/claude-instant-1-2:
5779
-
label: Claude Instant 1.2 (on Anthropic)(Legacy - deprecating on 10/28/24)
0 commit comments