Skip to content

Commit 730e9e6

Browse files
feat: re-gen all /responses
1 parent f480961 commit 730e9e6

25 files changed

Lines changed: 212 additions & 32 deletions

docs/api-references/text-models-llm/OpenAI/gpt-3.5-turbo-RESPONSES.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30865,7 +30865,7 @@
3086530865
},
3086630866
{
3086730867
"lang": "HTTP",
30868-
"source": "POST / HTTP/1.1\nHost: test.com\nAuthorization: Bearer <YOUR_AIMLAPI_KEY>\nContent-Type: application/json\nAccept: */*\n\n{\n \"model\": \"gpt-3.5-turbo\",\n \"input\": \"Hello\"\n}"
30868+
"source": "POST /v1/responses HTTP/1.1\nHost: api.aimlapi.com\nAuthorization: Bearer <YOUR_AIMLAPI_KEY>\nContent-Type: application/json\nAccept: */*\n\n{\n \"model\": \"gpt-3.5-turbo\",\n \"input\": \"Hello\"\n}"
3086930869
}
3087030870
]
3087130871
}

docs/api-references/text-models-llm/OpenAI/gpt-4-RESPONSES.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30863,7 +30863,7 @@
3086330863
},
3086430864
{
3086530865
"lang": "HTTP",
30866-
"source": "POST / HTTP/1.1\nHost: test.com\nAuthorization: Bearer <YOUR_AIMLAPI_KEY>\nContent-Type: application/json\nAccept: */*\n\n{\n \"model\": \"gpt-4\",\n \"input\": \"Hello\"\n}"
30866+
"source": "POST /v1/responses HTTP/1.1\nHost: api.aimlapi.com\nAuthorization: Bearer <YOUR_AIMLAPI_KEY>\nContent-Type: application/json\nAccept: */*\n\n{\n \"model\": \"gpt-4\",\n \"input\": \"Hello\"\n}"
3086730867
}
3086830868
]
3086930869
}

docs/api-references/text-models-llm/OpenAI/gpt-4-preview-RESPONSES.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31052,7 +31052,7 @@
3105231052
},
3105331053
{
3105431054
"lang": "HTTP",
31055-
"source": "POST / HTTP/1.1\nHost: test.com\nAuthorization: Bearer <YOUR_AIMLAPI_KEY>\nContent-Type: application/json\nAccept: */*\n\n{\n \"model\": \"gpt-4-0125-preview\",\n \"input\": \"Hello\"\n}"
31055+
"source": "POST /v1/responses HTTP/1.1\nHost: api.aimlapi.com\nAuthorization: Bearer <YOUR_AIMLAPI_KEY>\nContent-Type: application/json\nAccept: */*\n\n{\n \"model\": \"gpt-4-0125-preview\",\n \"input\": \"Hello\"\n}"
3105631056
}
3105731057
]
3105831058
}

docs/api-references/text-models-llm/OpenAI/gpt-4-turbo-RESPONSES.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31052,7 +31052,7 @@
3105231052
},
3105331053
{
3105431054
"lang": "HTTP",
31055-
"source": "POST / HTTP/1.1\nHost: test.com\nAuthorization: Bearer <YOUR_AIMLAPI_KEY>\nContent-Type: application/json\nAccept: */*\n\n{\n \"model\": \"gpt-4-turbo\",\n \"input\": \"Hello\"\n}"
31055+
"source": "POST /v1/responses HTTP/1.1\nHost: api.aimlapi.com\nAuthorization: Bearer <YOUR_AIMLAPI_KEY>\nContent-Type: application/json\nAccept: */*\n\n{\n \"model\": \"gpt-4-turbo\",\n \"input\": \"Hello\"\n}"
3105631056
}
3105731057
]
3105831058
}

docs/api-references/text-models-llm/OpenAI/gpt-4.1-RESPONSES.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31146,7 +31146,7 @@
3114631146
},
3114731147
{
3114831148
"lang": "HTTP",
31149-
"source": "POST / HTTP/1.1\nHost: test.com\nAuthorization: Bearer <YOUR_AIMLAPI_KEY>\nContent-Type: application/json\nAccept: */*\n\n{\n \"model\": \"openai/gpt-4.1-2025-04-14\",\n \"input\": \"Hello\"\n}"
31149+
"source": "POST /v1/responses HTTP/1.1\nHost: api.aimlapi.com\nAuthorization: Bearer <YOUR_AIMLAPI_KEY>\nContent-Type: application/json\nAccept: */*\n\n{\n \"model\": \"openai/gpt-4.1-2025-04-14\",\n \"input\": \"Hello\"\n}"
3115031150
}
3115131151
]
3115231152
}

docs/api-references/text-models-llm/OpenAI/gpt-4.1-mini-RESPONSES.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31146,7 +31146,7 @@
3114631146
},
3114731147
{
3114831148
"lang": "HTTP",
31149-
"source": "POST / HTTP/1.1\nHost: test.com\nAuthorization: Bearer <YOUR_AIMLAPI_KEY>\nContent-Type: application/json\nAccept: */*\n\n{\n \"model\": \"openai/gpt-4.1-mini-2025-04-14\",\n \"input\": \"Hello\"\n}"
31149+
"source": "POST /v1/responses HTTP/1.1\nHost: api.aimlapi.com\nAuthorization: Bearer <YOUR_AIMLAPI_KEY>\nContent-Type: application/json\nAccept: */*\n\n{\n \"model\": \"openai/gpt-4.1-mini-2025-04-14\",\n \"input\": \"Hello\"\n}"
3115031150
}
3115131151
]
3115231152
}

docs/api-references/text-models-llm/OpenAI/gpt-4.1-nano-RESPONSES.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31051,7 +31051,7 @@
3105131051
},
3105231052
{
3105331053
"lang": "HTTP",
31054-
"source": "POST / HTTP/1.1\nHost: test.com\nAuthorization: Bearer <YOUR_AIMLAPI_KEY>\nContent-Type: application/json\nAccept: */*\n\n{\n \"model\": \"openai/gpt-4.1-nano-2025-04-14\",\n \"input\": \"Hello\"\n}"
31054+
"source": "POST /v1/responses HTTP/1.1\nHost: api.aimlapi.com\nAuthorization: Bearer <YOUR_AIMLAPI_KEY>\nContent-Type: application/json\nAccept: */*\n\n{\n \"model\": \"openai/gpt-4.1-nano-2025-04-14\",\n \"input\": \"Hello\"\n}"
3105531055
}
3105631056
]
3105731057
}

docs/api-references/text-models-llm/OpenAI/gpt-4o-RESPONSES.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31150,7 +31150,7 @@
3115031150
},
3115131151
{
3115231152
"lang": "HTTP",
31153-
"source": "POST / HTTP/1.1\nHost: test.com\nAuthorization: Bearer <YOUR_AIMLAPI_KEY>\nContent-Type: application/json\nAccept: */*\n\n{\n \"model\": \"gpt-4o\",\n \"input\": \"Hello\"\n}"
31153+
"source": "POST /v1/responses HTTP/1.1\nHost: api.aimlapi.com\nAuthorization: Bearer <YOUR_AIMLAPI_KEY>\nContent-Type: application/json\nAccept: */*\n\n{\n \"model\": \"gpt-4o\",\n \"input\": \"Hello\"\n}"
3115431154
}
3115531155
]
3115631156
}

docs/api-references/text-models-llm/OpenAI/gpt-4o-mini-RESPONSES.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31147,7 +31147,7 @@
3114731147
},
3114831148
{
3114931149
"lang": "HTTP",
31150-
"source": "POST / HTTP/1.1\nHost: test.com\nAuthorization: Bearer <YOUR_AIMLAPI_KEY>\nContent-Type: application/json\nAccept: */*\n\n{\n \"model\": \"gpt-4o-mini\",\n \"input\": \"Hello\"\n}"
31150+
"source": "POST /v1/responses HTTP/1.1\nHost: api.aimlapi.com\nAuthorization: Bearer <YOUR_AIMLAPI_KEY>\nContent-Type: application/json\nAccept: */*\n\n{\n \"model\": \"gpt-4o-mini\",\n \"input\": \"Hello\"\n}"
3115131151
}
3115231152
]
3115331153
}

docs/api-references/text-models-llm/OpenAI/gpt-5-1-RESPONSES.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31146,7 +31146,7 @@
3114631146
},
3114731147
{
3114831148
"lang": "HTTP",
31149-
"source": "POST / HTTP/1.1\nHost: test.com\nAuthorization: Bearer <YOUR_AIMLAPI_KEY>\nContent-Type: application/json\nAccept: */*\n\n{\n \"model\": \"openai/gpt-5-1\",\n \"input\": \"Hello\"\n}"
31149+
"source": "POST /v1/responses HTTP/1.1\nHost: api.aimlapi.com\nAuthorization: Bearer <YOUR_AIMLAPI_KEY>\nContent-Type: application/json\nAccept: */*\n\n{\n \"model\": \"openai/gpt-5-1\",\n \"input\": \"Hello\"\n}"
3115031150
}
3115131151
]
3115231152
}

0 commit comments

Comments
 (0)