Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Release Pupr Spec for server 8.35" #14

Merged
merged 1 commit into from
Sep 9, 2024
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"info": {
"_postman_id": "d5d32182-94a9-46bb-8290-4d46af3d59b9",
"_postman_id": "8c7639b8-0913-41ab-8291-5c350558eac3",
"name": "Cortex Inference API",
"description": "OpenAPI 3.0 specification for the Cortex REST API\n\nContact Support:\n Name: Snowflake, Inc.\n Email: [email protected]",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "30608011"
"_exporter_id": "28868798",
"_collection_link": "https://snowflake.postman.co/workspace/SnowApi-PuPr~785f3044-d2f3-4a33-8fea-8707898185ed/collection/28868798-8c7639b8-0913-41ab-8291-5c350558eac3?action=share&source=collection_link&creator=28868798"
},
"item": [
{
Expand All @@ -30,12 +31,12 @@
},
{
"key": "Accept",
"value": "text/event-stream"
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"model\": \"<string>\",\n \"messages\": [\n {\n \"content\": \"<string>\"\n }\n ],\n \"temperature\": 0,\n \"top_p\": 1,\n \"max_tokens\": 4096\n}",
"raw": "{\n \"model\": \"<string>\",\n \"messages\": [\n {\n \"content\": \"<string>\"\n }\n ],\n \"stream\": false,\n \"temperature\": 0,\n \"top_p\": 1,\n \"max_tokens\": 4096\n}",
"options": {
"raw": {
"headerFamily": "json",
Expand Down Expand Up @@ -69,17 +70,12 @@
},
{
"key": "Accept",
"value": "text/event-stream"
},
{
"key": "Authorization",
"value": "Bearer <token>",
"description": "Added as a part of security scheme: bearer"
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"model\": \"<string>\",\n \"messages\": [\n {\n \"content\": \"<string>\"\n }\n ],\n \"temperature\": 0,\n \"top_p\": 1,\n \"max_tokens\": 4096\n}",
"raw": "{\n \"model\": \"<string>\",\n \"messages\": [\n {\n \"content\": \"<string>\"\n }\n ],\n \"stream\": false,\n \"temperature\": 0,\n \"top_p\": 1,\n \"max_tokens\": 4096\n}",
"options": {
"raw": {
"headerFamily": "json",
Expand All @@ -102,15 +98,15 @@
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "text",
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "text/event-stream"
"value": "application/json"
}
],
"cookie": [],
"body": "{}"
"body": "{\n \"choices\": [\n {\n \"message\": {\n \"content\": \"<string>\"\n }\n },\n {\n \"message\": {\n \"content\": \"<string>\"\n }\n }\n ],\n \"usage\": {\n \"prompt_tokens\": \"<integer>\",\n \"completion_tokens\": \"<integer>\",\n \"total_tokens\": \"<integer>\"\n }\n}"
},
{
"name": "Bad Request. The request payload is invalid or malformed. This happens if the application didn't send the correct request payload. The response body may include the error code and message indicating the actual cause. The application must reconstruct the r",
Expand All @@ -124,16 +120,11 @@
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Authorization",
"value": "Bearer <token>",
"description": "Added as a part of security scheme: bearer"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"model\": \"<string>\",\n \"messages\": [\n {\n \"content\": \"<string>\"\n }\n ],\n \"temperature\": 0,\n \"top_p\": 1,\n \"max_tokens\": 4096\n}",
"raw": "{\n \"model\": \"<string>\",\n \"messages\": [\n {\n \"content\": \"<string>\"\n }\n ],\n \"stream\": false,\n \"temperature\": 0,\n \"top_p\": 1,\n \"max_tokens\": 4096\n}",
"options": {
"raw": {
"headerFamily": "json",
Expand Down Expand Up @@ -186,16 +177,11 @@
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Authorization",
"value": "Bearer <token>",
"description": "Added as a part of security scheme: bearer"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"model\": \"<string>\",\n \"messages\": [\n {\n \"content\": \"<string>\"\n }\n ],\n \"temperature\": 0,\n \"top_p\": 1,\n \"max_tokens\": 4096\n}",
"raw": "{\n \"model\": \"<string>\",\n \"messages\": [\n {\n \"content\": \"<string>\"\n }\n ],\n \"stream\": false,\n \"temperature\": 0,\n \"top_p\": 1,\n \"max_tokens\": 4096\n}",
"options": {
"raw": {
"headerFamily": "json",
Expand Down Expand Up @@ -248,16 +234,11 @@
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Authorization",
"value": "Bearer <token>",
"description": "Added as a part of security scheme: bearer"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"model\": \"<string>\",\n \"messages\": [\n {\n \"content\": \"<string>\"\n }\n ],\n \"temperature\": 0,\n \"top_p\": 1,\n \"max_tokens\": 4096\n}",
"raw": "{\n \"model\": \"<string>\",\n \"messages\": [\n {\n \"content\": \"<string>\"\n }\n ],\n \"stream\": false,\n \"temperature\": 0,\n \"top_p\": 1,\n \"max_tokens\": 4096\n}",
"options": {
"raw": {
"headerFamily": "json",
Expand Down Expand Up @@ -310,16 +291,11 @@
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Authorization",
"value": "Bearer <token>",
"description": "Added as a part of security scheme: bearer"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"model\": \"<string>\",\n \"messages\": [\n {\n \"content\": \"<string>\"\n }\n ],\n \"temperature\": 0,\n \"top_p\": 1,\n \"max_tokens\": 4096\n}",
"raw": "{\n \"model\": \"<string>\",\n \"messages\": [\n {\n \"content\": \"<string>\"\n }\n ],\n \"stream\": false,\n \"temperature\": 0,\n \"top_p\": 1,\n \"max_tokens\": 4096\n}",
"options": {
"raw": {
"headerFamily": "json",
Expand Down Expand Up @@ -372,16 +348,11 @@
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Authorization",
"value": "Bearer <token>",
"description": "Added as a part of security scheme: bearer"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"model\": \"<string>\",\n \"messages\": [\n {\n \"content\": \"<string>\"\n }\n ],\n \"temperature\": 0,\n \"top_p\": 1,\n \"max_tokens\": 4096\n}",
"raw": "{\n \"model\": \"<string>\",\n \"messages\": [\n {\n \"content\": \"<string>\"\n }\n ],\n \"stream\": false,\n \"temperature\": 0,\n \"top_p\": 1,\n \"max_tokens\": 4096\n}",
"options": {
"raw": {
"headerFamily": "json",
Expand Down Expand Up @@ -434,16 +405,11 @@
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Authorization",
"value": "Bearer <token>",
"description": "Added as a part of security scheme: bearer"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"model\": \"<string>\",\n \"messages\": [\n {\n \"content\": \"<string>\"\n }\n ],\n \"temperature\": 0,\n \"top_p\": 1,\n \"max_tokens\": 4096\n}",
"raw": "{\n \"model\": \"<string>\",\n \"messages\": [\n {\n \"content\": \"<string>\"\n }\n ],\n \"stream\": false,\n \"temperature\": 0,\n \"top_p\": 1,\n \"max_tokens\": 4096\n}",
"options": {
"raw": {
"headerFamily": "json",
Expand Down Expand Up @@ -496,16 +462,11 @@
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Authorization",
"value": "Bearer <token>",
"description": "Added as a part of security scheme: bearer"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"model\": \"<string>\",\n \"messages\": [\n {\n \"content\": \"<string>\"\n }\n ],\n \"temperature\": 0,\n \"top_p\": 1,\n \"max_tokens\": 4096\n}",
"raw": "{\n \"model\": \"<string>\",\n \"messages\": [\n {\n \"content\": \"<string>\"\n }\n ],\n \"stream\": false,\n \"temperature\": 0,\n \"top_p\": 1,\n \"max_tokens\": 4096\n}",
"options": {
"raw": {
"headerFamily": "json",
Expand Down Expand Up @@ -558,16 +519,11 @@
{
"key": "Accept",
"value": "application/json"
},
{
"key": "Authorization",
"value": "Bearer <token>",
"description": "Added as a part of security scheme: bearer"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"model\": \"<string>\",\n \"messages\": [\n {\n \"content\": \"<string>\"\n }\n ],\n \"temperature\": 0,\n \"top_p\": 1,\n \"max_tokens\": 4096\n}",
"raw": "{\n \"model\": \"<string>\",\n \"messages\": [\n {\n \"content\": \"<string>\"\n }\n ],\n \"stream\": false,\n \"temperature\": 0,\n \"top_p\": 1,\n \"max_tokens\": 4096\n}",
"options": {
"raw": {
"headerFamily": "json",
Expand Down Expand Up @@ -619,16 +575,6 @@
]
}
],
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{bearerToken}}",
"type": "string"
}
]
},
"variable": [
{
"key": "baseUrl",
Expand Down
Loading
Loading