Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public partial interface ISubpackageAgentClient
/// <param name="llmProvider">
/// LLM backend. Leave empty (or omit both `llm_provider` and<br/>
/// `llm_model`) to use the platform default (today: Speechify<br/>
/// Kimi K2.6, resolved server-side at dispatch). When set,<br/>
/// GLM-5.2, resolved server-side at dispatch). When set,<br/>
/// must be paired with a non-empty `llm_model`; mixing a<br/>
/// populated provider with an empty model is rejected as a<br/>
/// 400. `custom` additionally requires `llm_base_url`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public partial interface ISubpackageAgentClient
/// <param name="llmProvider">
/// LLM backend. Send an empty string together with<br/>
/// `llm_model: ""` to clear the pair to the platform default<br/>
/// (today: Speechify Kimi K2.6). Sending one populated and<br/>
/// (today: Speechify GLM-5.2). Sending one populated and<br/>
/// one empty is rejected as a 400. Omit both to leave the<br/>
/// stored pair unchanged. Switching to a non-`custom` provider<br/>
/// clears any stored `llm_base_url` / `llm_api_key` /<br/>
Expand Down
12 changes: 6 additions & 6 deletions src/libs/Speechify/Generated/Speechify.Models.Agent.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public sealed partial class Agent
/// <summary>
/// LLM backend the worker constructs for this agent. Null<br/>
/// means "use the platform default" (resolved server-side at<br/>
/// dispatch; today: Speechify Kimi K2.6). `openai` and<br/>
/// dispatch; today: Speechify GLM-5.2). `openai` and<br/>
/// `speechify` pair with a model from the allowed (provider,<br/>
/// model) table. `custom` points the worker at any OpenAI /<br/>
/// vLLM-compatible endpoint - see `llm_base_url`,<br/>
Expand All @@ -69,8 +69,8 @@ public sealed partial class Agent

/// <summary>
/// Chat model slug. Null means "use the platform default"<br/>
/// (resolved server-side at dispatch; today: Speechify Kimi<br/>
/// K2.6). For `openai` / `speechify` it must be a slug from<br/>
/// (resolved server-side at dispatch; today: Speechify<br/>
/// GLM-5.2). For `openai` / `speechify` it must be a slug from<br/>
/// the allowed table; for `custom` it is free-form (the<br/>
/// customer's endpoint owns the namespace).
/// </summary>
Expand Down Expand Up @@ -335,7 +335,7 @@ public sealed partial class Agent
/// <param name="llmProvider">
/// LLM backend the worker constructs for this agent. Null<br/>
/// means "use the platform default" (resolved server-side at<br/>
/// dispatch; today: Speechify Kimi K2.6). `openai` and<br/>
/// dispatch; today: Speechify GLM-5.2). `openai` and<br/>
/// `speechify` pair with a model from the allowed (provider,<br/>
/// model) table. `custom` points the worker at any OpenAI /<br/>
/// vLLM-compatible endpoint - see `llm_base_url`,<br/>
Expand Down Expand Up @@ -397,8 +397,8 @@ public sealed partial class Agent
/// <param name="updatedAt"></param>
/// <param name="llmModel">
/// Chat model slug. Null means "use the platform default"<br/>
/// (resolved server-side at dispatch; today: Speechify Kimi<br/>
/// K2.6). For `openai` / `speechify` it must be a slug from<br/>
/// (resolved server-side at dispatch; today: Speechify<br/>
/// GLM-5.2). For `openai` / `speechify` it must be a slug from<br/>
/// the allowed table; for `custom` it is free-form (the<br/>
/// customer's endpoint owns the namespace).
/// </param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Speechify
/// <summary>
/// LLM backend the worker constructs for this agent. Null<br/>
/// means "use the platform default" (resolved server-side at<br/>
/// dispatch; today: Speechify Kimi K2.6). `openai` and<br/>
/// dispatch; today: Speechify GLM-5.2). `openai` and<br/>
/// `speechify` pair with a model from the allowed (provider,<br/>
/// model) table. `custom` points the worker at any OpenAI /<br/>
/// vLLM-compatible endpoint - see `llm_base_url`,<br/>
Expand All @@ -19,7 +19,7 @@ public enum AgentLlmProvider
/// </summary>
Custom,
/// <summary>
/// Speechify Kimi K2.6). `openai` and
/// Speechify GLM-5.2). `openai` and
/// </summary>
Openai,
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public sealed partial class CreateAgentRequest
/// <summary>
/// LLM backend. Leave empty (or omit both `llm_provider` and<br/>
/// `llm_model`) to use the platform default (today: Speechify<br/>
/// Kimi K2.6, resolved server-side at dispatch). When set,<br/>
/// GLM-5.2, resolved server-side at dispatch). When set,<br/>
/// must be paired with a non-empty `llm_model`; mixing a<br/>
/// populated provider with an empty model is rejected as a<br/>
/// 400. `custom` additionally requires `llm_base_url`.
Expand Down Expand Up @@ -255,7 +255,7 @@ public sealed partial class CreateAgentRequest
/// <param name="llmProvider">
/// LLM backend. Leave empty (or omit both `llm_provider` and<br/>
/// `llm_model`) to use the platform default (today: Speechify<br/>
/// Kimi K2.6, resolved server-side at dispatch). When set,<br/>
/// GLM-5.2, resolved server-side at dispatch). When set,<br/>
/// must be paired with a non-empty `llm_model`; mixing a<br/>
/// populated provider with an empty model is rejected as a<br/>
/// 400. `custom` additionally requires `llm_base_url`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Speechify
/// <summary>
/// LLM backend. Leave empty (or omit both `llm_provider` and<br/>
/// `llm_model`) to use the platform default (today: Speechify<br/>
/// Kimi K2.6, resolved server-side at dispatch). When set,<br/>
/// GLM-5.2, resolved server-side at dispatch). When set,<br/>
/// must be paired with a non-empty `llm_model`; mixing a<br/>
/// populated provider with an empty model is rejected as a<br/>
/// 400. `custom` additionally requires `llm_base_url`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public sealed partial class UpdateAgentRequest
/// <summary>
/// LLM backend. Send an empty string together with<br/>
/// `llm_model: ""` to clear the pair to the platform default<br/>
/// (today: Speechify Kimi K2.6). Sending one populated and<br/>
/// (today: Speechify GLM-5.2). Sending one populated and<br/>
/// one empty is rejected as a 400. Omit both to leave the<br/>
/// stored pair unchanged. Switching to a non-`custom` provider<br/>
/// clears any stored `llm_base_url` / `llm_api_key` /<br/>
Expand Down Expand Up @@ -268,7 +268,7 @@ public sealed partial class UpdateAgentRequest
/// <param name="llmProvider">
/// LLM backend. Send an empty string together with<br/>
/// `llm_model: ""` to clear the pair to the platform default<br/>
/// (today: Speechify Kimi K2.6). Sending one populated and<br/>
/// (today: Speechify GLM-5.2). Sending one populated and<br/>
/// one empty is rejected as a 400. Omit both to leave the<br/>
/// stored pair unchanged. Switching to a non-`custom` provider<br/>
/// clears any stored `llm_base_url` / `llm_api_key` /<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Speechify
/// <summary>
/// LLM backend. Send an empty string together with<br/>
/// `llm_model: ""` to clear the pair to the platform default<br/>
/// (today: Speechify Kimi K2.6). Sending one populated and<br/>
/// (today: Speechify GLM-5.2). Sending one populated and<br/>
/// one empty is rejected as a 400. Omit both to leave the<br/>
/// stored pair unchanged. Switching to a non-`custom` provider<br/>
/// clears any stored `llm_base_url` / `llm_api_key` /<br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ partial void ProcessCreateResponseContent(
/// <param name="llmProvider">
/// LLM backend. Leave empty (or omit both `llm_provider` and<br/>
/// `llm_model`) to use the platform default (today: Speechify<br/>
/// Kimi K2.6, resolved server-side at dispatch). When set,<br/>
/// GLM-5.2, resolved server-side at dispatch). When set,<br/>
/// must be paired with a non-empty `llm_model`; mixing a<br/>
/// populated provider with an empty model is rejected as a<br/>
/// 400. `custom` additionally requires `llm_base_url`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ partial void ProcessUpdateResponseContent(
/// <param name="llmProvider">
/// LLM backend. Send an empty string together with<br/>
/// `llm_model: ""` to clear the pair to the platform default<br/>
/// (today: Speechify Kimi K2.6). Sending one populated and<br/>
/// (today: Speechify GLM-5.2). Sending one populated and<br/>
/// one empty is rejected as a 400. Omit both to leave the<br/>
/// stored pair unchanged. Switching to a non-`custom` provider<br/>
/// clears any stored `llm_base_url` / `llm_api_key` /<br/>
Expand Down
2 changes: 1 addition & 1 deletion src/libs/Speechify/openapi.yaml

Large diffs are not rendered by default.