Skip to content

Commit 63a2597

Browse files
techpro-aimlapigitbook-bot
authored andcommitted
GITBOOK-347: docs: fix minor issues, change streaming mode page
1 parent fd09d6e commit 63a2597

3 files changed

Lines changed: 3 additions & 19 deletions

File tree

docs/api-references/text-models-llm/Anthropic/claude-3.5-sonnet.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
# Claude 3.5 Sonnet
22

3-
{% hint style="info" %}
4-
This documentation is valid for the following list of our models:
5-
6-
* `anthropic/claude-3.5-sonnet`
7-
* `anthropic/claude-3.5-sonnet-20240620`
8-
* `anthropic/claude-3.5-sonnet-20241022`
9-
* `claude-3-5-sonnet-20240620`
10-
* `claude-3-5-sonnet-20241022`
11-
* `claude-3-5-sonnet-latest`
12-
{% endhint %}
3+
<table data-header-hidden data-full-width="true"><thead><tr><th width="546.4443969726562" valign="top"></th><th width="202.666748046875" valign="top"></th></tr></thead><tbody><tr><td valign="top"><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>This documentation is valid for the following list of our models:</p><ul><li><code>anthropic/claude-3.5-sonnet</code></li><li><code>anthropic/claude-3.5-sonnet-20240620</code></li><li><code>anthropic/claude-3.5-sonnet-20241022</code></li><li><code>claude-3-5-sonnet-latest</code></li></ul></div></td><td valign="top"><a href="https://aimlapi.com/app/?model=claude-3-5-sonnet-20241022&#x26;mode=chat" class="button primary">Try in Playground</a></td></tr></tbody></table>
134

145
## Model Overview
156

docs/api-references/text-models-llm/google/gemma-3n-4b.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# gemma-3n-4b
22

3-
{% hint style="info" %}
4-
This documentation is valid for the following model: `google/gemma-3n-e4b-it`
5-
{% endhint %}
3+
<table data-header-hidden data-full-width="true"><thead><tr><th width="546.4443969726562" valign="top"></th><th width="202.666748046875" valign="top"></th></tr></thead><tbody><tr><td valign="top"><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>This documentation is valid for the following model: <br><code>google/gemma-3n-e4b-it</code></p></div></td><td valign="top"><a href="https://aimlapi.com/app/?model=google/gemma-3n-e4b-it&#x26;mode=chat" class="button primary">Try in Playground</a></td></tr></tbody></table>
64

75
## Model Overview
86

docs/capabilities/streaming-mode.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,4 @@ Streaming mode allows the text chat model to deliver responses as they are gener
44

55
You can also use this functionality when programming [Assistants](../solutions/openai/assistants/), though tracking and handling all necessary events is the responsibility of the developer. An example can be found in [one of our use cases related to Assistant creation](../use-cases/create-an-assistant-to-discuss-a-specific-document.md#id-4.-add-streaming-mode).
66

7-
99% of our available [text models](../api-references/text-models-llm/) support this feature, except for the following:
8-
9-
* [o1](../api-references/text-models-llm/OpenAI/o1.md)
10-
* [openai/gpt-5-2025-08-07](../api-references/text-models-llm/openai/gpt-5.md)
11-
* [openai/gpt-5-mini-2025-08-07](../api-references/text-models-llm/openai/gpt-5-mini.md)
12-
7+
All our available [text models](../api-references/text-models-llm/) support this feature.

0 commit comments

Comments
 (0)