feat: add GPT-Live speaker/reasoner, Bedrock fallback models, and new Rime AI voices - #49
Open
fern-api[bot] wants to merge 3 commits into
Open
fern-api[bot] wants to merge 3 commits into
fern-api[bot] wants to merge 3 commits into
Conversation
fern-api
Bot
force-pushed
the
fern-bot/2026-09-10_21-49-32_753
branch
2 times, most recently
from
September 10, 2026 23:04
dba93cf to
db50444
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-09-10_21-49-32_753
branch
2 times, most recently
from
September 10, 2026 23:47
e82cb5c to
f21c240
Compare
fern-api
Bot
force-pushed
the
fern-bot/2026-09-10_21-49-32_753
branch
5 times, most recently
from
September 14, 2026 19:54
ee21e10 to
c14a7a4
Compare
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-typescript-sdk: 3.63.0
…ack models, and new Rime AI voices Expand the OpenAI model configuration with GPT-Live speaker and reasoner support, add Anthropic Bedrock fallback model selection, introduce new Rime AI voice IDs and models, and extend user role and event enums with new values. Key changes: - Add `OpenAiSpeaker` and `OpenAiReasoner` types (with supporting enums) as optional fields on `OpenAiModel` for GPT-Live configuration - Add `AnthropicBedrockModelFallbackModelsItem` enum and optional `fallbackModels` field on `AnthropicBedrockModel` for same-provider Bedrock failover - Add `coda` and `mistv3` to `RimeAiVoiceModel` / `FallbackRimeAiVoiceModel`, and seven new voice IDs (Clementine, Walnut, Eyre, Bancroft, Hesse, Beatty, Godfrey) to `RimeAiVoiceIdEnum` / `FallbackRimeAiVoiceIdEnum` - Add `HipaaSpecial` to `InviteUserDtoRoleZero` and `UpdateUserRoleDtoRoleZero` - Add `AssistantKnowledgeBaseRequestSucceeded` to `JsonQueryOnEventsTableOn` and `seconds`/`usageComplete` optional fields to `ModelCost` 🌿 Generated with Fern
fern-api
Bot
force-pushed
the
fern-bot/2026-09-10_21-49-32_753
branch
from
September 14, 2026 22:47
c14a7a4 to
f2b37f2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
2.0.1 → 2.1.0
Added
OpenAiSpeakerandOpenAiReasoner— new optional fields onOpenAiModelthat configure the GPT-Live speaker personality and delegated reasoning model, includingOpenAiReasonerModel,OpenAiReasonerProvider, andOpenAiReasonerReasoningEffortenums.AnthropicBedrockModel.fallbackModels— new optional field acceptingAnthropicBedrockModelFallbackModelsItem[]to specify a same-provider Bedrock fallback model tried when the primary fails.codaandmistv3added toRimeAiVoiceModelandFallbackRimeAiVoiceModel; seven new voice IDs (Clementine, Walnut, Eyre, Bancroft, Hesse, Beatty, Godfrey) added toRimeAiVoiceIdEnumandFallbackRimeAiVoiceIdEnum.HipaaSpecialrole value added toInviteUserDtoRoleZeroandUpdateUserRoleDtoRoleZero.ModelCost.secondsandModelCost.usageComplete— new optional fields reporting provider-billed duration and whether reported usage is complete;AssistantKnowledgeBaseRequestSucceededadded toJsonQueryOnEventsTableOn.See full changelog