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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
31 changes: 31 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ api_domains.go
api_environments.go
api_headers.go
api_kv.go
api_open_ai_compatibility.go
api_organizations.go
api_projects.go
api_purge.go
Expand Down Expand Up @@ -71,6 +72,7 @@ docs/AiSearchSearchRequest.md
docs/AiSearchTriggerCrawlRequest.md
docs/AiSearchUpdateSettingsRequest.md
docs/Application.md
docs/ApplicationCache.md
docs/ApplicationDatabase.md
docs/ApplicationDeploymentInformationInner.md
docs/ApplicationFilesystem.md
Expand Down Expand Up @@ -310,6 +312,20 @@ docs/ListTasks200Response.md
docs/ListTasks200ResponseTasksInner.md
docs/ListVectorCollections200Response.md
docs/ListVectorCollections200ResponseCollectionsInner.md
docs/OaiChatCompletions200Response.md
docs/OaiChatCompletions200ResponseChoicesInner.md
docs/OaiChatCompletions200ResponseChoicesInnerMessage.md
docs/OaiChatCompletions200ResponseUsage.md
docs/OaiChatCompletionsRequest.md
docs/OaiChatCompletionsRequestMessagesInner.md
docs/OaiEmbeddings200Response.md
docs/OaiEmbeddings200ResponseDataInner.md
docs/OaiEmbeddings200ResponseUsage.md
docs/OaiEmbeddingsRequest.md
docs/OaiGetModel200Response.md
docs/OaiListModels200Response.md
docs/OaiListModels200ResponseDataInner.md
docs/OpenAICompatibilityAPI.md
docs/OrganizationsAPI.md
docs/OrganizationsList200ResponseInner.md
docs/PatchEnvironmentCompose202Response.md
Expand Down Expand Up @@ -503,6 +519,7 @@ model_ai_search_search_request.go
model_ai_search_trigger_crawl_request.go
model_ai_search_update_settings_request.go
model_application.go
model_application_cache.go
model_application_database.go
model_application_deployment_information_inner.go
model_application_filesystem.go
Expand Down Expand Up @@ -729,6 +746,19 @@ model_list_tasks_200_response.go
model_list_tasks_200_response_tasks_inner.go
model_list_vector_collections_200_response.go
model_list_vector_collections_200_response_collections_inner.go
model_oai_chat_completions_200_response.go
model_oai_chat_completions_200_response_choices_inner.go
model_oai_chat_completions_200_response_choices_inner_message.go
model_oai_chat_completions_200_response_usage.go
model_oai_chat_completions_request.go
model_oai_chat_completions_request_messages_inner.go
model_oai_embeddings_200_response.go
model_oai_embeddings_200_response_data_inner.go
model_oai_embeddings_200_response_usage.go
model_oai_embeddings_request.go
model_oai_get_model_200_response.go
model_oai_list_models_200_response.go
model_oai_list_models_200_response_data_inner.go
model_organizations_list_200_response_inner.go
model_patch_environment_compose_202_response.go
model_patch_environment_compose_202_response_spot_configuration.go
Expand Down Expand Up @@ -930,6 +960,7 @@ test/api_domains_test.go
test/api_environments_test.go
test/api_headers_test.go
test/api_kv_test.go
test/api_open_ai_compatibility_test.go
test/api_organizations_test.go
test/api_projects_test.go
test/api_purge_test.go
Expand Down
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Unified API for QuantCDN Admin and QuantCloud Platform services
## Overview
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.

- API version: 4.19.0
- API version: 4.20.0
- Package version: 1.0.0
- Generator version: 7.13.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen
Expand Down Expand Up @@ -253,6 +253,10 @@ Class | Method | HTTP request | Description
*KVAPI* | [**KVList**](docs/KVAPI.md#kvlist) | **Get** /api/v2/organizations/{organization}/projects/{project}/kv | List key-value stores
*KVAPI* | [**KVShow**](docs/KVAPI.md#kvshow) | **Get** /api/v2/organizations/{organization}/projects/{project}/kv/{store_id} | Get a kv store
*KVAPI* | [**KVUnlinkFromProject**](docs/KVAPI.md#kvunlinkfromproject) | **Delete** /api/v2/organizations/{organization}/projects/{project}/kv/{store_id}/link | Unlink a KV store from this project
*OpenAICompatibilityAPI* | [**OaiChatCompletions**](docs/OpenAICompatibilityAPI.md#oaichatcompletions) | **Post** /oai/v1/chat/completions | Create a chat completion (OpenAI-compatible)
*OpenAICompatibilityAPI* | [**OaiEmbeddings**](docs/OpenAICompatibilityAPI.md#oaiembeddings) | **Post** /oai/v1/embeddings | Create embeddings (OpenAI-compatible)
*OpenAICompatibilityAPI* | [**OaiGetModel**](docs/OpenAICompatibilityAPI.md#oaigetmodel) | **Get** /oai/v1/models/{model} | Retrieve a model (OpenAI-compatible)
*OpenAICompatibilityAPI* | [**OaiListModels**](docs/OpenAICompatibilityAPI.md#oailistmodels) | **Get** /oai/v1/models | List available models (OpenAI-compatible)
*OrganizationsAPI* | [**OrganizationsList**](docs/OrganizationsAPI.md#organizationslist) | **Get** /api/v2/organizations | Retrieve all organizations
*OrganizationsAPI* | [**OrganizationsRead**](docs/OrganizationsAPI.md#organizationsread) | **Get** /api/v2/organizations/{organization} | Get details of a single organization
*ProjectsAPI* | [**ProjectsCreate**](docs/ProjectsAPI.md#projectscreate) | **Post** /api/v2/organizations/{organization}/projects | Create a new project
Expand Down Expand Up @@ -338,6 +342,7 @@ Class | Method | HTTP request | Description
- [AiSearchTriggerCrawlRequest](docs/AiSearchTriggerCrawlRequest.md)
- [AiSearchUpdateSettingsRequest](docs/AiSearchUpdateSettingsRequest.md)
- [Application](docs/Application.md)
- [ApplicationCache](docs/ApplicationCache.md)
- [ApplicationDatabase](docs/ApplicationDatabase.md)
- [ApplicationDeploymentInformationInner](docs/ApplicationDeploymentInformationInner.md)
- [ApplicationFilesystem](docs/ApplicationFilesystem.md)
Expand Down Expand Up @@ -564,6 +569,19 @@ Class | Method | HTTP request | Description
- [ListTasks200ResponseTasksInner](docs/ListTasks200ResponseTasksInner.md)
- [ListVectorCollections200Response](docs/ListVectorCollections200Response.md)
- [ListVectorCollections200ResponseCollectionsInner](docs/ListVectorCollections200ResponseCollectionsInner.md)
- [OaiChatCompletions200Response](docs/OaiChatCompletions200Response.md)
- [OaiChatCompletions200ResponseChoicesInner](docs/OaiChatCompletions200ResponseChoicesInner.md)
- [OaiChatCompletions200ResponseChoicesInnerMessage](docs/OaiChatCompletions200ResponseChoicesInnerMessage.md)
- [OaiChatCompletions200ResponseUsage](docs/OaiChatCompletions200ResponseUsage.md)
- [OaiChatCompletionsRequest](docs/OaiChatCompletionsRequest.md)
- [OaiChatCompletionsRequestMessagesInner](docs/OaiChatCompletionsRequestMessagesInner.md)
- [OaiEmbeddings200Response](docs/OaiEmbeddings200Response.md)
- [OaiEmbeddings200ResponseDataInner](docs/OaiEmbeddings200ResponseDataInner.md)
- [OaiEmbeddings200ResponseUsage](docs/OaiEmbeddings200ResponseUsage.md)
- [OaiEmbeddingsRequest](docs/OaiEmbeddingsRequest.md)
- [OaiGetModel200Response](docs/OaiGetModel200Response.md)
- [OaiListModels200Response](docs/OaiListModels200Response.md)
- [OaiListModels200ResponseDataInner](docs/OaiListModels200ResponseDataInner.md)
- [OrganizationsList200ResponseInner](docs/OrganizationsList200ResponseInner.md)
- [PatchEnvironmentCompose202Response](docs/PatchEnvironmentCompose202Response.md)
- [PatchEnvironmentCompose202ResponseSpotConfiguration](docs/PatchEnvironmentCompose202ResponseSpotConfiguration.md)
Expand Down
Loading
Loading