mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 12:54:52 +00:00
doc: Add API reference
This commit is contained in:
parent
fc2d1134b8
commit
5e70943ed0
@ -55,6 +55,8 @@
|
||||
title: Messages API
|
||||
- local: reference/metrics
|
||||
title: Exported Metrics
|
||||
- local: reference/api_reference
|
||||
title: API Reference
|
||||
title: Reference
|
||||
- sections:
|
||||
- local: conceptual/streaming
|
||||
|
5
docs/source/reference/api_reference.md
Normal file
5
docs/source/reference/api_reference.md
Normal file
@ -0,0 +1,5 @@
|
||||
# HTTP API Reference
|
||||
|
||||
The HTTP API is a RESTful API that allows you to interact with the text-generation-inference component. Two endpoints are available:
|
||||
* Text Generation Inference [custom API](https://huggingface.github.io/text-generation-inference/)
|
||||
* OpenAI's [Messages API](https://huggingface.co/docs/text-generation-inference/messages_api)
|
Loading…
Reference in New Issue
Block a user