Skip to content

Commit 7048f73

Browse files
njbrakegithub-actions[bot]
authored andcommitted
chore: regenerate SDK client core from Otari OpenAPI spec
1 parent 77c822a commit 7048f73

189 files changed

Lines changed: 2570 additions & 392 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/otari/_client/__init__.py

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# flake8: noqa
44

55
"""
6-
otari-gateway
6+
otari
77
8-
A clean FastAPI gateway for otari with API key management
8+
Otari, an OpenAI-compatible LLM gateway with API key management
99
1010
The version of the OpenAPI document: 0.0.0-dev
1111
Generated by OpenAPI Generator (https://openapi-generator.tech)
@@ -23,6 +23,7 @@
2323
"BudgetsApi",
2424
"ChatApi",
2525
"EmbeddingsApi",
26+
"FilesApi",
2627
"HealthApi",
2728
"ImagesApi",
2829
"KeysApi",
@@ -89,6 +90,7 @@
8990
"Content8",
9091
"Content9Inner",
9192
"ContentAnyOfInner",
93+
"Conversation",
9294
"CountTokensRequest",
9395
"CountTokensResponse",
9496
"CreateBatchRequest",
@@ -194,10 +196,12 @@
194196
"ResponsesRequest",
195197
"SetPricingRequest",
196198
"Source",
199+
"Stop",
197200
"System",
198201
"System1",
199202
"ToolCallsInner",
200203
"ToolChoice",
204+
"ToolChoice1",
201205
"UpdateBudgetRequest",
202206
"UpdateKeyRequest",
203207
"UpdateUserRequest",
@@ -213,6 +217,7 @@
213217
from otari._client.api.budgets_api import BudgetsApi as BudgetsApi
214218
from otari._client.api.chat_api import ChatApi as ChatApi
215219
from otari._client.api.embeddings_api import EmbeddingsApi as EmbeddingsApi
220+
from otari._client.api.files_api import FilesApi as FilesApi
216221
from otari._client.api.health_api import HealthApi as HealthApi
217222
from otari._client.api.images_api import ImagesApi as ImagesApi
218223
from otari._client.api.keys_api import KeysApi as KeysApi
@@ -283,6 +288,7 @@
283288
from otari._client.models.content8 import Content8 as Content8
284289
from otari._client.models.content9_inner import Content9Inner as Content9Inner
285290
from otari._client.models.content_any_of_inner import ContentAnyOfInner as ContentAnyOfInner
291+
from otari._client.models.conversation import Conversation as Conversation
286292
from otari._client.models.count_tokens_request import CountTokensRequest as CountTokensRequest
287293
from otari._client.models.count_tokens_response import CountTokensResponse as CountTokensResponse
288294
from otari._client.models.create_batch_request import CreateBatchRequest as CreateBatchRequest
@@ -388,10 +394,12 @@
388394
from otari._client.models.responses_request import ResponsesRequest as ResponsesRequest
389395
from otari._client.models.set_pricing_request import SetPricingRequest as SetPricingRequest
390396
from otari._client.models.source import Source as Source
397+
from otari._client.models.stop import Stop as Stop
391398
from otari._client.models.system import System as System
392399
from otari._client.models.system1 import System1 as System1
393400
from otari._client.models.tool_calls_inner import ToolCallsInner as ToolCallsInner
394401
from otari._client.models.tool_choice import ToolChoice as ToolChoice
402+
from otari._client.models.tool_choice1 import ToolChoice1 as ToolChoice1
395403
from otari._client.models.update_budget_request import UpdateBudgetRequest as UpdateBudgetRequest
396404
from otari._client.models.update_key_request import UpdateKeyRequest as UpdateKeyRequest
397405
from otari._client.models.update_user_request import UpdateUserRequest as UpdateUserRequest

src/otari/_client/api/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from otari._client.api.budgets_api import BudgetsApi
77
from otari._client.api.chat_api import ChatApi
88
from otari._client.api.embeddings_api import EmbeddingsApi
9+
from otari._client.api.files_api import FilesApi
910
from otari._client.api.health_api import HealthApi
1011
from otari._client.api.images_api import ImagesApi
1112
from otari._client.api.keys_api import KeysApi

src/otari/_client/api/audio_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
otari-gateway
2+
otari
33
4-
A clean FastAPI gateway for otari with API key management
4+
Otari, an OpenAI-compatible LLM gateway with API key management
55
66
The version of the OpenAPI document: 0.0.0-dev
77
Generated by OpenAPI Generator (https://openapi-generator.tech)

src/otari/_client/api/batches_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
otari-gateway
2+
otari
33
4-
A clean FastAPI gateway for otari with API key management
4+
Otari, an OpenAI-compatible LLM gateway with API key management
55
66
The version of the OpenAPI document: 0.0.0-dev
77
Generated by OpenAPI Generator (https://openapi-generator.tech)

src/otari/_client/api/budgets_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
otari-gateway
2+
otari
33
4-
A clean FastAPI gateway for otari with API key management
4+
Otari, an OpenAI-compatible LLM gateway with API key management
55
66
The version of the OpenAPI document: 0.0.0-dev
77
Generated by OpenAPI Generator (https://openapi-generator.tech)

src/otari/_client/api/chat_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
otari-gateway
2+
otari
33
4-
A clean FastAPI gateway for otari with API key management
4+
Otari, an OpenAI-compatible LLM gateway with API key management
55
66
The version of the OpenAPI document: 0.0.0-dev
77
Generated by OpenAPI Generator (https://openapi-generator.tech)

src/otari/_client/api/embeddings_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
otari-gateway
2+
otari
33
4-
A clean FastAPI gateway for otari with API key management
4+
Otari, an OpenAI-compatible LLM gateway with API key management
55
66
The version of the OpenAPI document: 0.0.0-dev
77
Generated by OpenAPI Generator (https://openapi-generator.tech)

0 commit comments

Comments
 (0)