-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
168 lines (160 loc) · 5.36 KB
/
mkdocs.yml
File metadata and controls
168 lines (160 loc) · 5.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
---
site_name: stdapi.ai
site_description: "Deploy OpenAI-compatible applications on AWS Bedrock with no code changes. Access 80+ models including Claude, Nova, Llama with enterprise compliance, pay-per-use pricing, and AWS data sovereignty."
site_url: https://stdapi.ai
site_author: JGoutin-dev
exclude_docs: |
internal/**/*
theme:
name: material
language: en
logo: styles/logo.svg
favicon: styles/logo.svg
custom_dir: docs/overrides
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.top
- navigation.prune
- navigation.tracking
- navigation.path
- navigation.indexes
- navigation.footer
- search.suggest
- search.highlight
- search.share
- header.autohide
- content.code.copy
- content.code.select
- content.code.annotate
- content.action.edit
- content.action.view
- content.tabs.link
- toc.follow
font:
text: Open Sans
code: JetBrains Mono
palette:
scheme: slate
primary: custom
accent: custom
nav:
- Home: index.md
- Features: features.md
- Get Started:
- Overview: getting_started.md
- Deploy on AWS: operations_getting_started.md
- Run Locally with Docker: operations_getting_started_local.md
- Troubleshooting: operations_troubleshooting.md
- Documentation:
- API:
- Overview: api_overview.md
- API Reference: api_reference.md
- OpenAI Compatible:
- Responses: api_openai_responses.md
- Chat Completions: api_openai_chat_completions.md
- Completions: api_openai_completions.md
- Files: api_openai_files.md
- Images Generations: api_openai_images_generations.md
- Images Edits: api_openai_images_edits.md
- Images Variations: api_openai_images_variations.md
- Audio Speech: api_openai_audio_speech.md
- Audio Transcriptions: api_openai_audio_transcriptions.md
- Audio Translations: api_openai_audio_translations.md
- Embeddings: api_openai_embeddings.md
- Models: api_openai_models.md
- Anthropic Compatible:
- Messages: api_anthropic_messages.md
- Files: api_anthropic_files.md
- Models: api_anthropic_models.md
- Native Extensions:
- Search Models: api_search_models.md
- Operations:
- Deploy on AWS: operations_getting_started.md
- Run Locally with Docker: operations_getting_started_local.md
- Advanced Deployment: operations_deploy_advanced.md
- Configuration: operations_configuration.md
- Authentication & Security: operations_authentication_security.md
- Licensing: operations_licensing.md
- Logging & Monitoring: operations_logging_monitoring.md
- Resilience & Failover: operations_resilience.md
- Data Sovereignty & Compliance: operations_compliance.md
- Troubleshooting: operations_troubleshooting.md
- Use cases:
- Overview: use_cases.md
- OpenWebUI integration: use_cases_openwebui.md
- n8n integration: use_cases_n8n.md
- AI Coding Assistants: use_cases_coding_assistants.md
- Roadmap & Changelog: roadmap.md
- Contact: contact.md
repo_url: https://github.com/stdapi-ai/stdapi.ai
repo_name: stdapi-ai/stdapi.ai
edit_uri: ''
plugins:
- search:
lang: en
separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
- redoc-tag
- meta
hooks:
- docs_hooks/fastapi_openapi.py
- docs_hooks/markdown_for_agents.py
extra_css:
- styles/theme.css
markdown_extensions:
- admonition
- footnotes
- attr_list
- md_in_html
- toc:
permalink: true
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/stdapi-ai/stdapi.ai
name: GitHub repository
- icon: fontawesome/brands/aws
link: https://aws.amazon.com/marketplace/pp/prodview-su2dajk5zawpo
name: AWS Marketplace
analytics:
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: Thanks for your feedback!
homepage_buttons:
- label: Get started
link: getting_started.md
- label: API overview
link: api_overview.md
- label: Troubleshooting
link: operations_troubleshooting.md
- label: View on GitHub
link: https://github.com/stdapi-ai/stdapi.ai
- label: AWS Marketplace
link: https://aws.amazon.com/marketplace/pp/prodview-su2dajk5zawpo
copyright: <a href="https://jgoutin.dev/">JGoutin-dev SARL - 994495422 R.C.S. Aix-en-Provence, France</a>