Buckets:
| # -*- coding: utf-8 -*- | |
| # Generated by the protocol buffer compiler. DO NOT EDIT! | |
| # NO CHECKED-IN PROTOBUF GENCODE | |
| # source: backend.proto | |
| # Protobuf Python Version: 6.31.1 | |
| """Generated protocol buffer code.""" | |
| from google.protobuf import descriptor as _descriptor | |
| from google.protobuf import descriptor_pool as _descriptor_pool | |
| from google.protobuf import runtime_version as _runtime_version | |
| from google.protobuf import symbol_database as _symbol_database | |
| from google.protobuf.internal import builder as _builder | |
| _runtime_version.ValidateProtobufRuntimeVersion( | |
| _runtime_version.Domain.PUBLIC, | |
| 6, | |
| 31, | |
| 1, | |
| '', | |
| 'backend.proto' | |
| ) | |
| # @@protoc_insertion_point(imports) | |
| _sym_db = _symbol_database.Default() | |
| DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\rbackend.proto\x12\x07\x62\x61\x63kend\"\x10\n\x0eMetricsRequest\"\x96\x01\n\x0fMetricsResponse\x12\x0f\n\x07slot_id\x18\x01 \x01(\x05\x12\x1c\n\x14prompt_json_for_slot\x18\x02 \x01(\t\x12\x19\n\x11tokens_per_second\x18\x03 \x01(\x02\x12\x18\n\x10tokens_generated\x18\x04 \x01(\x05\x12\x1f\n\x17prompt_tokens_processed\x18\x05 \x01(\x05\"7\n\x14TokenClassifyRequest\x12\x0c\n\x04text\x18\x01 \x01(\t\x12\x11\n\tthreshold\x18\x02 \x01(\x02\"d\n\x13TokenClassifyEntity\x12\x14\n\x0c\x65ntity_group\x18\x01 \x01(\t\x12\r\n\x05start\x18\x02 \x01(\x05\x12\x0b\n\x03\x65nd\x18\x03 \x01(\x05\x12\r\n\x05score\x18\x04 \x01(\x02\x12\x0c\n\x04text\x18\x05 \x01(\t\"G\n\x15TokenClassifyResponse\x12.\n\x08\x65ntities\x18\x01 \x03(\x0b\x32\x1c.backend.TokenClassifyEntity\"l\n\x0cScoreRequest\x12\x0e\n\x06prompt\x18\x01 \x01(\t\x12\x12\n\ncandidates\x18\x02 \x03(\t\x12\x1e\n\x16include_token_logprobs\x18\x03 \x01(\x08\x12\x18\n\x10length_normalize\x18\x04 \x01(\x08\"\x81\x01\n\x0e\x43\x61ndidateScore\x12\x10\n\x08log_prob\x18\x01 \x01(\x01\x12\"\n\x1alength_normalized_log_prob\x18\x02 \x01(\x01\x12%\n\x06tokens\x18\x03 \x03(\x0b\x32\x15.backend.TokenLogProb\x12\x12\n\nnum_tokens\x18\x04 \x01(\x05\"/\n\x0cTokenLogProb\x12\r\n\x05token\x18\x01 \x01(\t\x12\x10\n\x08log_prob\x18\x02 \x01(\x01\"<\n\rScoreResponse\x12+\n\ncandidates\x18\x01 \x03(\x0b\x32\x17.backend.CandidateScore\"@\n\rRerankRequest\x12\r\n\x05query\x18\x01 \x01(\t\x12\x11\n\tdocuments\x18\x02 \x03(\t\x12\r\n\x05top_n\x18\x03 \x01(\x05\"W\n\x0cRerankResult\x12\x1d\n\x05usage\x18\x01 \x01(\x0b\x32\x0e.backend.Usage\x12(\n\x07results\x18\x02 \x03(\x0b\x32\x17.backend.DocumentResult\"4\n\x05Usage\x12\x14\n\x0ctotal_tokens\x18\x01 \x01(\x05\x12\x15\n\rprompt_tokens\x18\x02 \x01(\x05\"F\n\x0e\x44ocumentResult\x12\r\n\x05index\x18\x01 \x01(\x05\x12\x0c\n\x04text\x18\x02 \x01(\t\x12\x17\n\x0frelevance_score\x18\x03 \x01(\x02\"\x1b\n\tStoresKey\x12\x0e\n\x06\x46loats\x18\x01 \x03(\x02\"\x1c\n\x0bStoresValue\x12\r\n\x05\x42ytes\x18\x01 \x01(\x0c\"Z\n\x10StoresSetOptions\x12 \n\x04Keys\x18\x01 \x03(\x0b\x32\x12.backend.StoresKey\x12$\n\x06Values\x18\x02 \x03(\x0b\x32\x14.backend.StoresValue\"7\n\x13StoresDeleteOptions\x12 \n\x04Keys\x18\x01 \x03(\x0b\x32\x12.backend.StoresKey\"4\n\x10StoresGetOptions\x12 \n\x04Keys\x18\x01 \x03(\x0b\x32\x12.backend.StoresKey\"Y\n\x0fStoresGetResult\x12 \n\x04Keys\x18\x01 \x03(\x0b\x32\x12.backend.StoresKey\x12$\n\x06Values\x18\x02 \x03(\x0b\x32\x14.backend.StoresValue\"B\n\x11StoresFindOptions\x12\x1f\n\x03Key\x18\x01 \x01(\x0b\x32\x12.backend.StoresKey\x12\x0c\n\x04TopK\x18\x02 \x01(\x05\"p\n\x10StoresFindResult\x12 \n\x04Keys\x18\x01 \x03(\x0b\x32\x12.backend.StoresKey\x12$\n\x06Values\x18\x02 \x03(\x0b\x32\x14.backend.StoresValue\x12\x14\n\x0cSimilarities\x18\x03 \x03(\x02\"\x0f\n\rHealthMessage\"\xe1\x08\n\x0ePredictOptions\x12\x0e\n\x06Prompt\x18\x01 \x01(\t\x12\x0c\n\x04Seed\x18\x02 \x01(\x05\x12\x0f\n\x07Threads\x18\x03 \x01(\x05\x12\x0e\n\x06Tokens\x18\x04 \x01(\x05\x12\x0c\n\x04TopK\x18\x05 \x01(\x05\x12\x0e\n\x06Repeat\x18\x06 \x01(\x05\x12\r\n\x05\x42\x61tch\x18\x07 \x01(\x05\x12\r\n\x05NKeep\x18\x08 \x01(\x05\x12\x13\n\x0bTemperature\x18\t \x01(\x02\x12\x0f\n\x07Penalty\x18\n \x01(\x02\x12\r\n\x05\x46\x31\x36KV\x18\x0b \x01(\x08\x12\x11\n\tDebugMode\x18\x0c \x01(\x08\x12\x13\n\x0bStopPrompts\x18\r \x03(\t\x12\x11\n\tIgnoreEOS\x18\x0e \x01(\x08\x12\x19\n\x11TailFreeSamplingZ\x18\x0f \x01(\x02\x12\x10\n\x08TypicalP\x18\x10 \x01(\x02\x12\x18\n\x10\x46requencyPenalty\x18\x11 \x01(\x02\x12\x17\n\x0fPresencePenalty\x18\x12 \x01(\x02\x12\x10\n\x08Mirostat\x18\x13 \x01(\x05\x12\x13\n\x0bMirostatETA\x18\x14 \x01(\x02\x12\x13\n\x0bMirostatTAU\x18\x15 \x01(\x02\x12\x12\n\nPenalizeNL\x18\x16 \x01(\x08\x12\x11\n\tLogitBias\x18\x17 \x01(\t\x12\r\n\x05MLock\x18\x19 \x01(\x08\x12\x0c\n\x04MMap\x18\x1a \x01(\x08\x12\x16\n\x0ePromptCacheAll\x18\x1b \x01(\x08\x12\x15\n\rPromptCacheRO\x18\x1c \x01(\x08\x12\x0f\n\x07Grammar\x18\x1d \x01(\t\x12\x0f\n\x07MainGPU\x18\x1e \x01(\t\x12\x13\n\x0bTensorSplit\x18\x1f \x01(\t\x12\x0c\n\x04TopP\x18 \x01(\x02\x12\x17\n\x0fPromptCachePath\x18! \x01(\t\x12\r\n\x05\x44\x65\x62ug\x18\" \x01(\x08\x12\x17\n\x0f\x45mbeddingTokens\x18# \x03(\x05\x12\x12\n\nEmbeddings\x18$ \x01(\t\x12\x14\n\x0cRopeFreqBase\x18% \x01(\x02\x12\x15\n\rRopeFreqScale\x18& \x01(\x02\x12\x1b\n\x13NegativePromptScale\x18\' \x01(\x02\x12\x16\n\x0eNegativePrompt\x18( \x01(\t\x12\x0e\n\x06NDraft\x18) \x01(\x05\x12\x0e\n\x06Images\x18* \x03(\t\x12\x1c\n\x14UseTokenizerTemplate\x18+ \x01(\x08\x12\"\n\x08Messages\x18, \x03(\x0b\x32\x10.backend.Message\x12\x0e\n\x06Videos\x18- \x03(\t\x12\x0e\n\x06\x41udios\x18. \x03(\t\x12\x15\n\rCorrelationId\x18/ \x01(\t\x12\r\n\x05Tools\x18\x30 \x01(\t\x12\x12\n\nToolChoice\x18\x31 \x01(\t\x12\x10\n\x08Logprobs\x18\x32 \x01(\x05\x12\x13\n\x0bTopLogprobs\x18\x33 \x01(\x05\x12\x37\n\x08Metadata\x18\x34 \x03(\x0b\x32%.backend.PredictOptions.MetadataEntry\x12\x0c\n\x04MinP\x18\x35 \x01(\x02\x1a/\n\rMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"K\n\rToolCallDelta\x12\r\n\x05index\x18\x01 \x01(\x05\x12\n\n\x02id\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x11\n\targuments\x18\x04 \x01(\t\"c\n\tChatDelta\x12\x0f\n\x07\x63ontent\x18\x01 \x01(\t\x12\x19\n\x11reasoning_content\x18\x02 \x01(\t\x12*\n\ntool_calls\x18\x03 \x03(\x0b\x32\x16.backend.ToolCallDelta\"\xcc\x01\n\x05Reply\x12\x0f\n\x07message\x18\x01 \x01(\x0c\x12\x0e\n\x06tokens\x18\x02 \x01(\x05\x12\x15\n\rprompt_tokens\x18\x03 \x01(\x05\x12 \n\x18timing_prompt_processing\x18\x04 \x01(\x01\x12\x1f\n\x17timing_token_generation\x18\x05 \x01(\x01\x12\r\n\x05\x61udio\x18\x06 \x01(\x0c\x12\x10\n\x08logprobs\x18\x07 \x01(\x0c\x12\'\n\x0b\x63hat_deltas\x18\x08 \x03(\x0b\x32\x12.backend.ChatDelta\"\x1e\n\x0eGrammarTrigger\x12\x0c\n\x04word\x18\x01 \x01(\t\"\xac\x0b\n\x0cModelOptions\x12\r\n\x05Model\x18\x01 \x01(\t\x12\x13\n\x0b\x43ontextSize\x18\x02 \x01(\x05\x12\x0c\n\x04Seed\x18\x03 \x01(\x05\x12\x0e\n\x06NBatch\x18\x04 \x01(\x05\x12\x11\n\tF16Memory\x18\x05 \x01(\x08\x12\r\n\x05MLock\x18\x06 \x01(\x08\x12\x0c\n\x04MMap\x18\x07 \x01(\x08\x12\x11\n\tVocabOnly\x18\x08 \x01(\x08\x12\x0f\n\x07LowVRAM\x18\t \x01(\x08\x12\x12\n\nEmbeddings\x18\n \x01(\x08\x12\x0c\n\x04NUMA\x18\x0b \x01(\x08\x12\x12\n\nNGPULayers\x18\x0c \x01(\x05\x12\x0f\n\x07MainGPU\x18\r \x01(\t\x12\x13\n\x0bTensorSplit\x18\x0e \x01(\t\x12\x0f\n\x07Threads\x18\x0f \x01(\x05\x12\x14\n\x0cRopeFreqBase\x18\x11 \x01(\x02\x12\x15\n\rRopeFreqScale\x18\x12 \x01(\x02\x12\x12\n\nRMSNormEps\x18\x13 \x01(\x02\x12\x0c\n\x04NGQA\x18\x14 \x01(\x05\x12\x11\n\tModelFile\x18\x15 \x01(\t\x12\x14\n\x0cPipelineType\x18\x1a \x01(\t\x12\x15\n\rSchedulerType\x18\x1b \x01(\t\x12\x0c\n\x04\x43UDA\x18\x1c \x01(\x08\x12\x10\n\x08\x43\x46GScale\x18\x1d \x01(\x02\x12\x0f\n\x07IMG2IMG\x18\x1e \x01(\x08\x12\x11\n\tCLIPModel\x18\x1f \x01(\t\x12\x15\n\rCLIPSubfolder\x18 \x01(\t\x12\x10\n\x08\x43LIPSkip\x18! \x01(\x05\x12\x12\n\nControlNet\x18\x30 \x01(\t\x12\x11\n\tTokenizer\x18\" \x01(\t\x12\x10\n\x08LoraBase\x18# \x01(\t\x12\x13\n\x0bLoraAdapter\x18$ \x01(\t\x12\x11\n\tLoraScale\x18* \x01(\x02\x12\x11\n\tNoMulMatQ\x18% \x01(\x08\x12\x12\n\nDraftModel\x18\' \x01(\t\x12\x11\n\tAudioPath\x18& \x01(\t\x12\x14\n\x0cQuantization\x18( \x01(\t\x12\x1c\n\x14GPUMemoryUtilization\x18\x32 \x01(\x02\x12\x17\n\x0fTrustRemoteCode\x18\x33 \x01(\x08\x12\x14\n\x0c\x45nforceEager\x18\x34 \x01(\x08\x12\x11\n\tSwapSpace\x18\x35 \x01(\x05\x12\x13\n\x0bMaxModelLen\x18\x36 \x01(\x05\x12\x1a\n\x12TensorParallelSize\x18\x37 \x01(\x05\x12\x12\n\nLoadFormat\x18: \x01(\t\x12\x18\n\x10\x44isableLogStatus\x18\x42 \x01(\x08\x12\r\n\x05\x44Type\x18\x43 \x01(\t\x12\x1b\n\x13LimitImagePerPrompt\x18\x44 \x01(\x05\x12\x1b\n\x13LimitVideoPerPrompt\x18\x45 \x01(\x05\x12\x1b\n\x13LimitAudioPerPrompt\x18\x46 \x01(\x05\x12\x0e\n\x06MMProj\x18) \x01(\t\x12\x13\n\x0bRopeScaling\x18+ \x01(\t\x12\x15\n\rYarnExtFactor\x18, \x01(\x02\x12\x16\n\x0eYarnAttnFactor\x18- \x01(\x02\x12\x14\n\x0cYarnBetaFast\x18. \x01(\x02\x12\x14\n\x0cYarnBetaSlow\x18/ \x01(\x02\x12\x0c\n\x04Type\x18\x31 \x01(\t\x12\x16\n\x0e\x46lashAttention\x18\x38 \x01(\t\x12\x13\n\x0bNoKVOffload\x18\x39 \x01(\x08\x12\x11\n\tModelPath\x18; \x01(\t\x12\x14\n\x0cLoraAdapters\x18< \x03(\t\x12\x12\n\nLoraScales\x18= \x03(\x02\x12\x0f\n\x07Options\x18> \x03(\t\x12\x14\n\x0c\x43\x61\x63heTypeKey\x18? \x01(\t\x12\x16\n\x0e\x43\x61\x63heTypeValue\x18@ \x01(\t\x12\x30\n\x0fGrammarTriggers\x18\x41 \x03(\x0b\x32\x17.backend.GrammarTrigger\x12\x11\n\tReranking\x18G \x01(\x08\x12\x11\n\tOverrides\x18H \x03(\t\x12\x12\n\nEngineArgs\x18I \x01(\t\x12$\n\x05Proxy\x18J \x01(\x0b\x32\x15.backend.ProxyOptions\"\xa8\x01\n\x0cProxyOptions\x12\x14\n\x0cupstream_url\x18\x01 \x01(\t\x12\x0c\n\x04mode\x18\x02 \x01(\t\x12\x10\n\x08provider\x18\x03 \x01(\t\x12\x13\n\x0b\x61pi_key_env\x18\x04 \x01(\t\x12\x14\n\x0c\x61pi_key_file\x18\x05 \x01(\t\x12\x16\n\x0eupstream_model\x18\x06 \x01(\t\x12\x1f\n\x17request_timeout_seconds\x18\x07 \x01(\x05\"*\n\x06Result\x12\x0f\n\x07message\x18\x01 \x01(\t\x12\x0f\n\x07success\x18\x02 \x01(\x08\"%\n\x0f\x45mbeddingResult\x12\x12\n\nembeddings\x18\x01 \x03(\x02\"\xbd\x01\n\x11TranscriptRequest\x12\x0b\n\x03\x64st\x18\x02 \x01(\t\x12\x10\n\x08language\x18\x03 \x01(\t\x12\x0f\n\x07threads\x18\x04 \x01(\r\x12\x11\n\ttranslate\x18\x05 \x01(\x08\x12\x0f\n\x07\x64iarize\x18\x06 \x01(\x08\x12\x0e\n\x06prompt\x18\x07 \x01(\t\x12\x13\n\x0btemperature\x18\x08 \x01(\x02\x12\x1f\n\x17timestamp_granularities\x18\t \x03(\t\x12\x0e\n\x06stream\x18\n \x01(\x08\"r\n\x10TranscriptResult\x12,\n\x08segments\x18\x01 \x03(\x0b\x32\x1a.backend.TranscriptSegment\x12\x0c\n\x04text\x18\x02 \x01(\t\x12\x10\n\x08language\x18\x03 \x01(\t\x12\x10\n\x08\x64uration\x18\x04 \x01(\x02\"Z\n\x18TranscriptStreamResponse\x12\r\n\x05\x64\x65lta\x18\x01 \x01(\t\x12/\n\x0c\x66inal_result\x18\x02 \x01(\x0b\x32\x19.backend.TranscriptResult\":\n\x0eTranscriptWord\x12\r\n\x05start\x18\x01 \x01(\x03\x12\x0b\n\x03\x65nd\x18\x02 \x01(\x03\x12\x0c\n\x04text\x18\x03 \x01(\t\"\x92\x01\n\x11TranscriptSegment\x12\n\n\x02id\x18\x01 \x01(\x05\x12\r\n\x05start\x18\x02 \x01(\x03\x12\x0b\n\x03\x65nd\x18\x03 \x01(\x03\x12\x0c\n\x04text\x18\x04 \x01(\t\x12\x0e\n\x06tokens\x18\x05 \x03(\x05\x12\x0f\n\x07speaker\x18\x06 \x01(\t\x12&\n\x05words\x18\x07 \x03(\x0b\x32\x17.backend.TranscriptWord\"\xdd\x01\n\x14GenerateImageRequest\x12\x0e\n\x06height\x18\x01 \x01(\x05\x12\r\n\x05width\x18\x02 \x01(\x05\x12\x0c\n\x04step\x18\x04 \x01(\x05\x12\x0c\n\x04seed\x18\x05 \x01(\x05\x12\x17\n\x0fpositive_prompt\x18\x06 \x01(\t\x12\x17\n\x0fnegative_prompt\x18\x07 \x01(\t\x12\x0b\n\x03\x64st\x18\x08 \x01(\t\x12\x0b\n\x03src\x18\t \x01(\t\x12\x18\n\x10\x45nableParameters\x18\n \x01(\t\x12\x10\n\x08\x43LIPSkip\x18\x0b \x01(\x05\x12\x12\n\nref_images\x18\x0c \x03(\t\"\xe3\x01\n\x14GenerateVideoRequest\x12\x0e\n\x06prompt\x18\x01 \x01(\t\x12\x17\n\x0fnegative_prompt\x18\x02 \x01(\t\x12\x13\n\x0bstart_image\x18\x03 \x01(\t\x12\x11\n\tend_image\x18\x04 \x01(\t\x12\r\n\x05width\x18\x05 \x01(\x05\x12\x0e\n\x06height\x18\x06 \x01(\x05\x12\x12\n\nnum_frames\x18\x07 \x01(\x05\x12\x0b\n\x03\x66ps\x18\x08 \x01(\x05\x12\x0c\n\x04seed\x18\t \x01(\x05\x12\x11\n\tcfg_scale\x18\n \x01(\x02\x12\x0c\n\x04step\x18\x0b \x01(\x05\x12\x0b\n\x03\x64st\x18\x0c \x01(\t\"i\n\nTTSRequest\x12\x0c\n\x04text\x18\x01 \x01(\t\x12\r\n\x05model\x18\x02 \x01(\t\x12\x0b\n\x03\x64st\x18\x03 \x01(\t\x12\r\n\x05voice\x18\x04 \x01(\t\x12\x15\n\x08language\x18\x05 \x01(\tH\x00\x88\x01\x01\x42\x0b\n\t_language\"\x1b\n\nVADRequest\x12\r\n\x05\x61udio\x18\x01 \x03(\x02\"(\n\nVADSegment\x12\r\n\x05start\x18\x01 \x01(\x02\x12\x0b\n\x03\x65nd\x18\x02 \x01(\x02\"4\n\x0bVADResponse\x12%\n\x08segments\x18\x01 \x03(\x0b\x32\x13.backend.VADSegment\"\xe9\x01\n\x0e\x44iarizeRequest\x12\x0b\n\x03\x64st\x18\x01 \x01(\t\x12\x0f\n\x07threads\x18\x02 \x01(\r\x12\x10\n\x08language\x18\x03 \x01(\t\x12\x14\n\x0cnum_speakers\x18\x04 \x01(\x05\x12\x14\n\x0cmin_speakers\x18\x05 \x01(\x05\x12\x14\n\x0cmax_speakers\x18\x06 \x01(\x05\x12\x1c\n\x14\x63lustering_threshold\x18\x07 \x01(\x02\x12\x17\n\x0fmin_duration_on\x18\x08 \x01(\x02\x12\x18\n\x10min_duration_off\x18\t \x01(\x02\x12\x14\n\x0cinclude_text\x18\n \x01(\x08\"W\n\x0e\x44iarizeSegment\x12\n\n\x02id\x18\x01 \x01(\x05\x12\r\n\x05start\x18\x02 \x01(\x02\x12\x0b\n\x03\x65nd\x18\x03 \x01(\x02\x12\x0f\n\x07speaker\x18\x04 \x01(\t\x12\x0c\n\x04text\x18\x05 \x01(\t\"v\n\x0f\x44iarizeResponse\x12)\n\x08segments\x18\x01 \x03(\x0b\x32\x17.backend.DiarizeSegment\x12\x14\n\x0cnum_speakers\x18\x02 \x01(\x05\x12\x10\n\x08\x64uration\x18\x03 \x01(\x02\x12\x10\n\x08language\x18\x04 \x01(\t\"\x90\x04\n\x16SoundGenerationRequest\x12\x0c\n\x04text\x18\x01 \x01(\t\x12\r\n\x05model\x18\x02 \x01(\t\x12\x0b\n\x03\x64st\x18\x03 \x01(\t\x12\x15\n\x08\x64uration\x18\x04 \x01(\x02H\x00\x88\x01\x01\x12\x18\n\x0btemperature\x18\x05 \x01(\x02H\x01\x88\x01\x01\x12\x13\n\x06sample\x18\x06 \x01(\x08H\x02\x88\x01\x01\x12\x10\n\x03src\x18\x07 \x01(\tH\x03\x88\x01\x01\x12\x18\n\x0bsrc_divisor\x18\x08 \x01(\x05H\x04\x88\x01\x01\x12\x12\n\x05think\x18\t \x01(\x08H\x05\x88\x01\x01\x12\x14\n\x07\x63\x61ption\x18\n \x01(\tH\x06\x88\x01\x01\x12\x13\n\x06lyrics\x18\x0b \x01(\tH\x07\x88\x01\x01\x12\x10\n\x03\x62pm\x18\x0c \x01(\x05H\x08\x88\x01\x01\x12\x15\n\x08keyscale\x18\r \x01(\tH\t\x88\x01\x01\x12\x15\n\x08language\x18\x0e \x01(\tH\n\x88\x01\x01\x12\x1a\n\rtimesignature\x18\x0f \x01(\tH\x0b\x88\x01\x01\x12\x19\n\x0cinstrumental\x18\x11 \x01(\x08H\x0c\x88\x01\x01\x42\x0b\n\t_durationB\x0e\n\x0c_temperatureB\t\n\x07_sampleB\x06\n\x04_srcB\x0e\n\x0c_src_divisorB\x08\n\x06_thinkB\n\n\x08_captionB\t\n\x07_lyricsB\x06\n\x04_bpmB\x0b\n\t_keyscaleB\x0b\n\t_languageB\x10\n\x0e_timesignatureB\x0f\n\r_instrumental\"6\n\x14TokenizationResponse\x12\x0e\n\x06length\x18\x01 \x01(\x05\x12\x0e\n\x06tokens\x18\x02 \x03(\x05\"\x8e\x01\n\x0fMemoryUsageData\x12\r\n\x05total\x18\x01 \x01(\x04\x12:\n\tbreakdown\x18\x02 \x03(\x0b\x32\'.backend.MemoryUsageData.BreakdownEntry\x1a\x30\n\x0e\x42reakdownEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x04:\x02\x38\x01\"\xad\x01\n\x0eStatusResponse\x12,\n\x05state\x18\x01 \x01(\x0e\x32\x1d.backend.StatusResponse.State\x12(\n\x06memory\x18\x02 \x01(\x0b\x32\x18.backend.MemoryUsageData\"C\n\x05State\x12\x11\n\rUNINITIALIZED\x10\x00\x12\x08\n\x04\x42USY\x10\x01\x12\t\n\x05READY\x10\x02\x12\x12\n\x05\x45RROR\x10\xff\xff\xff\xff\xff\xff\xff\xff\xff\x01\"{\n\x07Message\x12\x0c\n\x04role\x18\x01 \x01(\t\x12\x0f\n\x07\x63ontent\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x14\n\x0ctool_call_id\x18\x04 \x01(\t\x12\x19\n\x11reasoning_content\x18\x05 \x01(\t\x12\x12\n\ntool_calls\x18\x06 \x01(\t\"^\n\rDetectOptions\x12\x0b\n\x03src\x18\x01 \x01(\t\x12\x0e\n\x06prompt\x18\x02 \x01(\t\x12\x0e\n\x06points\x18\x03 \x03(\x02\x12\r\n\x05\x62oxes\x18\x04 \x03(\x02\x12\x11\n\tthreshold\x18\x05 \x01(\x02\"v\n\tDetection\x12\t\n\x01x\x18\x01 \x01(\x02\x12\t\n\x01y\x18\x02 \x01(\x02\x12\r\n\x05width\x18\x03 \x01(\x02\x12\x0e\n\x06height\x18\x04 \x01(\x02\x12\x12\n\nconfidence\x18\x05 \x01(\x02\x12\x12\n\nclass_name\x18\x06 \x01(\t\x12\x0c\n\x04mask\x18\x07 \x01(\x0c\"8\n\x0e\x44\x65tectResponse\x12&\n\nDetections\x18\x01 \x03(\x0b\x32\x12.backend.Detection\"8\n\nFacialArea\x12\t\n\x01x\x18\x01 \x01(\x02\x12\t\n\x01y\x18\x02 \x01(\x02\x12\t\n\x01w\x18\x03 \x01(\x02\x12\t\n\x01h\x18\x04 \x01(\x02\"Y\n\x11\x46\x61\x63\x65VerifyRequest\x12\x0c\n\x04img1\x18\x01 \x01(\t\x12\x0c\n\x04img2\x18\x02 \x01(\t\x12\x11\n\tthreshold\x18\x03 \x01(\x02\x12\x15\n\ranti_spoofing\x18\x04 \x01(\x08\"\xc2\x02\n\x12\x46\x61\x63\x65VerifyResponse\x12\x10\n\x08verified\x18\x01 \x01(\x08\x12\x10\n\x08\x64istance\x18\x02 \x01(\x02\x12\x11\n\tthreshold\x18\x03 \x01(\x02\x12\x12\n\nconfidence\x18\x04 \x01(\x02\x12\r\n\x05model\x18\x05 \x01(\t\x12&\n\timg1_area\x18\x06 \x01(\x0b\x32\x13.backend.FacialArea\x12&\n\timg2_area\x18\x07 \x01(\x0b\x32\x13.backend.FacialArea\x12\x1a\n\x12processing_time_ms\x18\x08 \x01(\x02\x12\x14\n\x0cimg1_is_real\x18\t \x01(\x08\x12\x1c\n\x14img1_antispoof_score\x18\n \x01(\x02\x12\x14\n\x0cimg2_is_real\x18\x0b \x01(\x08\x12\x1c\n\x14img2_antispoof_score\x18\x0c \x01(\x02\"I\n\x12\x46\x61\x63\x65\x41nalyzeRequest\x12\x0b\n\x03img\x18\x01 \x01(\t\x12\x0f\n\x07\x61\x63tions\x18\x02 \x03(\t\x12\x15\n\ranti_spoofing\x18\x03 \x01(\x08\"\xf0\x03\n\x0c\x46\x61\x63\x65\x41nalysis\x12#\n\x06region\x18\x01 \x01(\x0b\x32\x13.backend.FacialArea\x12\x17\n\x0f\x66\x61\x63\x65_confidence\x18\x02 \x01(\x02\x12\x0b\n\x03\x61ge\x18\x03 \x01(\x02\x12\x17\n\x0f\x64ominant_gender\x18\x04 \x01(\t\x12\x31\n\x06gender\x18\x05 \x03(\x0b\x32!.backend.FaceAnalysis.GenderEntry\x12\x18\n\x10\x64ominant_emotion\x18\x06 \x01(\t\x12\x33\n\x07\x65motion\x18\x07 \x03(\x0b\x32\".backend.FaceAnalysis.EmotionEntry\x12\x15\n\rdominant_race\x18\x08 \x01(\t\x12-\n\x04race\x18\t \x03(\x0b\x32\x1f.backend.FaceAnalysis.RaceEntry\x12\x0f\n\x07is_real\x18\n \x01(\x08\x12\x17\n\x0f\x61ntispoof_score\x18\x0b \x01(\x02\x1a-\n\x0bGenderEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x02:\x02\x38\x01\x1a.\n\x0c\x45motionEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x02:\x02\x38\x01\x1a+\n\tRaceEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x02:\x02\x38\x01\";\n\x13\x46\x61\x63\x65\x41nalyzeResponse\x12$\n\x05\x66\x61\x63\x65s\x18\x01 \x03(\x0b\x32\x15.backend.FaceAnalysis\"^\n\x12VoiceVerifyRequest\x12\x0e\n\x06\x61udio1\x18\x01 \x01(\t\x12\x0e\n\x06\x61udio2\x18\x02 \x01(\t\x12\x11\n\tthreshold\x18\x03 \x01(\x02\x12\x15\n\ranti_spoofing\x18\x04 \x01(\x08\"\x8b\x01\n\x13VoiceVerifyResponse\x12\x10\n\x08verified\x18\x01 \x01(\x08\x12\x10\n\x08\x64istance\x18\x02 \x01(\x02\x12\x11\n\tthreshold\x18\x03 \x01(\x02\x12\x12\n\nconfidence\x18\x04 \x01(\x02\x12\r\n\x05model\x18\x05 \x01(\t\x12\x1a\n\x12processing_time_ms\x18\x06 \x01(\x02\"5\n\x13VoiceAnalyzeRequest\x12\r\n\x05\x61udio\x18\x01 \x01(\t\x12\x0f\n\x07\x61\x63tions\x18\x02 \x03(\t\"\xb4\x02\n\rVoiceAnalysis\x12\r\n\x05start\x18\x01 \x01(\x02\x12\x0b\n\x03\x65nd\x18\x02 \x01(\x02\x12\x0b\n\x03\x61ge\x18\x03 \x01(\x02\x12\x17\n\x0f\x64ominant_gender\x18\x04 \x01(\t\x12\x32\n\x06gender\x18\x05 \x03(\x0b\x32\".backend.VoiceAnalysis.GenderEntry\x12\x18\n\x10\x64ominant_emotion\x18\x06 \x01(\t\x12\x34\n\x07\x65motion\x18\x07 \x03(\x0b\x32#.backend.VoiceAnalysis.EmotionEntry\x1a-\n\x0bGenderEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x02:\x02\x38\x01\x1a.\n\x0c\x45motionEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x02:\x02\x38\x01\"@\n\x14VoiceAnalyzeResponse\x12(\n\x08segments\x18\x01 \x03(\x0b\x32\x16.backend.VoiceAnalysis\"\"\n\x11VoiceEmbedRequest\x12\r\n\x05\x61udio\x18\x01 \x01(\t\"6\n\x12VoiceEmbedResponse\x12\x11\n\tembedding\x18\x01 \x03(\x02\x12\r\n\x05model\x18\x02 \x01(\t\"\xd0\x05\n\x11ToolFormatMarkers\x12\x13\n\x0b\x66ormat_type\x18\x01 \x01(\t\x12\x15\n\rsection_start\x18\x02 \x01(\t\x12\x13\n\x0bsection_end\x18\x03 \x01(\t\x12\x16\n\x0eper_call_start\x18\x04 \x01(\t\x12\x14\n\x0cper_call_end\x18\x05 \x01(\t\x12\x18\n\x10\x66unc_name_prefix\x18\x06 \x01(\t\x12\x18\n\x10\x66unc_name_suffix\x18\x07 \x01(\t\x12\x12\n\nfunc_close\x18\x08 \x01(\t\x12\x17\n\x0f\x61rg_name_prefix\x18\t \x01(\t\x12\x17\n\x0f\x61rg_name_suffix\x18\n \x01(\t\x12\x18\n\x10\x61rg_value_prefix\x18\x0b \x01(\t\x12\x18\n\x10\x61rg_value_suffix\x18\x0c \x01(\t\x12\x15\n\rarg_separator\x18\r \x01(\t\x12\x12\n\nname_field\x18\x0e \x01(\t\x12\x12\n\nargs_field\x18\x0f \x01(\t\x12\x10\n\x08id_field\x18\x10 \x01(\t\x12\x17\n\x0f\x66un_name_is_key\x18\x11 \x01(\x08\x12\x1b\n\x13tools_array_wrapped\x18\x12 \x01(\x08\x12\x17\n\x0freasoning_start\x18\x14 \x01(\t\x12\x15\n\rreasoning_end\x18\x15 \x01(\t\x12\x15\n\rcontent_start\x18\x16 \x01(\t\x12\x13\n\x0b\x63ontent_end\x18\x17 \x01(\t\x12\x12\n\nargs_start\x18\x18 \x01(\t\x12\x10\n\x08\x61rgs_end\x18\x19 \x01(\t\x12\x16\n\x0e\x66unction_field\x18\x1a \x01(\t\x12\x17\n\x0fparameter_order\x18\x1b \x03(\t\x12\x14\n\x0cgen_id_field\x18\x1c \x01(\t\x12\x18\n\x10\x63\x61ll_id_position\x18\x1d \x01(\t\x12\x16\n\x0e\x63\x61ll_id_prefix\x18\x1e \x01(\t\x12\x16\n\x0e\x63\x61ll_id_suffix\x18\x1f \x01(\tJ\x04\x08\x13\x10\x14\"\xb8\x01\n\x12\x41udioEncodeRequest\x12\x10\n\x08pcm_data\x18\x01 \x01(\x0c\x12\x13\n\x0bsample_rate\x18\x02 \x01(\x05\x12\x10\n\x08\x63hannels\x18\x03 \x01(\x05\x12\x39\n\x07options\x18\x04 \x03(\x0b\x32(.backend.AudioEncodeRequest.OptionsEntry\x1a.\n\x0cOptionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"S\n\x11\x41udioEncodeResult\x12\x0e\n\x06\x66rames\x18\x01 \x03(\x0c\x12\x13\n\x0bsample_rate\x18\x02 \x01(\x05\x12\x19\n\x11samples_per_frame\x18\x03 \x01(\x05\"\x8f\x01\n\x12\x41udioDecodeRequest\x12\x0e\n\x06\x66rames\x18\x01 \x03(\x0c\x12\x39\n\x07options\x18\x02 \x03(\x0b\x32(.backend.AudioDecodeRequest.OptionsEntry\x1a.\n\x0cOptionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"U\n\x11\x41udioDecodeResult\x12\x10\n\x08pcm_data\x18\x01 \x01(\x0c\x12\x13\n\x0bsample_rate\x18\x02 \x01(\x05\x12\x19\n\x11samples_per_frame\x18\x03 \x01(\x05\"\xbb\x01\n\x15\x41udioTransformRequest\x12\x12\n\naudio_path\x18\x01 \x01(\t\x12\x16\n\x0ereference_path\x18\x02 \x01(\t\x12\x0b\n\x03\x64st\x18\x03 \x01(\t\x12:\n\x06params\x18\x04 \x03(\x0b\x32*.backend.AudioTransformRequest.ParamsEntry\x1a-\n\x0bParamsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"e\n\x14\x41udioTransformResult\x12\x0b\n\x03\x64st\x18\x01 \x01(\t\x12\x13\n\x0bsample_rate\x18\x02 \x01(\x05\x12\x0f\n\x07samples\x18\x03 \x01(\x05\x12\x1a\n\x12reference_provided\x18\x04 \x01(\x08\"\x8d\x01\n\x1a\x41udioTransformFrameRequest\x12\x35\n\x06\x63onfig\x18\x01 \x01(\x0b\x32#.backend.AudioTransformStreamConfigH\x00\x12-\n\x05\x66rame\x18\x02 \x01(\x0b\x32\x1c.backend.AudioTransformFrameH\x00\x42\t\n\x07payload\"\xb8\x02\n\x1a\x41udioTransformStreamConfig\x12G\n\rsample_format\x18\x01 \x01(\x0e\x32\x30.backend.AudioTransformStreamConfig.SampleFormat\x12\x13\n\x0bsample_rate\x18\x02 \x01(\x05\x12\x15\n\rframe_samples\x18\x03 \x01(\x05\x12?\n\x06params\x18\x04 \x03(\x0b\x32/.backend.AudioTransformStreamConfig.ParamsEntry\x12\r\n\x05reset\x18\x05 \x01(\x08\x1a-\n\x0bParamsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"&\n\x0cSampleFormat\x12\n\n\x06\x46\x33\x32_LE\x10\x00\x12\n\n\x06S16_LE\x10\x01\"?\n\x13\x41udioTransformFrame\x12\x11\n\taudio_pcm\x18\x01 \x01(\x0c\x12\x15\n\rreference_pcm\x18\x02 \x01(\x0c\"?\n\x1b\x41udioTransformFrameResponse\x12\x0b\n\x03pcm\x18\x01 \x01(\x0c\x12\x13\n\x0b\x66rame_index\x18\x02 \x01(\x03\"\xad\x01\n\x13\x41udioToAudioRequest\x12-\n\x06\x63onfig\x18\x01 \x01(\x0b\x32\x1b.backend.AudioToAudioConfigH\x00\x12+\n\x05\x66rame\x18\x02 \x01(\x0b\x32\x1a.backend.AudioToAudioFrameH\x00\x12/\n\x07\x63ontrol\x18\x03 \x01(\x0b\x32\x1c.backend.AudioToAudioControlH\x00\x42\t\n\x07payload\"\xf7\x01\n\x12\x41udioToAudioConfig\x12\x19\n\x11input_sample_rate\x18\x01 \x01(\x05\x12\x1a\n\x12output_sample_rate\x18\x02 \x01(\x05\x12\x15\n\rsystem_prompt\x18\x03 \x01(\t\x12\r\n\x05voice\x18\x04 \x01(\t\x12\r\n\x05tools\x18\x05 \x01(\t\x12\x37\n\x06params\x18\x06 \x03(\x0b\x32\'.backend.AudioToAudioConfig.ParamsEntry\x12\r\n\x05reset\x18\x07 \x01(\x08\x1a-\n\x0bParamsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"6\n\x11\x41udioToAudioFrame\x12\x0b\n\x03pcm\x18\x01 \x01(\x0c\x12\x14\n\x0c\x65nd_of_input\x18\x02 \x01(\x08\"5\n\x13\x41udioToAudioControl\x12\r\n\x05\x65vent\x18\x01 \x01(\t\x12\x0f\n\x07payload\x18\x02 \x01(\x0c\"g\n\x14\x41udioToAudioResponse\x12\r\n\x05\x65vent\x18\x01 \x01(\t\x12\x0b\n\x03pcm\x18\x02 \x01(\x0c\x12\x13\n\x0bsample_rate\x18\x03 \x01(\x05\x12\x0c\n\x04meta\x18\x04 \x01(\x0c\x12\x10\n\x08sequence\x18\x05 \x01(\x03\"\x94\x01\n\x15ModelMetadataResponse\x12\x19\n\x11supports_thinking\x18\x01 \x01(\x08\x12\x19\n\x11rendered_template\x18\x02 \x01(\t\x12/\n\x0btool_format\x18\x03 \x01(\x0b\x32\x1a.backend.ToolFormatMarkers\x12\x14\n\x0cmedia_marker\x18\x04 \x01(\t\"\xaa\x05\n\x0f\x46ineTuneRequest\x12\r\n\x05model\x18\x01 \x01(\t\x12\x15\n\rtraining_type\x18\x02 \x01(\t\x12\x17\n\x0ftraining_method\x18\x03 \x01(\t\x12\x14\n\x0c\x61\x64\x61pter_rank\x18\n \x01(\x05\x12\x15\n\radapter_alpha\x18\x0b \x01(\x05\x12\x17\n\x0f\x61\x64\x61pter_dropout\x18\x0c \x01(\x02\x12\x16\n\x0etarget_modules\x18\r \x03(\t\x12\x15\n\rlearning_rate\x18\x14 \x01(\x02\x12\x12\n\nnum_epochs\x18\x15 \x01(\x05\x12\x12\n\nbatch_size\x18\x16 \x01(\x05\x12#\n\x1bgradient_accumulation_steps\x18\x17 \x01(\x05\x12\x14\n\x0cwarmup_steps\x18\x18 \x01(\x05\x12\x11\n\tmax_steps\x18\x19 \x01(\x05\x12\x12\n\nsave_steps\x18\x1a \x01(\x05\x12\x14\n\x0cweight_decay\x18\x1b \x01(\x02\x12\x1e\n\x16gradient_checkpointing\x18\x1c \x01(\x08\x12\x11\n\toptimizer\x18\x1d \x01(\t\x12\x0c\n\x04seed\x18\x1e \x01(\x05\x12\x17\n\x0fmixed_precision\x18\x1f \x01(\t\x12\x16\n\x0e\x64\x61taset_source\x18( \x01(\t\x12\x15\n\rdataset_split\x18) \x01(\t\x12\x12\n\noutput_dir\x18\x32 \x01(\t\x12\x0e\n\x06job_id\x18\x33 \x01(\t\x12\x1e\n\x16resume_from_checkpoint\x18\x37 \x01(\t\x12\x41\n\rextra_options\x18< \x03(\x0b\x32*.backend.FineTuneRequest.ExtraOptionsEntry\x1a\x33\n\x11\x45xtraOptionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"E\n\x11\x46ineTuneJobResult\x12\x0e\n\x06job_id\x18\x01 \x01(\t\x12\x0f\n\x07success\x18\x02 \x01(\x08\x12\x0f\n\x07message\x18\x03 \x01(\t\")\n\x17\x46ineTuneProgressRequest\x12\x0e\n\x06job_id\x18\x01 \x01(\t\"\xc8\x03\n\x16\x46ineTuneProgressUpdate\x12\x0e\n\x06job_id\x18\x01 \x01(\t\x12\x14\n\x0c\x63urrent_step\x18\x02 \x01(\x05\x12\x13\n\x0btotal_steps\x18\x03 \x01(\x05\x12\x15\n\rcurrent_epoch\x18\x04 \x01(\x02\x12\x14\n\x0ctotal_epochs\x18\x05 \x01(\x02\x12\x0c\n\x04loss\x18\x06 \x01(\x02\x12\x15\n\rlearning_rate\x18\x07 \x01(\x02\x12\x11\n\tgrad_norm\x18\x08 \x01(\x02\x12\x11\n\teval_loss\x18\t \x01(\x02\x12\x13\n\x0b\x65ta_seconds\x18\n \x01(\x02\x12\x18\n\x10progress_percent\x18\x0b \x01(\x02\x12\x0e\n\x06status\x18\x0c \x01(\t\x12\x0f\n\x07message\x18\r \x01(\t\x12\x17\n\x0f\x63heckpoint_path\x18\x0e \x01(\t\x12\x13\n\x0bsample_path\x18\x0f \x01(\t\x12H\n\rextra_metrics\x18\x10 \x03(\x0b\x32\x31.backend.FineTuneProgressUpdate.ExtraMetricsEntry\x1a\x33\n\x11\x45xtraMetricsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x02:\x02\x38\x01\">\n\x13\x46ineTuneStopRequest\x12\x0e\n\x06job_id\x18\x01 \x01(\t\x12\x17\n\x0fsave_checkpoint\x18\x02 \x01(\x08\",\n\x16ListCheckpointsRequest\x12\x12\n\noutput_dir\x18\x01 \x01(\t\"G\n\x17ListCheckpointsResponse\x12,\n\x0b\x63heckpoints\x18\x01 \x03(\x0b\x32\x17.backend.CheckpointInfo\"]\n\x0e\x43heckpointInfo\x12\x0c\n\x04path\x18\x01 \x01(\t\x12\x0c\n\x04step\x18\x02 \x01(\x05\x12\r\n\x05\x65poch\x18\x03 \x01(\x02\x12\x0c\n\x04loss\x18\x04 \x01(\x02\x12\x12\n\ncreated_at\x18\x05 \x01(\t\"\x80\x02\n\x12\x45xportModelRequest\x12\x17\n\x0f\x63heckpoint_path\x18\x01 \x01(\t\x12\x13\n\x0boutput_path\x18\x02 \x01(\t\x12\x15\n\rexport_format\x18\x03 \x01(\t\x12\x1b\n\x13quantization_method\x18\x04 \x01(\t\x12\r\n\x05model\x18\x05 \x01(\t\x12\x44\n\rextra_options\x18\x06 \x03(\x0b\x32-.backend.ExportModelRequest.ExtraOptionsEntry\x1a\x33\n\x11\x45xtraOptionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xdf\x01\n\x13QuantizationRequest\x12\r\n\x05model\x18\x01 \x01(\t\x12\x19\n\x11quantization_type\x18\x02 \x01(\t\x12\x12\n\noutput_dir\x18\x03 \x01(\t\x12\x0e\n\x06job_id\x18\x04 \x01(\t\x12\x45\n\rextra_options\x18\x05 \x03(\x0b\x32..backend.QuantizationRequest.ExtraOptionsEntry\x1a\x33\n\x11\x45xtraOptionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"I\n\x15QuantizationJobResult\x12\x0e\n\x06job_id\x18\x01 \x01(\t\x12\x0f\n\x07success\x18\x02 \x01(\x08\x12\x0f\n\x07message\x18\x03 \x01(\t\"-\n\x1bQuantizationProgressRequest\x12\x0e\n\x06job_id\x18\x01 \x01(\t\"\xff\x01\n\x1aQuantizationProgressUpdate\x12\x0e\n\x06job_id\x18\x01 \x01(\t\x12\x18\n\x10progress_percent\x18\x02 \x01(\x02\x12\x0e\n\x06status\x18\x03 \x01(\t\x12\x0f\n\x07message\x18\x04 \x01(\t\x12\x13\n\x0boutput_file\x18\x05 \x01(\t\x12L\n\rextra_metrics\x18\x06 \x03(\x0b\x32\x35.backend.QuantizationProgressUpdate.ExtraMetricsEntry\x1a\x33\n\x11\x45xtraMetricsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x02:\x02\x38\x01\")\n\x17QuantizationStopRequest\x12\x0e\n\x06job_id\x18\x01 \x01(\t\",\n\rForwardHeader\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\"k\n\x0e\x46orwardRequest\x12\x0c\n\x04path\x18\x01 \x01(\t\x12\x0e\n\x06method\x18\x02 \x01(\t\x12\'\n\x07headers\x18\x03 \x03(\x0b\x32\x16.backend.ForwardHeader\x12\x12\n\nbody_chunk\x18\x04 \x01(\x0c\"[\n\x0c\x46orwardReply\x12\x0e\n\x06status\x18\x01 \x01(\x05\x12\'\n\x07headers\x18\x02 \x03(\x0b\x32\x16.backend.ForwardHeader\x12\x12\n\nbody_chunk\x18\x03 \x01(\x0c\x32\xb4\x19\n\x07\x42\x61\x63kend\x12\x32\n\x06Health\x12\x16.backend.HealthMessage\x1a\x0e.backend.Reply\"\x00\x12\x31\n\x04\x46ree\x12\x16.backend.HealthMessage\x1a\x0f.backend.Result\"\x00\x12\x34\n\x07Predict\x12\x17.backend.PredictOptions\x1a\x0e.backend.Reply\"\x00\x12\x35\n\tLoadModel\x12\x15.backend.ModelOptions\x1a\x0f.backend.Result\"\x00\x12<\n\rPredictStream\x12\x17.backend.PredictOptions\x1a\x0e.backend.Reply\"\x00\x30\x01\x12@\n\tEmbedding\x12\x17.backend.PredictOptions\x1a\x18.backend.EmbeddingResult\"\x00\x12\x41\n\rGenerateImage\x12\x1d.backend.GenerateImageRequest\x1a\x0f.backend.Result\"\x00\x12\x41\n\rGenerateVideo\x12\x1d.backend.GenerateVideoRequest\x1a\x0f.backend.Result\"\x00\x12M\n\x12\x41udioTranscription\x12\x1a.backend.TranscriptRequest\x1a\x19.backend.TranscriptResult\"\x00\x12]\n\x18\x41udioTranscriptionStream\x12\x1a.backend.TranscriptRequest\x1a!.backend.TranscriptStreamResponse\"\x00\x30\x01\x12-\n\x03TTS\x12\x13.backend.TTSRequest\x1a\x0f.backend.Result\"\x00\x12\x34\n\tTTSStream\x12\x13.backend.TTSRequest\x1a\x0e.backend.Reply\"\x00\x30\x01\x12\x45\n\x0fSoundGeneration\x12\x1f.backend.SoundGenerationRequest\x1a\x0f.backend.Result\"\x00\x12J\n\x0eTokenizeString\x12\x17.backend.PredictOptions\x1a\x1d.backend.TokenizationResponse\"\x00\x12;\n\x06Status\x12\x16.backend.HealthMessage\x1a\x17.backend.StatusResponse\"\x00\x12;\n\x06\x44\x65tect\x12\x16.backend.DetectOptions\x1a\x17.backend.DetectResponse\"\x00\x12G\n\nFaceVerify\x12\x1a.backend.FaceVerifyRequest\x1a\x1b.backend.FaceVerifyResponse\"\x00\x12J\n\x0b\x46\x61\x63\x65\x41nalyze\x12\x1b.backend.FaceAnalyzeRequest\x1a\x1c.backend.FaceAnalyzeResponse\"\x00\x12J\n\x0bVoiceVerify\x12\x1b.backend.VoiceVerifyRequest\x1a\x1c.backend.VoiceVerifyResponse\"\x00\x12M\n\x0cVoiceAnalyze\x12\x1c.backend.VoiceAnalyzeRequest\x1a\x1d.backend.VoiceAnalyzeResponse\"\x00\x12G\n\nVoiceEmbed\x12\x1a.backend.VoiceEmbedRequest\x1a\x1b.backend.VoiceEmbedResponse\"\x00\x12\x39\n\tStoresSet\x12\x19.backend.StoresSetOptions\x1a\x0f.backend.Result\"\x00\x12?\n\x0cStoresDelete\x12\x1c.backend.StoresDeleteOptions\x1a\x0f.backend.Result\"\x00\x12\x42\n\tStoresGet\x12\x19.backend.StoresGetOptions\x1a\x18.backend.StoresGetResult\"\x00\x12\x45\n\nStoresFind\x12\x1a.backend.StoresFindOptions\x1a\x19.backend.StoresFindResult\"\x00\x12\x39\n\x06Rerank\x12\x16.backend.RerankRequest\x1a\x15.backend.RerankResult\"\x00\x12P\n\rTokenClassify\x12\x1d.backend.TokenClassifyRequest\x1a\x1e.backend.TokenClassifyResponse\"\x00\x12\x38\n\x05Score\x12\x15.backend.ScoreRequest\x1a\x16.backend.ScoreResponse\"\x00\x12?\n\nGetMetrics\x12\x17.backend.MetricsRequest\x1a\x18.backend.MetricsResponse\x12\x32\n\x03VAD\x12\x13.backend.VADRequest\x1a\x14.backend.VADResponse\"\x00\x12>\n\x07\x44iarize\x12\x17.backend.DiarizeRequest\x1a\x18.backend.DiarizeResponse\"\x00\x12H\n\x0b\x41udioEncode\x12\x1b.backend.AudioEncodeRequest\x1a\x1a.backend.AudioEncodeResult\"\x00\x12H\n\x0b\x41udioDecode\x12\x1b.backend.AudioDecodeRequest\x1a\x1a.backend.AudioDecodeResult\"\x00\x12Q\n\x0e\x41udioTransform\x12\x1e.backend.AudioTransformRequest\x1a\x1d.backend.AudioTransformResult\"\x00\x12g\n\x14\x41udioTransformStream\x12#.backend.AudioTransformFrameRequest\x1a$.backend.AudioTransformFrameResponse\"\x00(\x01\x30\x01\x12W\n\x12\x41udioToAudioStream\x12\x1c.backend.AudioToAudioRequest\x1a\x1d.backend.AudioToAudioResponse\"\x00(\x01\x30\x01\x12H\n\rModelMetadata\x12\x15.backend.ModelOptions\x1a\x1e.backend.ModelMetadataResponse\"\x00\x12G\n\rStartFineTune\x12\x18.backend.FineTuneRequest\x1a\x1a.backend.FineTuneJobResult\"\x00\x12Y\n\x10\x46ineTuneProgress\x12 .backend.FineTuneProgressRequest\x1a\x1f.backend.FineTuneProgressUpdate\"\x00\x30\x01\x12?\n\x0cStopFineTune\x12\x1c.backend.FineTuneStopRequest\x1a\x0f.backend.Result\"\x00\x12V\n\x0fListCheckpoints\x12\x1f.backend.ListCheckpointsRequest\x1a .backend.ListCheckpointsResponse\"\x00\x12=\n\x0b\x45xportModel\x12\x1b.backend.ExportModelRequest\x1a\x0f.backend.Result\"\x00\x12S\n\x11StartQuantization\x12\x1c.backend.QuantizationRequest\x1a\x1e.backend.QuantizationJobResult\"\x00\x12\x65\n\x14QuantizationProgress\x12$.backend.QuantizationProgressRequest\x1a#.backend.QuantizationProgressUpdate\"\x00\x30\x01\x12G\n\x10StopQuantization\x12 .backend.QuantizationStopRequest\x1a\x0f.backend.Result\"\x00\x12?\n\x07\x46orward\x12\x17.backend.ForwardRequest\x1a\x15.backend.ForwardReply\"\x00(\x01\x30\x01\x42Z\n\x19io.skynet.localai.backendB\x0eLocalAIBackendP\x01Z+github.com/go-skynet/LocalAI/pkg/grpc/protob\x06proto3') | |
| _globals = globals() | |
| _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) | |
| _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'backend_pb2', _globals) | |
| if not _descriptor._USE_C_DESCRIPTORS: | |
| _globals['DESCRIPTOR']._loaded_options = None | |
| _globals['DESCRIPTOR']._serialized_options = b'\n\031io.skynet.localai.backendB\016LocalAIBackendP\001Z+github.com/go-skynet/LocalAI/pkg/grpc/proto' | |
| _globals['_PREDICTOPTIONS_METADATAENTRY']._loaded_options = None | |
| _globals['_PREDICTOPTIONS_METADATAENTRY']._serialized_options = b'8\001' | |
| _globals['_MEMORYUSAGEDATA_BREAKDOWNENTRY']._loaded_options = None | |
| _globals['_MEMORYUSAGEDATA_BREAKDOWNENTRY']._serialized_options = b'8\001' | |
| _globals['_FACEANALYSIS_GENDERENTRY']._loaded_options = None | |
| _globals['_FACEANALYSIS_GENDERENTRY']._serialized_options = b'8\001' | |
| _globals['_FACEANALYSIS_EMOTIONENTRY']._loaded_options = None | |
| _globals['_FACEANALYSIS_EMOTIONENTRY']._serialized_options = b'8\001' | |
| _globals['_FACEANALYSIS_RACEENTRY']._loaded_options = None | |
| _globals['_FACEANALYSIS_RACEENTRY']._serialized_options = b'8\001' | |
| _globals['_VOICEANALYSIS_GENDERENTRY']._loaded_options = None | |
| _globals['_VOICEANALYSIS_GENDERENTRY']._serialized_options = b'8\001' | |
| _globals['_VOICEANALYSIS_EMOTIONENTRY']._loaded_options = None | |
| _globals['_VOICEANALYSIS_EMOTIONENTRY']._serialized_options = b'8\001' | |
| _globals['_AUDIOENCODEREQUEST_OPTIONSENTRY']._loaded_options = None | |
| _globals['_AUDIOENCODEREQUEST_OPTIONSENTRY']._serialized_options = b'8\001' | |
| _globals['_AUDIODECODEREQUEST_OPTIONSENTRY']._loaded_options = None | |
| _globals['_AUDIODECODEREQUEST_OPTIONSENTRY']._serialized_options = b'8\001' | |
| _globals['_AUDIOTRANSFORMREQUEST_PARAMSENTRY']._loaded_options = None | |
| _globals['_AUDIOTRANSFORMREQUEST_PARAMSENTRY']._serialized_options = b'8\001' | |
| _globals['_AUDIOTRANSFORMSTREAMCONFIG_PARAMSENTRY']._loaded_options = None | |
| _globals['_AUDIOTRANSFORMSTREAMCONFIG_PARAMSENTRY']._serialized_options = b'8\001' | |
| _globals['_AUDIOTOAUDIOCONFIG_PARAMSENTRY']._loaded_options = None | |
| _globals['_AUDIOTOAUDIOCONFIG_PARAMSENTRY']._serialized_options = b'8\001' | |
| _globals['_FINETUNEREQUEST_EXTRAOPTIONSENTRY']._loaded_options = None | |
| _globals['_FINETUNEREQUEST_EXTRAOPTIONSENTRY']._serialized_options = b'8\001' | |
| _globals['_FINETUNEPROGRESSUPDATE_EXTRAMETRICSENTRY']._loaded_options = None | |
| _globals['_FINETUNEPROGRESSUPDATE_EXTRAMETRICSENTRY']._serialized_options = b'8\001' | |
| _globals['_EXPORTMODELREQUEST_EXTRAOPTIONSENTRY']._loaded_options = None | |
| _globals['_EXPORTMODELREQUEST_EXTRAOPTIONSENTRY']._serialized_options = b'8\001' | |
| _globals['_QUANTIZATIONREQUEST_EXTRAOPTIONSENTRY']._loaded_options = None | |
| _globals['_QUANTIZATIONREQUEST_EXTRAOPTIONSENTRY']._serialized_options = b'8\001' | |
| _globals['_QUANTIZATIONPROGRESSUPDATE_EXTRAMETRICSENTRY']._loaded_options = None | |
| _globals['_QUANTIZATIONPROGRESSUPDATE_EXTRAMETRICSENTRY']._serialized_options = b'8\001' | |
| _globals['_METRICSREQUEST']._serialized_start=26 | |
| _globals['_METRICSREQUEST']._serialized_end=42 | |
| _globals['_METRICSRESPONSE']._serialized_start=45 | |
| _globals['_METRICSRESPONSE']._serialized_end=195 | |
| _globals['_TOKENCLASSIFYREQUEST']._serialized_start=197 | |
| _globals['_TOKENCLASSIFYREQUEST']._serialized_end=252 | |
| _globals['_TOKENCLASSIFYENTITY']._serialized_start=254 | |
| _globals['_TOKENCLASSIFYENTITY']._serialized_end=354 | |
| _globals['_TOKENCLASSIFYRESPONSE']._serialized_start=356 | |
| _globals['_TOKENCLASSIFYRESPONSE']._serialized_end=427 | |
| _globals['_SCOREREQUEST']._serialized_start=429 | |
| _globals['_SCOREREQUEST']._serialized_end=537 | |
| _globals['_CANDIDATESCORE']._serialized_start=540 | |
| _globals['_CANDIDATESCORE']._serialized_end=669 | |
| _globals['_TOKENLOGPROB']._serialized_start=671 | |
| _globals['_TOKENLOGPROB']._serialized_end=718 | |
| _globals['_SCORERESPONSE']._serialized_start=720 | |
| _globals['_SCORERESPONSE']._serialized_end=780 | |
| _globals['_RERANKREQUEST']._serialized_start=782 | |
| _globals['_RERANKREQUEST']._serialized_end=846 | |
| _globals['_RERANKRESULT']._serialized_start=848 | |
| _globals['_RERANKRESULT']._serialized_end=935 | |
| _globals['_USAGE']._serialized_start=937 | |
| _globals['_USAGE']._serialized_end=989 | |
| _globals['_DOCUMENTRESULT']._serialized_start=991 | |
| _globals['_DOCUMENTRESULT']._serialized_end=1061 | |
| _globals['_STORESKEY']._serialized_start=1063 | |
| _globals['_STORESKEY']._serialized_end=1090 | |
| _globals['_STORESVALUE']._serialized_start=1092 | |
| _globals['_STORESVALUE']._serialized_end=1120 | |
| _globals['_STORESSETOPTIONS']._serialized_start=1122 | |
| _globals['_STORESSETOPTIONS']._serialized_end=1212 | |
| _globals['_STORESDELETEOPTIONS']._serialized_start=1214 | |
| _globals['_STORESDELETEOPTIONS']._serialized_end=1269 | |
| _globals['_STORESGETOPTIONS']._serialized_start=1271 | |
| _globals['_STORESGETOPTIONS']._serialized_end=1323 | |
| _globals['_STORESGETRESULT']._serialized_start=1325 | |
| _globals['_STORESGETRESULT']._serialized_end=1414 | |
| _globals['_STORESFINDOPTIONS']._serialized_start=1416 | |
| _globals['_STORESFINDOPTIONS']._serialized_end=1482 | |
| _globals['_STORESFINDRESULT']._serialized_start=1484 | |
| _globals['_STORESFINDRESULT']._serialized_end=1596 | |
| _globals['_HEALTHMESSAGE']._serialized_start=1598 | |
| _globals['_HEALTHMESSAGE']._serialized_end=1613 | |
| _globals['_PREDICTOPTIONS']._serialized_start=1616 | |
| _globals['_PREDICTOPTIONS']._serialized_end=2737 | |
| _globals['_PREDICTOPTIONS_METADATAENTRY']._serialized_start=2690 | |
| _globals['_PREDICTOPTIONS_METADATAENTRY']._serialized_end=2737 | |
| _globals['_TOOLCALLDELTA']._serialized_start=2739 | |
| _globals['_TOOLCALLDELTA']._serialized_end=2814 | |
| _globals['_CHATDELTA']._serialized_start=2816 | |
| _globals['_CHATDELTA']._serialized_end=2915 | |
| _globals['_REPLY']._serialized_start=2918 | |
| _globals['_REPLY']._serialized_end=3122 | |
| _globals['_GRAMMARTRIGGER']._serialized_start=3124 | |
| _globals['_GRAMMARTRIGGER']._serialized_end=3154 | |
| _globals['_MODELOPTIONS']._serialized_start=3157 | |
| _globals['_MODELOPTIONS']._serialized_end=4609 | |
| _globals['_PROXYOPTIONS']._serialized_start=4612 | |
| _globals['_PROXYOPTIONS']._serialized_end=4780 | |
| _globals['_RESULT']._serialized_start=4782 | |
| _globals['_RESULT']._serialized_end=4824 | |
| _globals['_EMBEDDINGRESULT']._serialized_start=4826 | |
| _globals['_EMBEDDINGRESULT']._serialized_end=4863 | |
| _globals['_TRANSCRIPTREQUEST']._serialized_start=4866 | |
| _globals['_TRANSCRIPTREQUEST']._serialized_end=5055 | |
| _globals['_TRANSCRIPTRESULT']._serialized_start=5057 | |
| _globals['_TRANSCRIPTRESULT']._serialized_end=5171 | |
| _globals['_TRANSCRIPTSTREAMRESPONSE']._serialized_start=5173 | |
| _globals['_TRANSCRIPTSTREAMRESPONSE']._serialized_end=5263 | |
| _globals['_TRANSCRIPTWORD']._serialized_start=5265 | |
| _globals['_TRANSCRIPTWORD']._serialized_end=5323 | |
| _globals['_TRANSCRIPTSEGMENT']._serialized_start=5326 | |
| _globals['_TRANSCRIPTSEGMENT']._serialized_end=5472 | |
| _globals['_GENERATEIMAGEREQUEST']._serialized_start=5475 | |
| _globals['_GENERATEIMAGEREQUEST']._serialized_end=5696 | |
| _globals['_GENERATEVIDEOREQUEST']._serialized_start=5699 | |
| _globals['_GENERATEVIDEOREQUEST']._serialized_end=5926 | |
| _globals['_TTSREQUEST']._serialized_start=5928 | |
| _globals['_TTSREQUEST']._serialized_end=6033 | |
| _globals['_VADREQUEST']._serialized_start=6035 | |
| _globals['_VADREQUEST']._serialized_end=6062 | |
| _globals['_VADSEGMENT']._serialized_start=6064 | |
| _globals['_VADSEGMENT']._serialized_end=6104 | |
| _globals['_VADRESPONSE']._serialized_start=6106 | |
| _globals['_VADRESPONSE']._serialized_end=6158 | |
| _globals['_DIARIZEREQUEST']._serialized_start=6161 | |
| _globals['_DIARIZEREQUEST']._serialized_end=6394 | |
| _globals['_DIARIZESEGMENT']._serialized_start=6396 | |
| _globals['_DIARIZESEGMENT']._serialized_end=6483 | |
| _globals['_DIARIZERESPONSE']._serialized_start=6485 | |
| _globals['_DIARIZERESPONSE']._serialized_end=6603 | |
| _globals['_SOUNDGENERATIONREQUEST']._serialized_start=6606 | |
| _globals['_SOUNDGENERATIONREQUEST']._serialized_end=7134 | |
| _globals['_TOKENIZATIONRESPONSE']._serialized_start=7136 | |
| _globals['_TOKENIZATIONRESPONSE']._serialized_end=7190 | |
| _globals['_MEMORYUSAGEDATA']._serialized_start=7193 | |
| _globals['_MEMORYUSAGEDATA']._serialized_end=7335 | |
| _globals['_MEMORYUSAGEDATA_BREAKDOWNENTRY']._serialized_start=7287 | |
| _globals['_MEMORYUSAGEDATA_BREAKDOWNENTRY']._serialized_end=7335 | |
| _globals['_STATUSRESPONSE']._serialized_start=7338 | |
| _globals['_STATUSRESPONSE']._serialized_end=7511 | |
| _globals['_STATUSRESPONSE_STATE']._serialized_start=7444 | |
| _globals['_STATUSRESPONSE_STATE']._serialized_end=7511 | |
| _globals['_MESSAGE']._serialized_start=7513 | |
| _globals['_MESSAGE']._serialized_end=7636 | |
| _globals['_DETECTOPTIONS']._serialized_start=7638 | |
| _globals['_DETECTOPTIONS']._serialized_end=7732 | |
| _globals['_DETECTION']._serialized_start=7734 | |
| _globals['_DETECTION']._serialized_end=7852 | |
| _globals['_DETECTRESPONSE']._serialized_start=7854 | |
| _globals['_DETECTRESPONSE']._serialized_end=7910 | |
| _globals['_FACIALAREA']._serialized_start=7912 | |
| _globals['_FACIALAREA']._serialized_end=7968 | |
| _globals['_FACEVERIFYREQUEST']._serialized_start=7970 | |
| _globals['_FACEVERIFYREQUEST']._serialized_end=8059 | |
| _globals['_FACEVERIFYRESPONSE']._serialized_start=8062 | |
| _globals['_FACEVERIFYRESPONSE']._serialized_end=8384 | |
| _globals['_FACEANALYZEREQUEST']._serialized_start=8386 | |
| _globals['_FACEANALYZEREQUEST']._serialized_end=8459 | |
| _globals['_FACEANALYSIS']._serialized_start=8462 | |
| _globals['_FACEANALYSIS']._serialized_end=8958 | |
| _globals['_FACEANALYSIS_GENDERENTRY']._serialized_start=8820 | |
| _globals['_FACEANALYSIS_GENDERENTRY']._serialized_end=8865 | |
| _globals['_FACEANALYSIS_EMOTIONENTRY']._serialized_start=8867 | |
| _globals['_FACEANALYSIS_EMOTIONENTRY']._serialized_end=8913 | |
| _globals['_FACEANALYSIS_RACEENTRY']._serialized_start=8915 | |
| _globals['_FACEANALYSIS_RACEENTRY']._serialized_end=8958 | |
| _globals['_FACEANALYZERESPONSE']._serialized_start=8960 | |
| _globals['_FACEANALYZERESPONSE']._serialized_end=9019 | |
| _globals['_VOICEVERIFYREQUEST']._serialized_start=9021 | |
| _globals['_VOICEVERIFYREQUEST']._serialized_end=9115 | |
| _globals['_VOICEVERIFYRESPONSE']._serialized_start=9118 | |
| _globals['_VOICEVERIFYRESPONSE']._serialized_end=9257 | |
| _globals['_VOICEANALYZEREQUEST']._serialized_start=9259 | |
| _globals['_VOICEANALYZEREQUEST']._serialized_end=9312 | |
| _globals['_VOICEANALYSIS']._serialized_start=9315 | |
| _globals['_VOICEANALYSIS']._serialized_end=9623 | |
| _globals['_VOICEANALYSIS_GENDERENTRY']._serialized_start=8820 | |
| _globals['_VOICEANALYSIS_GENDERENTRY']._serialized_end=8865 | |
| _globals['_VOICEANALYSIS_EMOTIONENTRY']._serialized_start=8867 | |
| _globals['_VOICEANALYSIS_EMOTIONENTRY']._serialized_end=8913 | |
| _globals['_VOICEANALYZERESPONSE']._serialized_start=9625 | |
| _globals['_VOICEANALYZERESPONSE']._serialized_end=9689 | |
| _globals['_VOICEEMBEDREQUEST']._serialized_start=9691 | |
| _globals['_VOICEEMBEDREQUEST']._serialized_end=9725 | |
| _globals['_VOICEEMBEDRESPONSE']._serialized_start=9727 | |
| _globals['_VOICEEMBEDRESPONSE']._serialized_end=9781 | |
| _globals['_TOOLFORMATMARKERS']._serialized_start=9784 | |
| _globals['_TOOLFORMATMARKERS']._serialized_end=10504 | |
| _globals['_AUDIOENCODEREQUEST']._serialized_start=10507 | |
| _globals['_AUDIOENCODEREQUEST']._serialized_end=10691 | |
| _globals['_AUDIOENCODEREQUEST_OPTIONSENTRY']._serialized_start=10645 | |
| _globals['_AUDIOENCODEREQUEST_OPTIONSENTRY']._serialized_end=10691 | |
| _globals['_AUDIOENCODERESULT']._serialized_start=10693 | |
| _globals['_AUDIOENCODERESULT']._serialized_end=10776 | |
| _globals['_AUDIODECODEREQUEST']._serialized_start=10779 | |
| _globals['_AUDIODECODEREQUEST']._serialized_end=10922 | |
| _globals['_AUDIODECODEREQUEST_OPTIONSENTRY']._serialized_start=10645 | |
| _globals['_AUDIODECODEREQUEST_OPTIONSENTRY']._serialized_end=10691 | |
| _globals['_AUDIODECODERESULT']._serialized_start=10924 | |
| _globals['_AUDIODECODERESULT']._serialized_end=11009 | |
| _globals['_AUDIOTRANSFORMREQUEST']._serialized_start=11012 | |
| _globals['_AUDIOTRANSFORMREQUEST']._serialized_end=11199 | |
| _globals['_AUDIOTRANSFORMREQUEST_PARAMSENTRY']._serialized_start=11154 | |
| _globals['_AUDIOTRANSFORMREQUEST_PARAMSENTRY']._serialized_end=11199 | |
| _globals['_AUDIOTRANSFORMRESULT']._serialized_start=11201 | |
| _globals['_AUDIOTRANSFORMRESULT']._serialized_end=11302 | |
| _globals['_AUDIOTRANSFORMFRAMEREQUEST']._serialized_start=11305 | |
| _globals['_AUDIOTRANSFORMFRAMEREQUEST']._serialized_end=11446 | |
| _globals['_AUDIOTRANSFORMSTREAMCONFIG']._serialized_start=11449 | |
| _globals['_AUDIOTRANSFORMSTREAMCONFIG']._serialized_end=11761 | |
| _globals['_AUDIOTRANSFORMSTREAMCONFIG_PARAMSENTRY']._serialized_start=11154 | |
| _globals['_AUDIOTRANSFORMSTREAMCONFIG_PARAMSENTRY']._serialized_end=11199 | |
| _globals['_AUDIOTRANSFORMSTREAMCONFIG_SAMPLEFORMAT']._serialized_start=11723 | |
| _globals['_AUDIOTRANSFORMSTREAMCONFIG_SAMPLEFORMAT']._serialized_end=11761 | |
| _globals['_AUDIOTRANSFORMFRAME']._serialized_start=11763 | |
| _globals['_AUDIOTRANSFORMFRAME']._serialized_end=11826 | |
| _globals['_AUDIOTRANSFORMFRAMERESPONSE']._serialized_start=11828 | |
| _globals['_AUDIOTRANSFORMFRAMERESPONSE']._serialized_end=11891 | |
| _globals['_AUDIOTOAUDIOREQUEST']._serialized_start=11894 | |
| _globals['_AUDIOTOAUDIOREQUEST']._serialized_end=12067 | |
| _globals['_AUDIOTOAUDIOCONFIG']._serialized_start=12070 | |
| _globals['_AUDIOTOAUDIOCONFIG']._serialized_end=12317 | |
| _globals['_AUDIOTOAUDIOCONFIG_PARAMSENTRY']._serialized_start=11154 | |
| _globals['_AUDIOTOAUDIOCONFIG_PARAMSENTRY']._serialized_end=11199 | |
| _globals['_AUDIOTOAUDIOFRAME']._serialized_start=12319 | |
| _globals['_AUDIOTOAUDIOFRAME']._serialized_end=12373 | |
| _globals['_AUDIOTOAUDIOCONTROL']._serialized_start=12375 | |
| _globals['_AUDIOTOAUDIOCONTROL']._serialized_end=12428 | |
| _globals['_AUDIOTOAUDIORESPONSE']._serialized_start=12430 | |
| _globals['_AUDIOTOAUDIORESPONSE']._serialized_end=12533 | |
| _globals['_MODELMETADATARESPONSE']._serialized_start=12536 | |
| _globals['_MODELMETADATARESPONSE']._serialized_end=12684 | |
| _globals['_FINETUNEREQUEST']._serialized_start=12687 | |
| _globals['_FINETUNEREQUEST']._serialized_end=13369 | |
| _globals['_FINETUNEREQUEST_EXTRAOPTIONSENTRY']._serialized_start=13318 | |
| _globals['_FINETUNEREQUEST_EXTRAOPTIONSENTRY']._serialized_end=13369 | |
| _globals['_FINETUNEJOBRESULT']._serialized_start=13371 | |
| _globals['_FINETUNEJOBRESULT']._serialized_end=13440 | |
| _globals['_FINETUNEPROGRESSREQUEST']._serialized_start=13442 | |
| _globals['_FINETUNEPROGRESSREQUEST']._serialized_end=13483 | |
| _globals['_FINETUNEPROGRESSUPDATE']._serialized_start=13486 | |
| _globals['_FINETUNEPROGRESSUPDATE']._serialized_end=13942 | |
| _globals['_FINETUNEPROGRESSUPDATE_EXTRAMETRICSENTRY']._serialized_start=13891 | |
| _globals['_FINETUNEPROGRESSUPDATE_EXTRAMETRICSENTRY']._serialized_end=13942 | |
| _globals['_FINETUNESTOPREQUEST']._serialized_start=13944 | |
| _globals['_FINETUNESTOPREQUEST']._serialized_end=14006 | |
| _globals['_LISTCHECKPOINTSREQUEST']._serialized_start=14008 | |
| _globals['_LISTCHECKPOINTSREQUEST']._serialized_end=14052 | |
| _globals['_LISTCHECKPOINTSRESPONSE']._serialized_start=14054 | |
| _globals['_LISTCHECKPOINTSRESPONSE']._serialized_end=14125 | |
| _globals['_CHECKPOINTINFO']._serialized_start=14127 | |
| _globals['_CHECKPOINTINFO']._serialized_end=14220 | |
| _globals['_EXPORTMODELREQUEST']._serialized_start=14223 | |
| _globals['_EXPORTMODELREQUEST']._serialized_end=14479 | |
| _globals['_EXPORTMODELREQUEST_EXTRAOPTIONSENTRY']._serialized_start=13318 | |
| _globals['_EXPORTMODELREQUEST_EXTRAOPTIONSENTRY']._serialized_end=13369 | |
| _globals['_QUANTIZATIONREQUEST']._serialized_start=14482 | |
| _globals['_QUANTIZATIONREQUEST']._serialized_end=14705 | |
| _globals['_QUANTIZATIONREQUEST_EXTRAOPTIONSENTRY']._serialized_start=13318 | |
| _globals['_QUANTIZATIONREQUEST_EXTRAOPTIONSENTRY']._serialized_end=13369 | |
| _globals['_QUANTIZATIONJOBRESULT']._serialized_start=14707 | |
| _globals['_QUANTIZATIONJOBRESULT']._serialized_end=14780 | |
| _globals['_QUANTIZATIONPROGRESSREQUEST']._serialized_start=14782 | |
| _globals['_QUANTIZATIONPROGRESSREQUEST']._serialized_end=14827 | |
| _globals['_QUANTIZATIONPROGRESSUPDATE']._serialized_start=14830 | |
| _globals['_QUANTIZATIONPROGRESSUPDATE']._serialized_end=15085 | |
| _globals['_QUANTIZATIONPROGRESSUPDATE_EXTRAMETRICSENTRY']._serialized_start=13891 | |
| _globals['_QUANTIZATIONPROGRESSUPDATE_EXTRAMETRICSENTRY']._serialized_end=13942 | |
| _globals['_QUANTIZATIONSTOPREQUEST']._serialized_start=15087 | |
| _globals['_QUANTIZATIONSTOPREQUEST']._serialized_end=15128 | |
| _globals['_FORWARDHEADER']._serialized_start=15130 | |
| _globals['_FORWARDHEADER']._serialized_end=15174 | |
| _globals['_FORWARDREQUEST']._serialized_start=15176 | |
| _globals['_FORWARDREQUEST']._serialized_end=15283 | |
| _globals['_FORWARDREPLY']._serialized_start=15285 | |
| _globals['_FORWARDREPLY']._serialized_end=15376 | |
| _globals['_BACKEND']._serialized_start=15379 | |
| _globals['_BACKEND']._serialized_end=18631 | |
| # @@protoc_insertion_point(module_scope) | |
Xet Storage Details
- Size:
- 51.1 kB
- Xet hash:
- ca18c51993045f693892145eae6e666b9296401c6521bdaff6554b3297dd04f5
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.