Skip to content

Commit fb9ddaf

Browse files
committed
initial changes
1 parent 8b9aef6 commit fb9ddaf

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Gateway API Inference Extension
2+
3+
## Proposal Status
4+
***Draft***
5+
6+
## Table of Contents
7+
8+
<!-- toc -->
9+
10+
- [Summary](#summary)
11+
- [Goals](#goals)
12+
- [Non-Goals](#non-goals)
13+
- [Proposal](#proposal)
14+
- [Personas](#personas)
15+
- [Inference Platform Admin](#inference-platform-admin)
16+
- [Inference Workload Owner](#workload-owner)
17+
- [Axioms](#axioms)
18+
- [InferencePool](#inferencepool)
19+
- [InferenceModel](#inferencemodel)
20+
- [Spec](#spec)
21+
- [Diagrams](#diagrams)
22+
- [Alternatives](#alternatives)
23+
- [Open Questions](#open-questions)
24+
25+
<!-- /toc -->
26+
27+
## Summary
28+
29+
This proposal seeks to standardize the implementation of an EPP (End-point Picker) for the Inference Gateway extension (also known as Gateway API Inference Extension). Additionally, this proposes to restructure the current implementation of the EPP to be more modularize, and approachable.
30+
31+
## Goals
32+
33+
- Set a standard on how the EPP & APIs interact
34+
- Settle on common nomenclature for clearer communication
35+
- Allow for modularization of the EPP, to be extended to a users specific needs
36+
37+
## Non-Goals
38+
39+
- Reshaping the current API
40+
- A change in scope of the current project
41+
42+
## Proposal
43+
44+
This

docs/proposals/00x-epp-compliance-proposal/images/EPP Refactor.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)