-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__init__.py
More file actions
180 lines (174 loc) · 12.7 KB
/
Copy path__init__.py
File metadata and controls
180 lines (174 loc) · 12.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
# coding: utf-8
# flake8: noqa
"""
otari-gateway
A clean FastAPI gateway for otari with API key management
The version of the OpenAPI document: 0.0.0-dev
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
""" # noqa: E501
# import models into model package
from otari._client.models.audio_speech_request import AudioSpeechRequest
from otari._client.models.batch_request_item import BatchRequestItem
from otari._client.models.budget_response import BudgetResponse
from otari._client.models.cc_chat_completion_audio import CCChatCompletionAudio
from otari._client.models.cc_chat_completion_message import CCChatCompletionMessage
from otari._client.models.cc_chat_completion_message_custom_tool_call import CCChatCompletionMessageCustomToolCall
from otari._client.models.cc_chat_completion_message_function_tool_call import CCChatCompletionMessageFunctionToolCall
from otari._client.models.cc_chat_completion_message_tool_calls_inner import CCChatCompletionMessageToolCallsInner
from otari._client.models.cc_chat_completion_token_logprob import CCChatCompletionTokenLogprob
from otari._client.models.cc_choice import CCChoice
from otari._client.models.cc_choice_logprobs import CCChoiceLogprobs
from otari._client.models.cc_completion_tokens_details import CCCompletionTokensDetails
from otari._client.models.cc_completion_usage import CCCompletionUsage
from otari._client.models.cc_custom import CCCustom
from otari._client.models.cc_function import CCFunction
from otari._client.models.cc_function_call import CCFunctionCall
from otari._client.models.cck_chat_completion_token_logprob import CCKChatCompletionTokenLogprob
from otari._client.models.cck_choice_delta import CCKChoiceDelta
from otari._client.models.cck_choice_delta_function_call import CCKChoiceDeltaFunctionCall
from otari._client.models.cck_choice_delta_tool_call import CCKChoiceDeltaToolCall
from otari._client.models.cck_choice_delta_tool_call_function import CCKChoiceDeltaToolCallFunction
from otari._client.models.cck_choice_logprobs import CCKChoiceLogprobs
from otari._client.models.cck_chunk_choice import CCKChunkChoice
from otari._client.models.cck_completion_tokens_details import CCKCompletionTokensDetails
from otari._client.models.cck_completion_usage import CCKCompletionUsage
from otari._client.models.cck_prompt_tokens_details import CCKPromptTokensDetails
from otari._client.models.cck_reasoning import CCKReasoning
from otari._client.models.cck_top_logprob import CCKTopLogprob
from otari._client.models.cc_prompt_tokens_details import CCPromptTokensDetails
from otari._client.models.cc_reasoning import CCReasoning
from otari._client.models.cc_top_logprob import CCTopLogprob
from otari._client.models.caller import Caller
from otari._client.models.chat_completion import ChatCompletion
from otari._client.models.chat_completion_chunk import ChatCompletionChunk
from otari._client.models.chat_completion_request import ChatCompletionRequest
from otari._client.models.chat_message_input import ChatMessageInput
from otari._client.models.content import Content
from otari._client.models.content1 import Content1
from otari._client.models.content2 import Content2
from otari._client.models.content2_any_of_inner import Content2AnyOfInner
from otari._client.models.content3 import Content3
from otari._client.models.content4 import Content4
from otari._client.models.content5 import Content5
from otari._client.models.content6 import Content6
from otari._client.models.content7 import Content7
from otari._client.models.content8 import Content8
from otari._client.models.content9_inner import Content9Inner
from otari._client.models.content_any_of_inner import ContentAnyOfInner
from otari._client.models.count_tokens_request import CountTokensRequest
from otari._client.models.count_tokens_response import CountTokensResponse
from otari._client.models.create_batch_request import CreateBatchRequest
from otari._client.models.create_budget_request import CreateBudgetRequest
from otari._client.models.create_embedding_response import CreateEmbeddingResponse
from otari._client.models.create_key_request import CreateKeyRequest
from otari._client.models.create_key_response import CreateKeyResponse
from otari._client.models.create_user_request import CreateUserRequest
from otari._client.models.emb_embedding import EMBEmbedding
from otari._client.models.emb_usage import EMBUsage
from otari._client.models.embedding_request import EmbeddingRequest
from otari._client.models.guardrail_config import GuardrailConfig
from otari._client.models.http_validation_error import HTTPValidationError
from otari._client.models.image_generation_request import ImageGenerationRequest
from otari._client.models.input import Input
from otari._client.models.input1 import Input1
from otari._client.models.key_info import KeyInfo
from otari._client.models.location_inner import LocationInner
from otari._client.models.mr_base64_pdf_source import MRBase64PDFSource
from otari._client.models.mr_bash_code_execution_output_block import MRBashCodeExecutionOutputBlock
from otari._client.models.mr_bash_code_execution_result_block import MRBashCodeExecutionResultBlock
from otari._client.models.mr_bash_code_execution_tool_result_block import MRBashCodeExecutionToolResultBlock
from otari._client.models.mr_bash_code_execution_tool_result_error import MRBashCodeExecutionToolResultError
from otari._client.models.mr_cache_creation import MRCacheCreation
from otari._client.models.mr_citation_char_location import MRCitationCharLocation
from otari._client.models.mr_citation_content_block_location import MRCitationContentBlockLocation
from otari._client.models.mr_citation_page_location import MRCitationPageLocation
from otari._client.models.mr_citations_config import MRCitationsConfig
from otari._client.models.mr_citations_search_result_location import MRCitationsSearchResultLocation
from otari._client.models.mr_citations_web_search_result_location import MRCitationsWebSearchResultLocation
from otari._client.models.mr_code_execution_output_block import MRCodeExecutionOutputBlock
from otari._client.models.mr_code_execution_result_block import MRCodeExecutionResultBlock
from otari._client.models.mr_code_execution_tool_result_block import MRCodeExecutionToolResultBlock
from otari._client.models.mr_code_execution_tool_result_error import MRCodeExecutionToolResultError
from otari._client.models.mr_container import MRContainer
from otari._client.models.mr_container_upload_block import MRContainerUploadBlock
from otari._client.models.mr_direct_caller import MRDirectCaller
from otari._client.models.mr_document_block import MRDocumentBlock
from otari._client.models.mr_encrypted_code_execution_result_block import MREncryptedCodeExecutionResultBlock
from otari._client.models.mr_plain_text_source import MRPlainTextSource
from otari._client.models.mr_redacted_thinking_block import MRRedactedThinkingBlock
from otari._client.models.mr_refusal_stop_details import MRRefusalStopDetails
from otari._client.models.mr_server_tool_caller import MRServerToolCaller
from otari._client.models.mr_server_tool_caller20260120 import MRServerToolCaller20260120
from otari._client.models.mr_server_tool_usage import MRServerToolUsage
from otari._client.models.mr_server_tool_use_block import MRServerToolUseBlock
from otari._client.models.mr_text_block import MRTextBlock
from otari._client.models.mr_text_block_citations_inner import MRTextBlockCitationsInner
from otari._client.models.mr_text_editor_code_execution_create_result_block import MRTextEditorCodeExecutionCreateResultBlock
from otari._client.models.mr_text_editor_code_execution_str_replace_result_block import MRTextEditorCodeExecutionStrReplaceResultBlock
from otari._client.models.mr_text_editor_code_execution_tool_result_block import MRTextEditorCodeExecutionToolResultBlock
from otari._client.models.mr_text_editor_code_execution_tool_result_error import MRTextEditorCodeExecutionToolResultError
from otari._client.models.mr_text_editor_code_execution_view_result_block import MRTextEditorCodeExecutionViewResultBlock
from otari._client.models.mr_thinking_block import MRThinkingBlock
from otari._client.models.mr_tool_reference_block import MRToolReferenceBlock
from otari._client.models.mr_tool_search_tool_result_block import MRToolSearchToolResultBlock
from otari._client.models.mr_tool_search_tool_result_error import MRToolSearchToolResultError
from otari._client.models.mr_tool_search_tool_search_result_block import MRToolSearchToolSearchResultBlock
from otari._client.models.mr_tool_use_block import MRToolUseBlock
from otari._client.models.mr_usage import MRUsage
from otari._client.models.mr_web_fetch_block import MRWebFetchBlock
from otari._client.models.mr_web_fetch_tool_result_block import MRWebFetchToolResultBlock
from otari._client.models.mr_web_fetch_tool_result_error_block import MRWebFetchToolResultErrorBlock
from otari._client.models.mr_web_search_result_block import MRWebSearchResultBlock
from otari._client.models.mr_web_search_tool_result_block import MRWebSearchToolResultBlock
from otari._client.models.mr_web_search_tool_result_error import MRWebSearchToolResultError
from otari._client.models.msg_audio import MSGAudio
from otari._client.models.msg_chat_completion_assistant_message_param import MSGChatCompletionAssistantMessageParam
from otari._client.models.msg_chat_completion_content_part_image_param import MSGChatCompletionContentPartImageParam
from otari._client.models.msg_chat_completion_content_part_input_audio_param import MSGChatCompletionContentPartInputAudioParam
from otari._client.models.msg_chat_completion_content_part_refusal_param import MSGChatCompletionContentPartRefusalParam
from otari._client.models.msg_chat_completion_content_part_text_param import MSGChatCompletionContentPartTextParam
from otari._client.models.msg_chat_completion_developer_message_param import MSGChatCompletionDeveloperMessageParam
from otari._client.models.msg_chat_completion_function_message_param import MSGChatCompletionFunctionMessageParam
from otari._client.models.msg_chat_completion_message_custom_tool_call_param import MSGChatCompletionMessageCustomToolCallParam
from otari._client.models.msg_chat_completion_message_function_tool_call_param import MSGChatCompletionMessageFunctionToolCallParam
from otari._client.models.msg_chat_completion_system_message_param import MSGChatCompletionSystemMessageParam
from otari._client.models.msg_chat_completion_tool_message_param import MSGChatCompletionToolMessageParam
from otari._client.models.msg_chat_completion_user_message_param import MSGChatCompletionUserMessageParam
from otari._client.models.msg_custom import MSGCustom
from otari._client.models.msg_file import MSGFile
from otari._client.models.msg_file_file import MSGFileFile
from otari._client.models.msg_function import MSGFunction
from otari._client.models.msg_function_call import MSGFunctionCall
from otari._client.models.msg_image_url import MSGImageURL
from otari._client.models.msg_input_audio import MSGInputAudio
from otari._client.models.mcp_server_config import McpServerConfig
from otari._client.models.message_response import MessageResponse
from otari._client.models.messages_request import MessagesRequest
from otari._client.models.model import Model
from otari._client.models.model_list_response import ModelListResponse
from otari._client.models.model_object import ModelObject
from otari._client.models.model_pricing_info import ModelPricingInfo
from otari._client.models.moderation_request import ModerationRequest
from otari._client.models.moderation_response import ModerationResponse
from otari._client.models.moderation_result import ModerationResult
from otari._client.models.pricing_response import PricingResponse
from otari._client.models.rr_rerank_meta import RRRerankMeta
from otari._client.models.rr_rerank_result import RRRerankResult
from otari._client.models.rr_rerank_usage import RRRerankUsage
from otari._client.models.rerank_request import RerankRequest
from otari._client.models.rerank_response import RerankResponse
from otari._client.models.responses_request import ResponsesRequest
from otari._client.models.set_pricing_request import SetPricingRequest
from otari._client.models.source import Source
from otari._client.models.system import System
from otari._client.models.system1 import System1
from otari._client.models.tool_calls_inner import ToolCallsInner
from otari._client.models.tool_choice import ToolChoice
from otari._client.models.update_budget_request import UpdateBudgetRequest
from otari._client.models.update_key_request import UpdateKeyRequest
from otari._client.models.update_user_request import UpdateUserRequest
from otari._client.models.usage_entry import UsageEntry
from otari._client.models.usage_log_response import UsageLogResponse
from otari._client.models.user_response import UserResponse
from otari._client.models.validation_error import ValidationError