Skip to content

Commit 5fdb90c

Browse files
AssemblyAImarcusolsson
authored andcommitted
Project import generated by Copybara.
GitOrigin-RevId: ad669bfbc9b07a31d10cde02894e2b65010e4403
1 parent 2c4193e commit 5fdb90c

File tree

7 files changed

+21
-67
lines changed

7 files changed

+21
-67
lines changed

fern/.definition/lemur.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -618,19 +618,6 @@ types:
618618
pascal: AnthropicClaude2_0
619619
- value: default
620620
docs: Legacy - deprecating on 02/06/25. The same as Claude 2.0.
621-
- value: anthropic/claude-instant-1-2
622-
name: AnthropicClaudeInstant12
623-
docs: >
624-
Legacy - deprecating on 10/28/24. Claude Instant is a legacy model
625-
that is optimized for speed and cost. Claude Instant can complete
626-
requests up to 20% faster than Claude 2.0.
627-
casing:
628-
camel: anthropicClaudeInstant1_2
629-
screaming-snake: ANTHROPIC_CLAUDE_INSTANT1_2
630-
snake: anthropic_claude_instant1_2
631-
pascal: AnthropicClaudeInstant1_2
632-
- value: basic
633-
docs: Legacy - deprecating on 10/28/24. The same as Claude Instant.
634621
- value: assemblyai/mistral-7b
635622
name: AssemblyaiMistral7B
636623
docs: >

fern/.definition/realtime.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ channel:
361361
end: 300
362362
confidence: 1
363363
text: there
364-
created: "2023-05-24T12:09:10Z"
364+
created: "2023-05-24T06:09:10Z"
365365
message_type: PartialTranscript
366366
- type: subscribe
367367
body:
@@ -374,7 +374,7 @@ channel:
374374
end: 300
375375
confidence: 1
376376
text: there
377-
created: "2023-05-24T12:09:10Z"
377+
created: "2023-05-24T06:09:10Z"
378378
message_type: FinalTranscript
379379
punctuated: true
380380
text_formatted: true

fern/.definition/transcripts.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2496,11 +2496,13 @@ types:
24962496
utterances:
24972497
type: optional<list<TranscriptUtterance>>
24982498
docs: >
2499-
When dual_channel or speaker_labels is enabled, a list of turn-by-turn
2499+
When multichannel or speaker_labels is enabled, a list of turn-by-turn
25002500
utterance objects.
25012501
25022502
See [Speaker
2503-
diarization](https://www.assemblyai.com/docs/models/speaker-diarization)
2503+
diarization](https://www.assemblyai.com/docs/speech-to-text/speaker-diarization)
2504+
and [Multichannel
2505+
transcription](https://www.assemblyai.com/docs/speech-to-text/speech-recognition#multichannel-transcription)
25042506
for more information.
25052507
confidence:
25062508
type: optional<double>

fern/generators.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ groups:
1717
ruby-sdk:
1818
generators:
1919
- name: fernapi/fern-ruby-sdk
20-
version: 0.8.2
20+
version: 0.6.3
2121
github:
2222
repository: AssemblyAI/assemblyai-ruby-sdk
2323
mode: pull-request
@@ -31,7 +31,7 @@ groups:
3131
csharp-sdk:
3232
generators:
3333
- name: fernapi/fern-csharp-sdk
34-
version: 1.9.11
34+
version: 1.3.0
3535
output:
3636
location: nuget
3737
package-name: AssemblyAI
@@ -49,7 +49,7 @@ groups:
4949
java-sdk:
5050
generators:
5151
- name: fernapi/fern-java-sdk
52-
version: 2.10.4
52+
version: 2.2.0
5353
output:
5454
location: maven
5555
coordinate: com.assemblyai:assemblyai-java

openapi.json

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3183,7 +3183,7 @@
31833183
},
31843184
"utterances": {
31853185
"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",
31873187
"type": ["array", "null"],
31883188
"items": {
31893189
"x-label": "Utterance",
@@ -6612,8 +6612,6 @@
66126612
"anthropic/claude-2-1",
66136613
"anthropic/claude-2",
66146614
"default",
6615-
"anthropic/claude-instant-1-2",
6616-
"basic",
66176615
"assemblyai/mistral-7b"
66186616
],
66196617
"x-fern-enum": {
@@ -6674,18 +6672,6 @@
66746672
"default": {
66756673
"description": "Legacy - deprecating on 02/06/25. The same as Claude 2.0."
66766674
},
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-
},
66896675
"assemblyai/mistral-7b": {
66906676
"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",
66916677
"casing": {
@@ -6718,12 +6704,6 @@
67186704
"default": {
67196705
"label": "Default (Legacy - deprecating on 02/06/25)"
67206706
},
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)"
6726-
},
67276707
"assemblyai/mistral-7b": {
67286708
"label": "Mistral 7B (hosted by AssemblyAI)"
67296709
}

openapi.yml

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2580,8 +2580,8 @@ components:
25802580
utterances:
25812581
x-label: Utterances
25822582
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.
25852585
type: [array, "null"]
25862586
items:
25872587
x-label: Utterance
@@ -5687,8 +5687,6 @@ components:
56875687
- anthropic/claude-2-1
56885688
- anthropic/claude-2
56895689
- default
5690-
- anthropic/claude-instant-1-2
5691-
- basic
56925690
- assemblyai/mistral-7b
56935691
x-fern-enum:
56945692
anthropic/claude-3-5-sonnet:
@@ -5725,32 +5723,22 @@ components:
57255723
screamingSnake: ANTHROPIC_CLAUDE3_SONNET
57265724
anthropic/claude-2-1:
57275725
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.
57295727
casing:
57305728
camel: anthropicClaude2_1
57315729
snake: anthropic_claude2_1
57325730
pascal: AnthropicClaude2_1
57335731
screamingSnake: ANTHROPIC_CLAUDE2_1
57345732
anthropic/claude-2:
57355733
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.
57375735
casing:
57385736
camel: anthropicClaude2_0
57395737
snake: anthropic_claude2_0
57405738
pascal: AnthropicClaude2_0
57415739
screamingSnake: ANTHROPIC_CLAUDE2_0
57425740
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.
57545742
assemblyai/mistral-7b:
57555743
description: >
57565744
LeMUR Mistral 7B is an LLM self-hosted by AssemblyAI.
@@ -5770,15 +5758,11 @@ components:
57705758
anthropic/claude-3-sonnet:
57715759
label: Claude 3 Sonnet (on Anthropic)
57725760
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)
57745762
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)
57765764
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)
5780-
basic:
5781-
label: Basic (Legacy - deprecating on 10/28/24)
5765+
label: Default (sunsetting on 2025-02-06)
57825766
assemblyai/mistral-7b:
57835767
label: Mistral 7B (hosted by AssemblyAI)
57845768

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"precommit": "pnpm lint && pnpm generate:fern-definition && pnpm to-json && pnpm format"
1414
},
1515
"devDependencies": {
16-
"@stoplight/spectral-cli": "^6.13.1",
16+
"@stoplight/spectral-cli": "^6.14.1",
1717
"fern-api": "^0.44.6",
1818
"prettier": "^3.3.3"
1919
},
@@ -23,7 +23,8 @@
2323
"braces@<3.0.3": ">=3.0.3",
2424
"micromatch@<4.0.8": ">=4.0.8",
2525
"rollup@<2.79.2": ">=2.79.2",
26-
"rollup@>=4.0.0 <4.22.4": ">=4.22.4"
26+
"rollup@>=4.0.0 <4.22.4": ">=4.22.4",
27+
"jsonpath-plus@<10.0.7": ">=10.0.7"
2728
}
2829
},
2930
"packageManager": "pnpm@8.15.9+sha256.daa27a0b541bc635323ff96c2ded995467ff9fe6d69ff67021558aa9ad9dcc36"

0 commit comments

Comments
 (0)